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