summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-12-29 19:53:59 +0100
committerNoDRM <[email protected]>2022-12-29 19:53:59 +0100
commit08e7ac79ca2b9d56ab4e8ea30d785ba9166a256b (patch)
treee5f24bca0f74cbd3272cf6a4f053cf7e2aeed5d5
parenta7119543237c0d14db812ad0d6fd9f8d3b49acb7 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 845a90a..8e8f105 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -86,3 +86,4 @@ List of changes since the fork of Apprentice Harper's repository:
- 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.
+- PDF: Ignore invalid PDF objids unless the script is running in strict mode. Fixes some PDFs, apparently. Fixes #233.