summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-08-06 20:25:07 +0200
committerNoDRM <[email protected]>2022-08-06 20:25:07 +0200
commitca6d30b2d91cff47f67f9b6acc3927a51374a450 (patch)
tree206eefc991b96ac04f96f70f5589352f85f9d061 /CHANGELOG.md
parentdfa247bf88194b143ddfb3045e08dfa19f37090a (diff)
More stuff I missed
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a3197e..808ce31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -73,4 +73,7 @@ List of changes since the fork of Apprentice Harper's repository:
- Fix some more Calibre-6 bugs in the Obok plugin (should fix #114).
- Fix a bug where invalid Adobe keys could cause the plugin to stop trying subsequent keys (partially fixes #109).
- Fix DRM removal sometimes resetting the ZIP's internal "external_attr" value on Calibre 5 and newer.
-- Fix PDF decryption issues on Calibre 4 (hopefully fixes #104). \ No newline at end of file
+- Fix PDF decryption issues on Calibre 4 (hopefully fixes #104).
+- Small Python 2 / Calibre 4 bugfix for Obok.
+- Removing ancient AlfCrypto machine code libraries, moving all encryption / decryption to Python code.
+- General cleanup and removal of dead code.