Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@where-is-brett where-is-brett released this 29 Oct 11:14
· 2 commits to main since this release

Downie v0.2.0

⚠️ Breaking Changes

CLI Command Structure Redesign

Old commands:

downie download [url]
subtitle-dl download [url]

New commands:

downie video download [url]
downie subtitle download [url]

🔄 Changes

  • Applied code formatting standards using black and isort
  • Improved CLI documentation and help messages
  • Enhanced inline code documentation

🐛 Bug Fixes

  • Fixed subtitle CLI implementation to properly handle the --auto-generated flag
    # Now working correctly
    downie subtitle download [url] --auto-generated

Full Changelog: v0.1.0...v0.2.0