From db71d35b4030ed07292b78b28085b35f5d8d3afb Mon Sep 17 00:00:00 2001 From: NoDRM Date: Mon, 20 Dec 2021 21:16:03 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.