3 This document records all notable changes to Librarian.
14 - Multiple authors on cover are now split into lines.
20 - Support for tags: podtytul_*.
21 - Swappable CSS for HTML preview (as --css).
22 - First version of a test file in tests/uat.
25 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
31 - Preliminary support for new tag: animacja.
37 - Allow multiple source.URL fields.
42 - Epub: only attach images referenced in the text.
48 - Updated information on the back of EPUB and PDF files.
54 - `html.tranform_abstract` bytes vs text confusion.
61 - Support for wl:coverLogoUrl, for adding cover logos.
67 - Fix for Picture in Python 3: open image in binary mode.
73 - Bug in cover generation.
79 - Python 3.4+ support, to existing Python 2.7 support.
80 - `coverter_path` argument in `mobi.transform`.
81 - Proper packaging info.
83 - Tox configuration for tests.
86 - `from_bytes` methods replaced all `from_string` methods,
87 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
88 - `get_bytes` replaced `get_string` on OutputFile.
91 - Shims for Python < 2.7.