3 This document records all notable changes to Librarian.
7 - Added debug version for epub and epubcheck utility.
11 - Remove direct verse styling from HTML.
15 - Move statistics counter to L2 WLgit lDocument.
19 - Add <category.thema.main>.
20 - Support Python 3.7--3.11.
24 - Fix for better ignoring <extra>.
28 - Change default cover to marquise.
29 - Add support for full predesigned covers to marquise.
30 - Remove support for changing actual cover class via coverClass.
38 - Add html-snippet builder.
39 - Remove DateValue class.
40 - Fix some texts and tests.
41 - Drop Python < 3.6. Up to 3.9 is supported.
45 - Added thema meta field.
49 - Fix for marquise cover: allow scaling title text in all layouts.
53 - Added assigning and preserving id attribute .
57 - Added <wers_srodek>, <tab>, <rownlolegle> and <blok>.
61 - Added verse counters to document statistics.
66 - Shortening authors and translators list on new cover.
76 - Don't validate comment contents.
77 - Ignore translators on new cover if too long.
83 - Bug in reading child books.
89 - Bug in reading picture XML.
90 - Bug in setting WLURI.slug
102 - Fix for new cover with custom size.
105 ## 2.4.2 (2022-05-23)
108 - Error reporting on metadata parse error.
111 ## 2.4.1 (2022-05-12)
114 - `category.legimi` metadata field
117 - Fix PDF support for 'Geometric shapes' characters.
118 - Explicitly ignore unknown elements in v2 elements API.
124 - New 'marquise' cover style.
125 - 'Factory' cover style with a QR code.
128 ## 2.3.5 (2022-04-07)
131 - Support for www tag.
132 - Support for mat with inline text.
135 ## 2.3.4 (2022-02-28)
138 - Document stats totaling bug.
139 - Legimi cover background position.
142 ## 2.3.3 (2021-12-23)
145 - Line numbering reset with numeracja.
148 ## 2.3.2 (2021-12-21)
151 - Legimi cover colors.
152 - EPUB/MOBI TOC styling.
155 ## 2.3.1 (2021-12-20)
158 - Additional logos order.
165 - Document statistics.
166 - Legimi cover classes.
169 - Default licensing info.
175 - Support for block annotations.
176 - Option to use endnotes in PDF.
179 - Avoid hanging conjunctions on covers.
185 - Basic document structure validation.
186 - Support for headers inside quotes in epub.
194 - New `librarian` entry point for converters.
200 - Epub: translator marked with MARC Relators role 'trl'.
201 - Epub: authors and translators dc:creator elements had duplicate `id`.
202 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
208 - Image sources are now URLs. This changes the API: instead of paths
209 given as `ilustr_path`, `transform` functions now accept
210 a new `base_url` parameter.
211 - Size limits introduced for images in all formats.
217 - Responsive images in HTML. This changes the html.transform API.
226 ## 1.11.3 (2021-01-25)
229 - Missing items in EPUB TOC.
232 ## 1.11.2 (2020-12-18)
236 - Subchapters without chapters in EPUBs.
243 - Experimental DAISY builder.
250 - Support for `ref` tags in HTML.
257 - Experimental class-based builders for HTML and TXT.
262 - Upgraded to EPUB 3, using ebooklib.
266 ## 1.8.3 (2020-05-28)
269 - XML entities in MathML breaking PDF generation.
270 - Regression: verse numbering was lost.
273 ## 1.8.2 (2020-04-03)
276 - New Ebookpoint logo.
279 ## 1.8.1 (2020-02-18)
282 - Multiple authors on cover are now split into lines.
288 - Support for tags: podtytul_*.
289 - Swappable CSS for HTML preview (as --css).
290 - First version of a test file in tests/uat.
293 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
296 ## 1.7.8 (2020-02-05)
299 - Preliminary support for new tag: animacja.
302 ## 1.7.7 (2019-12-31)
305 - Allow multiple source.URL fields.
307 ## 1.7.6 (2019-10-01)
310 - Epub: only attach images referenced in the text.
313 ## 1.7.5 (2019-08-19)
316 - Updated information on the back of EPUB and PDF files.
319 ## 1.7.4 (2019-08-01)
322 - `html.tranform_abstract` bytes vs text confusion.
326 ## 1.7.3 (2019-07-31)
329 - Support for wl:coverLogoUrl, for adding cover logos.
332 ## 1.7.2 (2019-03-12)
335 - Fix for Picture in Python 3: open image in binary mode.
338 ## 1.7.1 (2019-03-01)
341 - Bug in cover generation.
347 - Python 3.4+ support, to existing Python 2.7 support.
348 - `coverter_path` argument in `mobi.transform`.
349 - Proper packaging info.
351 - Tox configuration for tests.
354 - `from_bytes` methods replaced all `from_string` methods,
355 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
356 - `get_bytes` replaced `get_string` on OutputFile.
359 - Shims for Python < 2.7.