summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2023-01-06 14:32:25 +0100
committerNoDRM <[email protected]>2023-01-06 14:32:25 +0100
commitfb8b0034448fd191fa2f3abc12233391d931e4a2 (patch)
tree8526bd4070620164c3f0ffe6e01f9d2c22b23152 /CHANGELOG.md
parent3c12806f38eecfd5b37a5ace890f7c00cbe52169 (diff)
Support for Adobe's 'aes128-cbc-uncompressed' encryption (see #242)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e8f105..0e4301b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -87,3 +87,5 @@ List of changes since the fork of Apprentice Harper's repository:
- Obok: Fix where changing the Calibre UI language to some languages would cause the "duplicate book" setting to reset.
- Fix Python3 bug in stylexml2css.php script, fixes #232.
- PDF: Ignore invalid PDF objids unless the script is running in strict mode. Fixes some PDFs, apparently. Fixes #233.
+- Bugfix: EPUBs with remaining content in the encryption.xml after decryption weren't written correctly.
+- Support for Adobe's 'aes128-cbc-uncompressed' encryption method (fixes #242).