Skip to content

Releases: subdavis/kobo-book-downloader

Release 0.9.3

20 Dec 04:22
871c9dd
Compare
Choose a tag to compare

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

25 Apr 01:41
Compare
Choose a tag to compare

0.9.1 - Fix Authentication again

25 Apr 01:27
e3b2af5
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tioui made their first contribution in #81

Full Changelog: 0.9.0...0.9.1

0.9.0 Fixed Authentication

18 Apr 18:51
f1f1371
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.1...0.9.0

0.8.1 Poetry

01 Dec 22:52
Compare
Choose a tag to compare
0.8.1

0.8.0 Debug log option

13 Nov 22:48
063fe4b
Compare
Choose a tag to compare

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

29 Aug 15:09
1564db5
Compare
Choose a tag to compare

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

22 Aug 16:39
64bc34f
Compare
Choose a tag to compare

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

13 Aug 01:12
aa944a4
Compare
Choose a tag to compare

Fixes #46 thanks to @nathom and @otrdriver 🎉

0.7.0 Long Titles Fix

18 Jul 17:24
Compare
Choose a tag to compare
Release automation