3 This document records all notable changes to Librarian.
16 - Experimental DAISY builder.
23 - Support for `ref` tags in HTML.
30 - Experimental class-based builders for HTML and TXT.
35 - Upgraded to EPUB 3, using ebooklib.
42 - XML entities in MathML breaking PDF generation.
43 - Regression: verse numbering was lost.
49 - New Ebookpoint logo.
55 - Multiple authors on cover are now split into lines.
61 - Support for tags: podtytul_*.
62 - Swappable CSS for HTML preview (as --css).
63 - First version of a test file in tests/uat.
66 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
72 - Preliminary support for new tag: animacja.
78 - Allow multiple source.URL fields.
83 - Epub: only attach images referenced in the text.
89 - Updated information on the back of EPUB and PDF files.
95 - `html.tranform_abstract` bytes vs text confusion.
102 - Support for wl:coverLogoUrl, for adding cover logos.
105 ## 1.7.2 (2019-03-12)
108 - Fix for Picture in Python 3: open image in binary mode.
111 ## 1.7.1 (2019-03-01)
114 - Bug in cover generation.
120 - Python 3.4+ support, to existing Python 2.7 support.
121 - `coverter_path` argument in `mobi.transform`.
122 - Proper packaging info.
124 - Tox configuration for tests.
127 - `from_bytes` methods replaced all `from_string` methods,
128 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
129 - `get_bytes` replaced `get_string` on OutputFile.
132 - Shims for Python < 2.7.