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