Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

crunchyroll-go v2.2.0

Compare
Choose a tag to compare
@bytedream bytedream released this 01 May 12:05
· 633 commits to master since this release

πŸ–₯️ CLI

  • Add video, audio and subtitle locale descriptions in archive (#26).
  • Add --version flag which shows the current version (#24).
  • Deactivate subtitles by default in archive (#26).
  • A special kind of login error is now caught instead of throwing an raw error (#27, #28).

πŸ“š Library

  • Finally renamed module from github.com/ByteDream/crunchyroll-go to github.com/ByteDream/crunchyroll-go/v2. Maybe a little bit late but it disturbs me all the time that I've forgot this when releasing v2.0.0 initially.
  • A login error which sometimes occurs in LoginWithSessionID(...) and thus in LoginWithCredentials(...) too is now caught and returns an error instead of panicking (#27, #28).

πŸ’½ Others

  • Variable renaming (#25, ...).