Releases: subdavis/kobo-book-downloader
Kobodl 0.9.4
What's Changed
- Add --captcha login option for when pyperclip doesnt work by @subdavis in #99
- Add missing command for development by @relthyg in #98
- Deprecate calibre web integration, it doesn't work by @subdavis in #100
- Bump urllib3 from 1.26.13 to 1.26.17 by @dependabot in #104
- Fix epub specification violation by @matteo-l in #113
- Delete user by @subdavis in #123
New Contributors
Full Changelog: 0.9.3...0.9.4
Release 0.9.3
What's Changed
Just dependency changes, no bugs or features.
- Bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #93
- Bump dependencies, Allow python 3.10, Release 0.9.3 by @subdavis in #94
0.9.2 - Fix pyinstaller builds
0.9.1 - Fix Authentication again
0.9.0 Fixed Authentication
What's Changed
- Implement TnS-hun's fix for API calls by @Nosgoroth in #78
New Contributors
- @Nosgoroth made their first contribution in #78
Full Changelog: 0.8.1...0.9.0
0.8.1 Poetry
0.8.1
0.8.0 Debug log option
What's Changed
Adds debug log option by @subdavis in #64
Usage
kobodl --debug [OPTIONS] COMMAND [ARGS]
Will generate a file named debug.log
. This file will contain sensitive information about your account, so don't share it in public. If you'd like help with an issue, you can email me this file. See the README Troubleshooting section for more info.
0.7.3 Download Formatting
Features
# Adds formatting option
kobodl book get --format-str '{Title} - {Author} - {RevisionId}' <revision-id>
Options
Author - The author names
Title - The book Title
RevisonId - Full UUID
ShortRevisionId - Short Revision ID (8 chars)
... and anything else you might be able to find in the book metadata dictionary (undocumented)
Important note
kobodl serve
does not work properly in these bundles. To use the web server, choose the pip or docker install method.
0.7.2 Pyinstaller Bundles
This release includes pyinstaller bundles. If you are unfamiliar with python and docker and wish to download a binary executable, choose one of the assets below for your platform.
Important note
kobodl serve
does not work properly in these bundles. To use the web server, choose the pip or docker install method.
0.7.1 MacOS Input Bugfix
Fixes #46 thanks to @nathom and @otrdriver 🎉