summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-12-23 10:44:45 +0100
committerNoDRM <[email protected]>2022-12-23 10:44:45 +0100
commita30405bebfc99626aeea2ffb20c4b428008221e5 (patch)
treedc4c0a9bcd03c01a1d8f028fb44db9dd290e4f62 /CHANGELOG.md
parent901a6c091d116b232044a803e5eaf337bcb115c0 (diff)
Fix Python3 bug in stylexml2css.py, fixes #232
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d61094..845a90a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -83,5 +83,6 @@ List of changes since the fork of Apprentice Harper's repository:
- Update the README (fixes #136) to indicate that Apprentice Harper's version is no longer being updated.
- Fix a bug where PDFs with empty arrays (`<>`) in a PDF object failed to decrypt, fixes #183.
- Automatically strip whitespace from entered Amazon Kindle serial numbers, should fix #158.
-- Obok: Add new setting option "Add new entry" for duplicate books to always add them to the Calibre database as a new book. Untested. Should fix #148.
-- Obok: Fix where changing the Calibre UI language to some languages would cause the "duplicate book" setting to reset. Untested.
+- Obok: Add new setting option "Add new entry" for duplicate books to always add them to the Calibre database as a new book. Fixes #148.
+- 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.