3 This document records all notable changes to Librarian.
9 - `category.legimi` metadata field
12 - Fix PDF support for 'Geometric shapes' characters.
13 - Explicitly ignore unknown elements in v2 elements API.
19 - New 'marquise' cover style.
20 - 'Factory' cover style with a QR code.
26 - Support for www tag.
27 - Support for mat with inline text.
33 - Document stats totaling bug.
34 - Legimi cover background position.
40 - Line numbering reset with numeracja.
46 - Legimi cover colors.
47 - EPUB/MOBI TOC styling.
53 - Additional logos order.
60 - Document statistics.
61 - Legimi cover classes.
64 - Default licensing info.
70 - Support for block annotations.
71 - Option to use endnotes in PDF.
74 - Avoid hanging conjunctions on covers.
80 - Basic document structure validation.
81 - Support for headers inside quotes in epub.
89 - New `librarian` entry point for converters.
95 - Epub: translator marked with MARC Relators role 'trl'.
96 - Epub: authors and translators dc:creator elements had duplicate `id`.
97 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
103 - Image sources are now URLs. This changes the API: instead of paths
104 given as `ilustr_path`, `transform` functions now accept
105 a new `base_url` parameter.
106 - Size limits introduced for images in all formats.
112 - Responsive images in HTML. This changes the html.transform API.
121 ## 1.11.3 (2021-01-25)
124 - Missing items in EPUB TOC.
127 ## 1.11.2 (2020-12-18)
131 - Subchapters without chapters in EPUBs.
138 - Experimental DAISY builder.
145 - Support for `ref` tags in HTML.
152 - Experimental class-based builders for HTML and TXT.
157 - Upgraded to EPUB 3, using ebooklib.
161 ## 1.8.3 (2020-05-28)
164 - XML entities in MathML breaking PDF generation.
165 - Regression: verse numbering was lost.
168 ## 1.8.2 (2020-04-03)
171 - New Ebookpoint logo.
174 ## 1.8.1 (2020-02-18)
177 - Multiple authors on cover are now split into lines.
183 - Support for tags: podtytul_*.
184 - Swappable CSS for HTML preview (as --css).
185 - First version of a test file in tests/uat.
188 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
191 ## 1.7.8 (2020-02-05)
194 - Preliminary support for new tag: animacja.
197 ## 1.7.7 (2019-12-31)
200 - Allow multiple source.URL fields.
202 ## 1.7.6 (2019-10-01)
205 - Epub: only attach images referenced in the text.
208 ## 1.7.5 (2019-08-19)
211 - Updated information on the back of EPUB and PDF files.
214 ## 1.7.4 (2019-08-01)
217 - `html.tranform_abstract` bytes vs text confusion.
221 ## 1.7.3 (2019-07-31)
224 - Support for wl:coverLogoUrl, for adding cover logos.
227 ## 1.7.2 (2019-03-12)
230 - Fix for Picture in Python 3: open image in binary mode.
233 ## 1.7.1 (2019-03-01)
236 - Bug in cover generation.
242 - Python 3.4+ support, to existing Python 2.7 support.
243 - `coverter_path` argument in `mobi.transform`.
244 - Proper packaging info.
246 - Tox configuration for tests.
249 - `from_bytes` methods replaced all `from_string` methods,
250 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
251 - `get_bytes` replaced `get_string` on OutputFile.
254 - Shims for Python < 2.7.