mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Bump Kobo firmware version for release of 3.12.0
Bumping firmware version in preparation for release of 3.12.0 with an allowance for 3.12.1. Fixes #1398794 [Kobo firmware version bumped to 3.12.0](https://bugs.launchpad.net/calibre/+bug/1398794)
This commit is contained in:
parent
ee7c176f80
commit
3ca1206135
@ -1265,11 +1265,12 @@ class KOBOTOUCH(KOBO):
|
|||||||
min_dbversion_activity = 77
|
min_dbversion_activity = 77
|
||||||
min_dbversion_keywords = 82
|
min_dbversion_keywords = 82
|
||||||
|
|
||||||
max_supported_fwversion = (3, 11, 1)
|
max_supported_fwversion = (3, 12, 1)
|
||||||
min_fwversion_shelves = (2, 0, 0)
|
min_fwversion_shelves = (2, 0, 0)
|
||||||
min_fwversion_images_on_sdcard = (2, 4, 1)
|
min_fwversion_images_on_sdcard = (2, 4, 1)
|
||||||
min_fwversion_images_tree = (2, 9, 0) # Cover images stored in tree under .kobo-images
|
min_fwversion_images_tree = (2, 9, 0) # Cover images stored in tree under .kobo-images
|
||||||
min_aurah2o_fwversion = (3, 7, 0) # Not used yet
|
min_aurah2o_fwversion = (3, 7, 0) # Not used yet
|
||||||
|
min_reviews_fwversion = (3, 12, 0) # Not used yet
|
||||||
|
|
||||||
has_kepubs = True
|
has_kepubs = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user