This commit is contained in:
Kovid Goyal 2018-05-04 16:19:46 +05:30
parent 47433bd1ac
commit ae7e70615d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -44,6 +44,8 @@
- title: "When upgrading EPUB 2 to EPUB 3 add the 'epub' namespace to all HTML files, for convenience." - title: "When upgrading EPUB 2 to EPUB 3 add the 'epub' namespace to all HTML files, for convenience."
tickets: [1765944] tickets: [1765944]
- title: "Kobo driver: Add an option to not maintain bookmarks/read status/etc. when resending a book already on the device."
bug fixes: bug fixes:
- title: "Edit Book: Fix an error caused by a landmark entry in EPUB 3 files that has an <a> tag without an href attribute." - title: "Edit Book: Fix an error caused by a landmark entry in EPUB 3 files that has an <a> tag without an href attribute."
@ -51,8 +53,6 @@
- title: "Searching: Fix A (B) not being treated as A AND (B)" - title: "Searching: Fix A (B) not being treated as A AND (B)"
- title: "Kobo driver: Add an option to not maintain bookmarks/read status/etc. when resending a book already on the device."
- title: "DOCX Input: Ignore complex script font styles. Fixes conversion of documents that specify only complex script styles and no simple script styles." - title: "DOCX Input: Ignore complex script font styles. Fixes conversion of documents that specify only complex script styles and no simple script styles."
tickets: [1766650] tickets: [1766650]