From: Apprentice Harper Date: Sat, 28 Nov 2020 16:18:09 +0000 (+0000) Subject: Merge branch 'Python2' Bring across version number updates from 6.8.1 release X-Git-Url: http://git.xmof.duckdns.org/?a=commitdiff_plain;h=26eb5d676c26a7d0239484a1bb6921913adbfd3b;p=DeDRM.git Merge branch 'Python2' Bring across version number updates from 6.8.1 release --- 26eb5d676c26a7d0239484a1bb6921913adbfd3b diff --cc DeDRM_plugin/__init__.py index 3b1e151,303bffd..cdbd4a9 --- a/DeDRM_plugin/__init__.py +++ b/DeDRM_plugin/__init__.py @@@ -69,7 -71,7 +69,8 @@@ __docformat__ = 'restructuredtext en # 6.6.3 - More cleanup of kindle book names and start of support for .kinf2018 # 6.7.0 - Handle new library in calibre. # 6.8.0 - Full support for .kinf2018 and new KFX encryption (Kindle for PC/Mac 2.5+) + # 6.8.1 - Kindle key fix for Mac OS X Big Syr +# 7.0.0 - Switched to Python 3 for calibre 5.0. Thanks to all who comtibuted """ Decrypt DRMed ebooks. diff --cc DeDRM_plugin/kindlekey.py index 73425f8,a4989df..35baa46 --- a/DeDRM_plugin/kindlekey.py +++ b/DeDRM_plugin/kindlekey.py @@@ -28,7 -30,7 +28,8 @@@ __version__ = '3.0 # 2.5 - Final Fix for Windows user names with non-ascii characters, thanks to oneofusoneofus # 2.6 - Start adding support for Kindle 1.25+ .kinf2018 file # 2.7 - Finish .kinf2018 support, PC & Mac by Apprentice Sakuya + # 2.8 - Fix for Mac OS X Big Sur +# 3.0 - Python 3 for calibre 5.0 """