Skip to content

Releases: crunchy-labs/crunchyroll-rs

crunchyroll-rs v0.12.1

06 Oct 11:44
Compare
Choose a tag to compare
  • Add Wallpaper::medium_url for medium sized wallpapers
  • Add missing availability_status field to Episode, Movie and MovieListing
  • Fix wallpaper endpoint to not always fail anymore, this changed the fields of Wallpaper and the return type of Crunchyroll::all_wallpapers

crunchyroll-rs v0.12.0

13 Jul 14:20
Compare
Choose a tag to compare
  • Add Episode::versions and Season::versions fields manually if they're delivered as null 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 created MediaStream and convert StreamData 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 introduced DeviceIdentifier as argument

crunchyroll-rs v0.11.4

13 Jun 21:40
Compare
Choose a tag to compare
  • Add Season::versions, Episode::versions, MovieListing::versions and Stream::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

22 May 21:46
Compare
Choose a tag to compare
  • Deprecate Profiles::new in favor of the newly added Profiles::new_profile
  • Change token used to do initial auth requests

crunchyroll-rs v0.11.2

22 May 14:44
Compare
Choose a tag to compare

crunchyroll-rs v0.11.1

04 May 20:50
Compare
Choose a tag to compare
  • 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

24 Apr 22:43
Compare
Choose a tag to compare
  • Add multiprofile support
  • Add Subtitle::data
  • Make device module public
  • Remove Subtitle::write_to (use Subtitle::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

19 Apr 21:57
Compare
Choose a tag to compare
  • 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

14 Apr 19:19
Compare
Choose a tag to compare
  • Optimize response error capturing
  • Adjust error messages
  • Add missing api fields

crunchyroll-rs v0.10.6

11 Apr 15:04
Compare
Choose a tag to compare
  • Fix credentials login client inactive error