Skip to content

Release v0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 10:28
· 2 commits to master since this release
v0.5.1
02449fa

Fixed

  • build_auth_file() no longer raises an AttributeError when its filename is passed as a str, which its signature allows. The failure happened after the login had already registered the device, so the registration was lost without the auth file being written (#273)
  • The convert-oa-file plugin works again. It has failed to even load since v0.2 because it imported pass_session from the wrong module, and behind that sat a tuple passed to pathlib.Path(), a call to a Session method that does not exist, an expiry read as seconds although OpenAudible writes milliseconds, a KeyError on cookie fields that are optional, and a profile name from the converted file that could write outside the config directory (#286)
  • The size of a finished audiobook download is checked again. The check existed but nothing ever called it, so a file that arrived at a different length than announced was renamed to its final name and counted as a success. Covers and PDFs take the older download path and were never affected (#291)