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:
David Forrester 2014-05-29 16:00:39 +10:00 committed by Kovid Goyal
parent dafbb7d03a
commit 1a902497f9

View File

@ -1265,7 +1265,7 @@ class KOBOTOUCH(KOBO):
min_dbversion_activity = 77 min_dbversion_activity = 77
min_dbversion_keywords = 82 min_dbversion_keywords = 82
max_supported_fwversion = (3, 3, 1) max_supported_fwversion = (3, 4, 2)
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