3 This document records all notable changes to Librarian.
7 - Remove direct verse styling from HTML.
11 - Move statistics counter to L2 WLgit lDocument.
15 - Add <category.thema.main>.
16 - Support Python 3.7--3.11.
20 - Fix for better ignoring <extra>.
24 - Change default cover to marquise.
25 - Add support for full predesigned covers to marquise.
26 - Remove support for changing actual cover class via coverClass.
34 - Add html-snippet builder.
35 - Remove DateValue class.
36 - Fix some texts and tests.
37 - Drop Python < 3.6. Up to 3.9 is supported.
41 - Added thema meta field.
45 - Fix for marquise cover: allow scaling title text in all layouts.
49 - Added assigning and preserving id attribute .
53 - Added <wers_srodek>, <tab>, <rownlolegle> and <blok>.
57 - Added verse counters to document statistics.
62 - Shortening authors and translators list on new cover.
72 - Don't validate comment contents.
73 - Ignore translators on new cover if too long.
79 - Bug in reading child books.
85 - Bug in reading picture XML.
86 - Bug in setting WLURI.slug
98 - Fix for new cover with custom size.
101 ## 2.4.2 (2022-05-23)
104 - Error reporting on metadata parse error.
107 ## 2.4.1 (2022-05-12)
110 - `category.legimi` metadata field
113 - Fix PDF support for 'Geometric shapes' characters.
114 - Explicitly ignore unknown elements in v2 elements API.
120 - New 'marquise' cover style.
121 - 'Factory' cover style with a QR code.
124 ## 2.3.5 (2022-04-07)
127 - Support for www tag.
128 - Support for mat with inline text.
131 ## 2.3.4 (2022-02-28)
134 - Document stats totaling bug.
135 - Legimi cover background position.
138 ## 2.3.3 (2021-12-23)
141 - Line numbering reset with numeracja.
144 ## 2.3.2 (2021-12-21)
147 - Legimi cover colors.
148 - EPUB/MOBI TOC styling.
151 ## 2.3.1 (2021-12-20)
154 - Additional logos order.
161 - Document statistics.
162 - Legimi cover classes.
165 - Default licensing info.
171 - Support for block annotations.
172 - Option to use endnotes in PDF.
175 - Avoid hanging conjunctions on covers.
181 - Basic document structure validation.
182 - Support for headers inside quotes in epub.
190 - New `librarian` entry point for converters.
196 - Epub: translator marked with MARC Relators role 'trl'.
197 - Epub: authors and translators dc:creator elements had duplicate `id`.
198 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
204 - Image sources are now URLs. This changes the API: instead of paths
205 given as `ilustr_path`, `transform` functions now accept
206 a new `base_url` parameter.
207 - Size limits introduced for images in all formats.
213 - Responsive images in HTML. This changes the html.transform API.
222 ## 1.11.3 (2021-01-25)
225 - Missing items in EPUB TOC.
228 ## 1.11.2 (2020-12-18)
232 - Subchapters without chapters in EPUBs.
239 - Experimental DAISY builder.
246 - Support for `ref` tags in HTML.
253 - Experimental class-based builders for HTML and TXT.
258 - Upgraded to EPUB 3, using ebooklib.
262 ## 1.8.3 (2020-05-28)
265 - XML entities in MathML breaking PDF generation.
266 - Regression: verse numbering was lost.
269 ## 1.8.2 (2020-04-03)
272 - New Ebookpoint logo.
275 ## 1.8.1 (2020-02-18)
278 - Multiple authors on cover are now split into lines.
284 - Support for tags: podtytul_*.
285 - Swappable CSS for HTML preview (as --css).
286 - First version of a test file in tests/uat.
289 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
292 ## 1.7.8 (2020-02-05)
295 - Preliminary support for new tag: animacja.
298 ## 1.7.7 (2019-12-31)
301 - Allow multiple source.URL fields.
303 ## 1.7.6 (2019-10-01)
306 - Epub: only attach images referenced in the text.
309 ## 1.7.5 (2019-08-19)
312 - Updated information on the back of EPUB and PDF files.
315 ## 1.7.4 (2019-08-01)
318 - `html.tranform_abstract` bytes vs text confusion.
322 ## 1.7.3 (2019-07-31)
325 - Support for wl:coverLogoUrl, for adding cover logos.
328 ## 1.7.2 (2019-03-12)
331 - Fix for Picture in Python 3: open image in binary mode.
334 ## 1.7.1 (2019-03-01)
337 - Bug in cover generation.
343 - Python 3.4+ support, to existing Python 2.7 support.
344 - `coverter_path` argument in `mobi.transform`.
345 - Proper packaging info.
347 - Tox configuration for tests.
350 - `from_bytes` methods replaced all `from_string` methods,
351 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
352 - `get_bytes` replaced `get_string` on OutputFile.
355 - Shims for Python < 2.7.