Update changelog

This commit is contained in:
NoDRM 2024-11-10 14:36:27 +01:00
parent 65646f4493
commit 815d86efe0
2 changed files with 6 additions and 0 deletions

View 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).

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""ion.py: Decrypt Kindle KFX files.
Revision history: