3 This document records all notable changes to Librarian.
9 - Line numbering reset with numeracja.
15 - Legimi cover colors.
16 - EPUB/MOBI TOC styling.
22 - Additional logos order.
29 - Document statistics.
30 - Legimi cover classes.
33 - Default licensing info.
39 - Support for block annotations.
40 - Option to use endnotes in PDF.
43 - Avoid hanging conjunctions on covers.
49 - Basic document structure validation.
50 - Support for headers inside quotes in epub.
58 - New `librarian` entry point for converters.
64 - Epub: translator marked with MARC Relators role 'trl'.
65 - Epub: authors and translators dc:creator elements had duplicate `id`.
66 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
72 - Image sources are now URLs. This changes the API: instead of paths
73 given as `ilustr_path`, `transform` functions now accept
74 a new `base_url` parameter.
75 - Size limits introduced for images in all formats.
81 - Responsive images in HTML. This changes the html.transform API.
90 ## 1.11.3 (2021-01-25)
93 - Missing items in EPUB TOC.
96 ## 1.11.2 (2020-12-18)
100 - Subchapters without chapters in EPUBs.
107 - Experimental DAISY builder.
114 - Support for `ref` tags in HTML.
121 - Experimental class-based builders for HTML and TXT.
126 - Upgraded to EPUB 3, using ebooklib.
130 ## 1.8.3 (2020-05-28)
133 - XML entities in MathML breaking PDF generation.
134 - Regression: verse numbering was lost.
137 ## 1.8.2 (2020-04-03)
140 - New Ebookpoint logo.
143 ## 1.8.1 (2020-02-18)
146 - Multiple authors on cover are now split into lines.
152 - Support for tags: podtytul_*.
153 - Swappable CSS for HTML preview (as --css).
154 - First version of a test file in tests/uat.
157 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
160 ## 1.7.8 (2020-02-05)
163 - Preliminary support for new tag: animacja.
166 ## 1.7.7 (2019-12-31)
169 - Allow multiple source.URL fields.
171 ## 1.7.6 (2019-10-01)
174 - Epub: only attach images referenced in the text.
177 ## 1.7.5 (2019-08-19)
180 - Updated information on the back of EPUB and PDF files.
183 ## 1.7.4 (2019-08-01)
186 - `html.tranform_abstract` bytes vs text confusion.
190 ## 1.7.3 (2019-07-31)
193 - Support for wl:coverLogoUrl, for adding cover logos.
196 ## 1.7.2 (2019-03-12)
199 - Fix for Picture in Python 3: open image in binary mode.
202 ## 1.7.1 (2019-03-01)
205 - Bug in cover generation.
211 - Python 3.4+ support, to existing Python 2.7 support.
212 - `coverter_path` argument in `mobi.transform`.
213 - Proper packaging info.
215 - Tox configuration for tests.
218 - `from_bytes` methods replaced all `from_string` methods,
219 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
220 - `get_bytes` replaced `get_string` on OutputFile.
223 - Shims for Python < 2.7.