Skip to content

v0.5.1

Choose a tag to compare

@Simatwa Simatwa released this 12 Apr 11:49
· 37 commits to master since this release

What’s Changed

Nothing much actually. This release introduces a way to explicitly define a value for a missing releaseDate in downloadable file details (v3).

Impact on CLI users:

Previously

$ moviebox-v3 download-series "A Knight of the Seven Kingdoms" -f group
# Creates a directory postfixed with (1) due to default date(1,1,1)
# 'A Knight of the Seven Kingdoms (1)'

Now

$ moviebox-v3 download-series "A Knight of the Seven Kingdoms" -f group
# Postfixes the directory with the actual `releaseDate.year`
# 'A Knight of the Seven Kingdoms (2026)'
  • Most changes are documentation-related

Happy downloading and streaming...

Full Changelog: v0.5.0...v0.5.1