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