mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update to support Kobo firmware 3.3.1
Kobo are about to release firmware 3.3.0. The beta and release candidates have been tested with calibre and the version number is all that needs to change. But, I am bumping it to 3.3.1 in case of a second bug fix release with no backend changes. Fixes #1309302 [Update to support Kobo firmware 3.3.0](https://bugs.launchpad.net/calibre/+bug/1309302)
This commit is contained in:
parent
5b2b90af42
commit
a228fdc032
@ -1265,7 +1265,7 @@ class KOBOTOUCH(KOBO):
|
||||
min_dbversion_activity = 77
|
||||
min_dbversion_keywords = 82
|
||||
|
||||
max_supported_fwversion = (3, 2, 1)
|
||||
max_supported_fwversion = (3, 3, 1)
|
||||
min_fwversion_shelves = (2, 0, 0)
|
||||
min_fwversion_images_on_sdcard = (2, 4, 1)
|
||||
min_fwversion_images_tree = (2, 9, 0) # Cover images stored in tree under .kobo-images
|
||||
|
Loading…
x
Reference in New Issue
Block a user