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

Releases: crunchy-labs/crunchy-cli

crunchy-cli v3.0.0-dev.8

10 Jan 21:31
Compare
Choose a tag to compare
Pre-release
  • Fix triggering of the interactive season choosing when using archive on season which are actually the same but have different audio languages
  • Fix full path output formatting (#101)
  • Add relative episode number formatting for -o/--output (#64, #106)

crunchy-cli v3.0.0-dev.7

08 Jan 17:42
Compare
Choose a tag to compare
Pre-release
  • Add interactive prompt to choose season(s) if different seasons with same season numbers exist (#55, #82, #100)
  • Add subtitles of additional video tracks (if present) when using archive (#97)
  • Fix archive --default-subtitle causing ffmpeg missing file error (#98)

crunchy-cli v3.0.0-dev.6

04 Jan 00:55
Compare
Choose a tag to compare
Pre-release
  • Fix bypassing Crunchyroll providing false audio locales (#89, #95) not working on (some) non-english systems (or set with --lang to a non-english locale)

crunchy-cli v3.0.0-dev.5

03 Jan 14:09
Compare
Choose a tag to compare
Pre-release
  • Add retries on download failures (instead of simply dead-locking (#90)) and proper errors when something fails while downloading (#95)
  • Bypass Crunchyroll providing false audio locales (#89, #95)
  • Fix output file formatting if / is in the actual file name
  • Fix panic when filename does not has an extension
  • Add {padded_season_number} and {padded_episode_number} as output format option (#84, #87)
  • Add percentage to debug segment output (#93)
  • Change/fix debug output names (#93)
  • Update progress library to provide more accurate progress output (#88)

crunchy-cli v3.0.0-dev.4

18 Dec 12:07
Compare
Choose a tag to compare
Pre-release
  • Add anonymous login (#80). You can pass the --anonymous flag now (alternative to --credentials and --etp-rt) to download videos without using an account. The videos which are available are still limited to the ones accessible at crunchyroll.com without an account.
  • Update the underlying Crunchyroll library. This solved some annoying build steps, especially on Windows. You can read the Notes section over at the library release for more information.
  • Linux binary is now full statically linked an built against musl, so it should be runnable on the most Linux systems, including those who doesn't use glibc (like alpine)

crunchy-cli v3.0.0-dev.3

08 Dec 17:58
Compare
Choose a tag to compare
Pre-release
  • Check for invalid configurations before executing a command
  • Optional FFmpeg optimizations / presets (#65, #78)
  • Add output which indicates that output file gets generated
  • Fix filename generation if already exists
  • Wait until buffer is empty before finishing download so no "unfinished" video files are generated

crunchy-cli v3.0.0-dev.2

03 Dec 11:56
Compare
Choose a tag to compare
Pre-release
  • The windows binary is finally working. It was hard to figuring out Windows behaviors, especially with its TLS library (schannel). OpenSSL is now bundled with the Windows binary (that's why the binary is so large in comparison) because the native TLS library does not support TLSv1.3 out of the box (#74).
  • Add --vv very verbose flag to get even more debug output (using -v instead is generally recommended)
  • Fix ffmpeg output file is invalid argument issue on Windows
  • Fix progress width issue on some systems
  • Fix invalid character (βœ“) on Windows

crunchy-cli v3.0.0-dev.1

28 Nov 15:20
Compare
Choose a tag to compare
Pre-release

This is the first release of the Rust rewrite. It's mostly feature-compliant to the latest stable / non-rewrite version (v2.3.6). See the README if you want to see what changed.
A detailed changelog will be available on the stable v3.0.0 release.

Windows currently faces some problems: #74

crunchy-cli v2.3.6

02 Nov 19:53
Compare
Choose a tag to compare
  • Fix archive subtitle styling and size (#66)
  • Add root --lang flag to modify locale used / system locale (#60)
  • Fix archive sorting (#63)

crunchy-cli v2.3.5

20 Oct 20:21
Compare
Choose a tag to compare
  • Fix #59 partially