3 This document records all notable changes to Librarian.
12 - Don't validate comment contents.
13 - Ignore translators on new cover if too long.
19 - Bug in reading child books.
25 - Bug in reading picture XML.
26 - Bug in setting WLURI.slug
38 - Fix for new cover with custom size.
44 - Error reporting on metadata parse error.
50 - `category.legimi` metadata field
53 - Fix PDF support for 'Geometric shapes' characters.
54 - Explicitly ignore unknown elements in v2 elements API.
60 - New 'marquise' cover style.
61 - 'Factory' cover style with a QR code.
67 - Support for www tag.
68 - Support for mat with inline text.
74 - Document stats totaling bug.
75 - Legimi cover background position.
81 - Line numbering reset with numeracja.
87 - Legimi cover colors.
88 - EPUB/MOBI TOC styling.
94 - Additional logos order.
101 - Document statistics.
102 - Legimi cover classes.
105 - Default licensing info.
111 - Support for block annotations.
112 - Option to use endnotes in PDF.
115 - Avoid hanging conjunctions on covers.
121 - Basic document structure validation.
122 - Support for headers inside quotes in epub.
130 - New `librarian` entry point for converters.
136 - Epub: translator marked with MARC Relators role 'trl'.
137 - Epub: authors and translators dc:creator elements had duplicate `id`.
138 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
144 - Image sources are now URLs. This changes the API: instead of paths
145 given as `ilustr_path`, `transform` functions now accept
146 a new `base_url` parameter.
147 - Size limits introduced for images in all formats.
153 - Responsive images in HTML. This changes the html.transform API.
162 ## 1.11.3 (2021-01-25)
165 - Missing items in EPUB TOC.
168 ## 1.11.2 (2020-12-18)
172 - Subchapters without chapters in EPUBs.
179 - Experimental DAISY builder.
186 - Support for `ref` tags in HTML.
193 - Experimental class-based builders for HTML and TXT.
198 - Upgraded to EPUB 3, using ebooklib.
202 ## 1.8.3 (2020-05-28)
205 - XML entities in MathML breaking PDF generation.
206 - Regression: verse numbering was lost.
209 ## 1.8.2 (2020-04-03)
212 - New Ebookpoint logo.
215 ## 1.8.1 (2020-02-18)
218 - Multiple authors on cover are now split into lines.
224 - Support for tags: podtytul_*.
225 - Swappable CSS for HTML preview (as --css).
226 - First version of a test file in tests/uat.
229 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
232 ## 1.7.8 (2020-02-05)
235 - Preliminary support for new tag: animacja.
238 ## 1.7.7 (2019-12-31)
241 - Allow multiple source.URL fields.
243 ## 1.7.6 (2019-10-01)
246 - Epub: only attach images referenced in the text.
249 ## 1.7.5 (2019-08-19)
252 - Updated information on the back of EPUB and PDF files.
255 ## 1.7.4 (2019-08-01)
258 - `html.tranform_abstract` bytes vs text confusion.
262 ## 1.7.3 (2019-07-31)
265 - Support for wl:coverLogoUrl, for adding cover logos.
268 ## 1.7.2 (2019-03-12)
271 - Fix for Picture in Python 3: open image in binary mode.
274 ## 1.7.1 (2019-03-01)
277 - Bug in cover generation.
283 - Python 3.4+ support, to existing Python 2.7 support.
284 - `coverter_path` argument in `mobi.transform`.
285 - Proper packaging info.
287 - Tox configuration for tests.
290 - `from_bytes` methods replaced all `from_string` methods,
291 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
292 - `get_bytes` replaced `get_string` on OutputFile.
295 - Shims for Python < 2.7.