summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-08-06 13:53:03 +0200
committerNoDRM <[email protected]>2022-08-06 13:53:03 +0200
commit80cbaa4841622ffb4605f53107cc0bad0801ef35 (patch)
treeafa8cc11a2c675e78865894ef97f7cbab3957114 /CHANGELOG.md
parent9a11f480b527e3d1064b890b1b5043e1c5363957 (diff)
Fix ZIP attribute "external_attr" getting reset
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f3c7f2..783ce75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -71,4 +71,5 @@ List of changes since the fork of Apprentice Harper's repository:
- Fix a bug introduced with #48 that breaks DeDRM'ing on Calibre 4 (fixes #101).
- 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). \ No newline at end of file
+- 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.