Skip to content

Commit 815d86e

Browse files
committed
Update changelog
1 parent 65646f4 commit 815d86e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,8 @@ This is v10.0.9, a release candidate for v10.1.0. I don't expect there to be maj
105105
- Fix some bugs (Python 2 and Python 3) in erdr2pml.py (untested).
106106
- Fix file lock bug in androidkindlekey.py on Windows with Calibre >= 7 (untested).
107107
- A bunch of updates to the external FileOpen ineptpdf script, might fix #442 (untested).
108+
- Fix exception handling on decrypt in ion.py (#662, thanks @C0rn3j).
109+
- Fix SHA1 hash function for erdr2pml.py script (#608, thanks @unwiredben).
110+
- Make Kobo DRM removal not fail when there are undownloaded ebooks (#384, thanks @precondition).
111+
- Fix Obok import failing in Calibre flatpak due to missing ip command (#586 and #585, thanks @jcotton42).
108112

DeDRM_plugin/ion.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
24
"""ion.py: Decrypt Kindle KFX files.
35
46
Revision history:

0 commit comments

Comments
 (0)