3 This document records all notable changes to Librarian.
9 - XML entities in MathML breaking PDF generation.
10 - Regression: verse numbering was lost.
16 - New Ebookpoint logo.
22 - Multiple authors on cover are now split into lines.
28 - Support for tags: podtytul_*.
29 - Swappable CSS for HTML preview (as --css).
30 - First version of a test file in tests/uat.
33 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
39 - Preliminary support for new tag: animacja.
45 - Allow multiple source.URL fields.
50 - Epub: only attach images referenced in the text.
56 - Updated information on the back of EPUB and PDF files.
62 - `html.tranform_abstract` bytes vs text confusion.
69 - Support for wl:coverLogoUrl, for adding cover logos.
75 - Fix for Picture in Python 3: open image in binary mode.
81 - Bug in cover generation.
87 - Python 3.4+ support, to existing Python 2.7 support.
88 - `coverter_path` argument in `mobi.transform`.
89 - Proper packaging info.
91 - Tox configuration for tests.
94 - `from_bytes` methods replaced all `from_string` methods,
95 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
96 - `get_bytes` replaced `get_string` on OutputFile.
99 - Shims for Python < 2.7.