]> xmof Git - DeDRM.git/commitdiff
Update changelog
authorNoDRM <no_drm123@protonmail.com>
Sun, 10 Nov 2024 13:36:27 +0000 (14:36 +0100)
committerNoDRM <no_drm123@protonmail.com>
Sun, 10 Nov 2024 13:36:27 +0000 (14:36 +0100)
CHANGELOG.md
DeDRM_plugin/ion.py

index c39fc95ac91de0aa6b85006cc6dc7ec58592bcd0..9565d520a868b33f4f3dbb85c2b717325fadfd33 100644 (file)
@@ -105,4 +105,8 @@ This is v10.0.9, a release candidate for v10.1.0. I don't expect there to be maj
 - Fix some bugs (Python 2 and Python 3) in erdr2pml.py (untested).
 - Fix file lock bug in androidkindlekey.py on Windows with Calibre >= 7 (untested).
 - A bunch of updates to the external FileOpen ineptpdf script, might fix #442 (untested).
+- Fix exception handling on decrypt in ion.py (#662, thanks @C0rn3j).
+- Fix SHA1 hash function for erdr2pml.py script (#608, thanks @unwiredben).
+- Make Kobo DRM removal not fail when there are undownloaded ebooks (#384, thanks @precondition).
+- Fix Obok import failing in Calibre flatpak due to missing ip command (#586 and #585, thanks @jcotton42).
 
index 36c542ee8b63a2ee19cd334338c48d94f550021f..d89d54e147b9cc9dcae1ec08c70ec6156e114b1d 100644 (file)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
 """ion.py: Decrypt Kindle KFX files.
 
 Revision history: