3 This document records all notable changes to Librarian.
7 - Add fundraising inserts in PDF.
11 - Added cover logos support.
15 - Added debug version for epub and epubcheck utility.
19 - Remove direct verse styling from HTML.
23 - Move statistics counter to L2 WLgit lDocument.
27 - Add <category.thema.main>.
28 - Support Python 3.7--3.11.
32 - Fix for better ignoring <extra>.
36 - Change default cover to marquise.
37 - Add support for full predesigned covers to marquise.
38 - Remove support for changing actual cover class via coverClass.
46 - Add html-snippet builder.
47 - Remove DateValue class.
48 - Fix some texts and tests.
49 - Drop Python < 3.6. Up to 3.9 is supported.
53 - Added thema meta field.
57 - Fix for marquise cover: allow scaling title text in all layouts.
61 - Added assigning and preserving id attribute .
65 - Added <wers_srodek>, <tab>, <rownlolegle> and <blok>.
69 - Added verse counters to document statistics.
74 - Shortening authors and translators list on new cover.
84 - Don't validate comment contents.
85 - Ignore translators on new cover if too long.
91 - Bug in reading child books.
97 - Bug in reading picture XML.
98 - Bug in setting WLURI.slug
101 ## 2.4.4 (2022-07-07)
107 ## 2.4.3 (2022-06-07)
110 - Fix for new cover with custom size.
113 ## 2.4.2 (2022-05-23)
116 - Error reporting on metadata parse error.
119 ## 2.4.1 (2022-05-12)
122 - `category.legimi` metadata field
125 - Fix PDF support for 'Geometric shapes' characters.
126 - Explicitly ignore unknown elements in v2 elements API.
132 - New 'marquise' cover style.
133 - 'Factory' cover style with a QR code.
136 ## 2.3.5 (2022-04-07)
139 - Support for www tag.
140 - Support for mat with inline text.
143 ## 2.3.4 (2022-02-28)
146 - Document stats totaling bug.
147 - Legimi cover background position.
150 ## 2.3.3 (2021-12-23)
153 - Line numbering reset with numeracja.
156 ## 2.3.2 (2021-12-21)
159 - Legimi cover colors.
160 - EPUB/MOBI TOC styling.
163 ## 2.3.1 (2021-12-20)
166 - Additional logos order.
173 - Document statistics.
174 - Legimi cover classes.
177 - Default licensing info.
183 - Support for block annotations.
184 - Option to use endnotes in PDF.
187 - Avoid hanging conjunctions on covers.
193 - Basic document structure validation.
194 - Support for headers inside quotes in epub.
202 - New `librarian` entry point for converters.
208 - Epub: translator marked with MARC Relators role 'trl'.
209 - Epub: authors and translators dc:creator elements had duplicate `id`.
210 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
216 - Image sources are now URLs. This changes the API: instead of paths
217 given as `ilustr_path`, `transform` functions now accept
218 a new `base_url` parameter.
219 - Size limits introduced for images in all formats.
225 - Responsive images in HTML. This changes the html.transform API.
234 ## 1.11.3 (2021-01-25)
237 - Missing items in EPUB TOC.
240 ## 1.11.2 (2020-12-18)
244 - Subchapters without chapters in EPUBs.
251 - Experimental DAISY builder.
258 - Support for `ref` tags in HTML.
265 - Experimental class-based builders for HTML and TXT.
270 - Upgraded to EPUB 3, using ebooklib.
274 ## 1.8.3 (2020-05-28)
277 - XML entities in MathML breaking PDF generation.
278 - Regression: verse numbering was lost.
281 ## 1.8.2 (2020-04-03)
284 - New Ebookpoint logo.
287 ## 1.8.1 (2020-02-18)
290 - Multiple authors on cover are now split into lines.
296 - Support for tags: podtytul_*.
297 - Swappable CSS for HTML preview (as --css).
298 - First version of a test file in tests/uat.
301 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
304 ## 1.7.8 (2020-02-05)
307 - Preliminary support for new tag: animacja.
310 ## 1.7.7 (2019-12-31)
313 - Allow multiple source.URL fields.
315 ## 1.7.6 (2019-10-01)
318 - Epub: only attach images referenced in the text.
321 ## 1.7.5 (2019-08-19)
324 - Updated information on the back of EPUB and PDF files.
327 ## 1.7.4 (2019-08-01)
330 - `html.tranform_abstract` bytes vs text confusion.
334 ## 1.7.3 (2019-07-31)
337 - Support for wl:coverLogoUrl, for adding cover logos.
340 ## 1.7.2 (2019-03-12)
343 - Fix for Picture in Python 3: open image in binary mode.
346 ## 1.7.1 (2019-03-01)
349 - Bug in cover generation.
355 - Python 3.4+ support, to existing Python 2.7 support.
356 - `coverter_path` argument in `mobi.transform`.
357 - Proper packaging info.
359 - Tox configuration for tests.
362 - `from_bytes` methods replaced all `from_string` methods,
363 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
364 - `get_bytes` replaced `get_string` on OutputFile.
367 - Shims for Python < 2.7.