3 This document records all notable changes to Librarian.
10 - Experimental class-based builders for HTML and TXT.
15 - Upgraded to EPUB 3, using ebooklib.
22 - XML entities in MathML breaking PDF generation.
23 - Regression: verse numbering was lost.
29 - New Ebookpoint logo.
35 - Multiple authors on cover are now split into lines.
41 - Support for tags: podtytul_*.
42 - Swappable CSS for HTML preview (as --css).
43 - First version of a test file in tests/uat.
46 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
52 - Preliminary support for new tag: animacja.
58 - Allow multiple source.URL fields.
63 - Epub: only attach images referenced in the text.
69 - Updated information on the back of EPUB and PDF files.
75 - `html.tranform_abstract` bytes vs text confusion.
82 - Support for wl:coverLogoUrl, for adding cover logos.
88 - Fix for Picture in Python 3: open image in binary mode.
94 - Bug in cover generation.
100 - Python 3.4+ support, to existing Python 2.7 support.
101 - `coverter_path` argument in `mobi.transform`.
102 - Proper packaging info.
104 - Tox configuration for tests.
107 - `from_bytes` methods replaced all `from_string` methods,
108 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
109 - `get_bytes` replaced `get_string` on OutputFile.
112 - Shims for Python < 2.7.