audible-cli/CHANGELOG.md
2022-01-18 13:52:01 +01:00

1.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

[0.0.9] - 2022-01-18

Bugfix

  • bugfix error adding/removing auth file

[0.0.8] - 2022-01-15

Bugfix

  • bugfix errors in utils.py

[0.0.7] - 2022-01-15

Bugfix

  • utils.py: Downloading pdf files was broken. Downloader now follows a redirect when downloading a file.

Added

  • Add spec file to create binary with pyinstaller
  • Add binary for some platforms
  • Add timeout option to download command

Changed

  • models.py: If no supported codec is found when downloading aax files, no url is returned now.
  • utils.py: Downloading a file with the Downloader class now checks the response status code, the content type and compares the file size.
  • models.py: Now all books are fetched if the library is greater than 1000. This works for the download and library command.

[0.0.6] - 2022-01-07

Bugfix

  • cmd_library.py: If library does not contain a cover url, audible-cli has raised an Exception. Now the cover url field will set to '-' if no cover url is available.