summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-03-18 17:09:51 +0100
committerNoDRM <[email protected]>2022-03-18 17:09:51 +0100
commit93ff0aac20aea245217c636e157cd6325841d18b (patch)
tree9102b298260bbdfef14250b06d8e83a7c49ca5da /CHANGELOG.md
parent1f13ae0f78cbc98b4b004014476590179c979847 (diff)
Update FAQs
Co-authored-by: ZolaLa <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2adb8d3..8d746c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,3 +58,6 @@ List of changes since the fork of Apprentice Harper's repository:
- Fix a bug where extracting an Adobe key from ADE on Linux through Wine did fail when using the OpenSSL backend (instead of PyCrypto). See #13 and #14 for details, thanks acaloiaro for the bugfix.
- Make the plugin work on Calibre 6 (Qt 6). If you're running the Calibre 6 beta and you notice any issues, please open a bug report.
- Fix IndexError when DeDRMing some Amazon eBooks.
+- Add support for books with the new ADE3.0+ DRM by merging #48 by a980e066a01. Thanks a lot!
+- Remove OpenSSL support, now the plugin will always use the Python crypto libraries.
+- Obok: Fix issues with invalid UTF-8 characters by merging #26 by baby-bell.