summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2021-12-20 21:16:03 +0100
committerNoDRM <[email protected]>2021-12-20 21:16:49 +0100
commitdb71d35b4030ed07292b78b28085b35f5d8d3afb (patch)
treea21c1b751e2b99197c706eab209f14a4379a1d86
parenta16e66a0231093699cf083e18063341c7549b048 (diff)
Update changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6a7efe..3008a2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,3 +34,10 @@ List of changes since the fork of Apprentice Harper's repository:
- Fix Adobe key retrieval in case the username has been changed (merged [apprenticeharper/DeDRM_tools#1946](https://github.com/apprenticeharper/DeDRM_tools/pull/1946) ). This should fix the error "failed to decrypt user key key".
- Fix small issue with elibri watermark removal.
- Adobe key name will now contain account email.
+
+## Fixes on master (not yet released):
+
+- Fix issue where importing a key from Adobe Digital Editions would fail in Python2 (Calibre < 5) if there were non-ASCII characters in the username.
+- Add code to support importing multiple decryption keys from ADE (click the 'plus' button multiple times).
+- Improve epubtest.py to also detect Kobo & Apple DRM.
+- Small updates to the LCP DRM error messages.