3 This document records all notable changes to Librarian.
9 - Responsive images in HTML. This changes the html.transform API.
18 ## 1.11.3 (2021-01-25)
21 - Missing items in EPUB TOC.
24 ## 1.11.2 (2020-12-18)
28 - Subchapters without chapters in EPUBs.
35 - Experimental DAISY builder.
42 - Support for `ref` tags in HTML.
49 - Experimental class-based builders for HTML and TXT.
54 - Upgraded to EPUB 3, using ebooklib.
61 - XML entities in MathML breaking PDF generation.
62 - Regression: verse numbering was lost.
68 - New Ebookpoint logo.
74 - Multiple authors on cover are now split into lines.
80 - Support for tags: podtytul_*.
81 - Swappable CSS for HTML preview (as --css).
82 - First version of a test file in tests/uat.
85 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
91 - Preliminary support for new tag: animacja.
97 - Allow multiple source.URL fields.
102 - Epub: only attach images referenced in the text.
105 ## 1.7.5 (2019-08-19)
108 - Updated information on the back of EPUB and PDF files.
111 ## 1.7.4 (2019-08-01)
114 - `html.tranform_abstract` bytes vs text confusion.
118 ## 1.7.3 (2019-07-31)
121 - Support for wl:coverLogoUrl, for adding cover logos.
124 ## 1.7.2 (2019-03-12)
127 - Fix for Picture in Python 3: open image in binary mode.
130 ## 1.7.1 (2019-03-01)
133 - Bug in cover generation.
139 - Python 3.4+ support, to existing Python 2.7 support.
140 - `coverter_path` argument in `mobi.transform`.
141 - Proper packaging info.
143 - Tox configuration for tests.
146 - `from_bytes` methods replaced all `from_string` methods,
147 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
148 - `get_bytes` replaced `get_string` on OutputFile.
151 - Shims for Python < 2.7.