mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update to support Kobo firmware 3.4.1
Kobo are about to release firmware 3.4.1. The beta and release candidates have been tested with calibre and the version number is all that needs to change. As usual, I am bumping it to 3.4.2 in case of a second bug fix release with no backend changes. Fixes #1324375 [Update to support Kobo firmware 3.4.1](https://bugs.launchpad.net/calibre/+bug/1324375)
This commit is contained in:
parent
dafbb7d03a
commit
1a902497f9
@ -1265,7 +1265,7 @@ class KOBOTOUCH(KOBO):
|
||||
min_dbversion_activity = 77
|
||||
min_dbversion_keywords = 82
|
||||
|
||||
max_supported_fwversion = (3, 3, 1)
|
||||
max_supported_fwversion = (3, 4, 2)
|
||||
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