Skip to content

Releases: worstgirlinamerica/qbz-cli

v1.2.0

Choose a tag to compare

@worstgirlinamerica worstgirlinamerica released this 03 Aug 20:42

What's Changed

v1.2.0 introduces official PyPI distribution, making installation and updates significantly easier.

Install with:

pip install qbz

Update with:

pip install --upgrade qbz

PyPI is now the recommended installation method.
Development installation instructions have been separated from end-user installation.

v1.1.0

Choose a tag to compare

@worstgirlinamerica worstgirlinamerica released this 25 Jul 00:31
98473e8

What's Changed

  • QBZ is now fully independent, reworked Qobuz authentication and request handling
  • Hardened native metadata processing, improved quality selection, and release resolution detection
  • Added official credits export support
  • Updated documentation and installation instructions

Notes

qbz is an independent Qobuz CLI tool with its own implementation, architecture, and metadata pipeline.
Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@worstgirlinamerica worstgirlinamerica released this 24 Jul 02:14

v1.0.0

Initial public release of the CLI qbz.

Features

  • Interactive Qobuz catalog search
  • Artist, album, track, and playlist support
  • Lossless and Hi-Res FLAC downloads
  • Full metadata embedding
  • High-resolution artwork embedding
  • Official credit export with --credits
  • Local authentication token storage

Installation

pip install git+https://github.com/worstgirlinamerica/qbz.git

See the README for setup instructions.