Releases: crunchy-labs/crunchyroll-rs
Releases · crunchy-labs/crunchyroll-rs
crunchyroll-rs v0.12.1
- Add
Wallpaper::medium_url
for medium sized wallpapers - Add missing
availability_status
field toEpisode
,Movie
andMovieListing
- Fix wallpaper endpoint to not always fail anymore, this changed the fields of
Wallpaper
and the return type ofCrunchyroll::all_wallpapers
crunchyroll-rs v0.12.0
- Add
Episode::versions
andSeason::versions
fields manually if they're delivered asnull
by Crunchyroll (#39) - Add triggering of the middleware when doing the initial auth request
- Add missing api fields
- Move all content of
StreamData
to the newly createdMediaStream
and convertStreamData
to an enum containing audio streams, video streams and subtitle - Remove all comment and review related structs and methods
- Remove all "maybe_without_drm" methods as everything is now drm
- Change
CrunchyrollBuilder::device_identifier
to take the newly introducedDeviceIdentifier
as argument
crunchyroll-rs v0.11.4
- Add
Season::versions
,Episode::versions
,MovieListing::versions
andStream::versions
field with all alternative versions - Deprecate all
*::available_versions
,*::version
,*::versions
methods (use the newly added*::versions
field directly) - Make season number experimental stabilization more robust
crunchyroll-rs v0.11.3
- Deprecate
Profiles::new
in favor of the newly addedProfiles::new_profile
- Change token used to do initial auth requests
crunchyroll-rs v0.11.2
- Change default user agent (crunchy-labs/crunchy-cli#425)
- Use other endpoint in
Stream::invalidate
crunchyroll-rs v0.11.1
- Add support to parse urls without slug and trailing slash
- Fix
Profiles::new
return type (Profiles
->Profile
) - Remove url parsing support for
beta.crunchyroll.com
domain
crunchyroll-rs v0.11.0
- Add multiprofile support
- Add
Subtitle::data
- Make
device
module public - Remove
Subtitle::write_to
(useSubtitle::data
instead) - Ignore jwt expiry when checking if account is premium
- Ignore skip events if start is larger then end
crunchyroll-rs v0.10.8
- Fix download not working on maybe drm free endpoints. This is now resolved except for
CrunchyrollBuilder::login_with_etp_rt
, if this is used as login method the download will still fail - Add missing api fields
crunchyroll-rs v0.10.7
- Optimize response error capturing
- Adjust error messages
- Add missing api fields
crunchyroll-rs v0.10.6
- Fix credentials login client inactive error