3 This document records all notable changes to Librarian.
10 - Support for mat with inline text.
16 - Document stats totaling bug.
17 - Legimi cover background position.
23 - Line numbering reset with numeracja.
29 - Legimi cover colors.
30 - EPUB/MOBI TOC styling.
36 - Additional logos order.
43 - Document statistics.
44 - Legimi cover classes.
47 - Default licensing info.
53 - Support for block annotations.
54 - Option to use endnotes in PDF.
57 - Avoid hanging conjunctions on covers.
63 - Basic document structure validation.
64 - Support for headers inside quotes in epub.
72 - New `librarian` entry point for converters.
78 - Epub: translator marked with MARC Relators role 'trl'.
79 - Epub: authors and translators dc:creator elements had duplicate `id`.
80 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
86 - Image sources are now URLs. This changes the API: instead of paths
87 given as `ilustr_path`, `transform` functions now accept
88 a new `base_url` parameter.
89 - Size limits introduced for images in all formats.
95 - Responsive images in HTML. This changes the html.transform API.
104 ## 1.11.3 (2021-01-25)
107 - Missing items in EPUB TOC.
110 ## 1.11.2 (2020-12-18)
114 - Subchapters without chapters in EPUBs.
121 - Experimental DAISY builder.
128 - Support for `ref` tags in HTML.
135 - Experimental class-based builders for HTML and TXT.
140 - Upgraded to EPUB 3, using ebooklib.
144 ## 1.8.3 (2020-05-28)
147 - XML entities in MathML breaking PDF generation.
148 - Regression: verse numbering was lost.
151 ## 1.8.2 (2020-04-03)
154 - New Ebookpoint logo.
157 ## 1.8.1 (2020-02-18)
160 - Multiple authors on cover are now split into lines.
166 - Support for tags: podtytul_*.
167 - Swappable CSS for HTML preview (as --css).
168 - First version of a test file in tests/uat.
171 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
174 ## 1.7.8 (2020-02-05)
177 - Preliminary support for new tag: animacja.
180 ## 1.7.7 (2019-12-31)
183 - Allow multiple source.URL fields.
185 ## 1.7.6 (2019-10-01)
188 - Epub: only attach images referenced in the text.
191 ## 1.7.5 (2019-08-19)
194 - Updated information on the back of EPUB and PDF files.
197 ## 1.7.4 (2019-08-01)
200 - `html.tranform_abstract` bytes vs text confusion.
204 ## 1.7.3 (2019-07-31)
207 - Support for wl:coverLogoUrl, for adding cover logos.
210 ## 1.7.2 (2019-03-12)
213 - Fix for Picture in Python 3: open image in binary mode.
216 ## 1.7.1 (2019-03-01)
219 - Bug in cover generation.
225 - Python 3.4+ support, to existing Python 2.7 support.
226 - `coverter_path` argument in `mobi.transform`.
227 - Proper packaging info.
229 - Tox configuration for tests.
232 - `from_bytes` methods replaced all `from_string` methods,
233 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
234 - `get_bytes` replaced `get_string` on OutputFile.
237 - Shims for Python < 2.7.