3 This document records all notable changes to Librarian.
9 - Document stats totaling bug.
10 - Legimi cover background position.
16 - Line numbering reset with numeracja.
22 - Legimi cover colors.
23 - EPUB/MOBI TOC styling.
29 - Additional logos order.
36 - Document statistics.
37 - Legimi cover classes.
40 - Default licensing info.
46 - Support for block annotations.
47 - Option to use endnotes in PDF.
50 - Avoid hanging conjunctions on covers.
56 - Basic document structure validation.
57 - Support for headers inside quotes in epub.
65 - New `librarian` entry point for converters.
71 - Epub: translator marked with MARC Relators role 'trl'.
72 - Epub: authors and translators dc:creator elements had duplicate `id`.
73 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
79 - Image sources are now URLs. This changes the API: instead of paths
80 given as `ilustr_path`, `transform` functions now accept
81 a new `base_url` parameter.
82 - Size limits introduced for images in all formats.
88 - Responsive images in HTML. This changes the html.transform API.
97 ## 1.11.3 (2021-01-25)
100 - Missing items in EPUB TOC.
103 ## 1.11.2 (2020-12-18)
107 - Subchapters without chapters in EPUBs.
114 - Experimental DAISY builder.
121 - Support for `ref` tags in HTML.
128 - Experimental class-based builders for HTML and TXT.
133 - Upgraded to EPUB 3, using ebooklib.
137 ## 1.8.3 (2020-05-28)
140 - XML entities in MathML breaking PDF generation.
141 - Regression: verse numbering was lost.
144 ## 1.8.2 (2020-04-03)
147 - New Ebookpoint logo.
150 ## 1.8.1 (2020-02-18)
153 - Multiple authors on cover are now split into lines.
159 - Support for tags: podtytul_*.
160 - Swappable CSS for HTML preview (as --css).
161 - First version of a test file in tests/uat.
164 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
167 ## 1.7.8 (2020-02-05)
170 - Preliminary support for new tag: animacja.
173 ## 1.7.7 (2019-12-31)
176 - Allow multiple source.URL fields.
178 ## 1.7.6 (2019-10-01)
181 - Epub: only attach images referenced in the text.
184 ## 1.7.5 (2019-08-19)
187 - Updated information on the back of EPUB and PDF files.
190 ## 1.7.4 (2019-08-01)
193 - `html.tranform_abstract` bytes vs text confusion.
197 ## 1.7.3 (2019-07-31)
200 - Support for wl:coverLogoUrl, for adding cover logos.
203 ## 1.7.2 (2019-03-12)
206 - Fix for Picture in Python 3: open image in binary mode.
209 ## 1.7.1 (2019-03-01)
212 - Bug in cover generation.
218 - Python 3.4+ support, to existing Python 2.7 support.
219 - `coverter_path` argument in `mobi.transform`.
220 - Proper packaging info.
222 - Tox configuration for tests.
225 - `from_bytes` methods replaced all `from_string` methods,
226 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
227 - `get_bytes` replaced `get_string` on OutputFile.
230 - Shims for Python < 2.7.