3 This document records all notable changes to Librarian.
9 - Missing items in EPUB TOC.
12 ## 1.11.2 (2020-12-18)
16 - Subchapters without chapters in EPUBs.
23 - Experimental DAISY builder.
30 - Support for `ref` tags in HTML.
37 - Experimental class-based builders for HTML and TXT.
42 - Upgraded to EPUB 3, using ebooklib.
49 - XML entities in MathML breaking PDF generation.
50 - Regression: verse numbering was lost.
56 - New Ebookpoint logo.
62 - Multiple authors on cover are now split into lines.
68 - Support for tags: podtytul_*.
69 - Swappable CSS for HTML preview (as --css).
70 - First version of a test file in tests/uat.
73 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
79 - Preliminary support for new tag: animacja.
85 - Allow multiple source.URL fields.
90 - Epub: only attach images referenced in the text.
96 - Updated information on the back of EPUB and PDF files.
102 - `html.tranform_abstract` bytes vs text confusion.
106 ## 1.7.3 (2019-07-31)
109 - Support for wl:coverLogoUrl, for adding cover logos.
112 ## 1.7.2 (2019-03-12)
115 - Fix for Picture in Python 3: open image in binary mode.
118 ## 1.7.1 (2019-03-01)
121 - Bug in cover generation.
127 - Python 3.4+ support, to existing Python 2.7 support.
128 - `coverter_path` argument in `mobi.transform`.
129 - Proper packaging info.
131 - Tox configuration for tests.
134 - `from_bytes` methods replaced all `from_string` methods,
135 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
136 - `get_bytes` replaced `get_string` on OutputFile.
139 - Shims for Python < 2.7.