3 This document records all notable changes to Librarian.
8 - New 'marquise' cover style.
9 - 'Factory' cover style with a QR code.
15 - Support for www tag.
16 - Support for mat with inline text.
22 - Document stats totaling bug.
23 - Legimi cover background position.
29 - Line numbering reset with numeracja.
35 - Legimi cover colors.
36 - EPUB/MOBI TOC styling.
42 - Additional logos order.
49 - Document statistics.
50 - Legimi cover classes.
53 - Default licensing info.
59 - Support for block annotations.
60 - Option to use endnotes in PDF.
63 - Avoid hanging conjunctions on covers.
69 - Basic document structure validation.
70 - Support for headers inside quotes in epub.
78 - New `librarian` entry point for converters.
84 - Epub: translator marked with MARC Relators role 'trl'.
85 - Epub: authors and translators dc:creator elements had duplicate `id`.
86 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
92 - Image sources are now URLs. This changes the API: instead of paths
93 given as `ilustr_path`, `transform` functions now accept
94 a new `base_url` parameter.
95 - Size limits introduced for images in all formats.
101 - Responsive images in HTML. This changes the html.transform API.
110 ## 1.11.3 (2021-01-25)
113 - Missing items in EPUB TOC.
116 ## 1.11.2 (2020-12-18)
120 - Subchapters without chapters in EPUBs.
127 - Experimental DAISY builder.
134 - Support for `ref` tags in HTML.
141 - Experimental class-based builders for HTML and TXT.
146 - Upgraded to EPUB 3, using ebooklib.
150 ## 1.8.3 (2020-05-28)
153 - XML entities in MathML breaking PDF generation.
154 - Regression: verse numbering was lost.
157 ## 1.8.2 (2020-04-03)
160 - New Ebookpoint logo.
163 ## 1.8.1 (2020-02-18)
166 - Multiple authors on cover are now split into lines.
172 - Support for tags: podtytul_*.
173 - Swappable CSS for HTML preview (as --css).
174 - First version of a test file in tests/uat.
177 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
180 ## 1.7.8 (2020-02-05)
183 - Preliminary support for new tag: animacja.
186 ## 1.7.7 (2019-12-31)
189 - Allow multiple source.URL fields.
191 ## 1.7.6 (2019-10-01)
194 - Epub: only attach images referenced in the text.
197 ## 1.7.5 (2019-08-19)
200 - Updated information on the back of EPUB and PDF files.
203 ## 1.7.4 (2019-08-01)
206 - `html.tranform_abstract` bytes vs text confusion.
210 ## 1.7.3 (2019-07-31)
213 - Support for wl:coverLogoUrl, for adding cover logos.
216 ## 1.7.2 (2019-03-12)
219 - Fix for Picture in Python 3: open image in binary mode.
222 ## 1.7.1 (2019-03-01)
225 - Bug in cover generation.
231 - Python 3.4+ support, to existing Python 2.7 support.
232 - `coverter_path` argument in `mobi.transform`.
233 - Proper packaging info.
235 - Tox configuration for tests.
238 - `from_bytes` methods replaced all `from_string` methods,
239 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
240 - `get_bytes` replaced `get_string` on OutputFile.
243 - Shims for Python < 2.7.