3 This document records all notable changes to Librarian.
9 - Shortening authors and translators list on new cover.
19 - Don't validate comment contents.
20 - Ignore translators on new cover if too long.
26 - Bug in reading child books.
32 - Bug in reading picture XML.
33 - Bug in setting WLURI.slug
45 - Fix for new cover with custom size.
51 - Error reporting on metadata parse error.
57 - `category.legimi` metadata field
60 - Fix PDF support for 'Geometric shapes' characters.
61 - Explicitly ignore unknown elements in v2 elements API.
67 - New 'marquise' cover style.
68 - 'Factory' cover style with a QR code.
74 - Support for www tag.
75 - Support for mat with inline text.
81 - Document stats totaling bug.
82 - Legimi cover background position.
88 - Line numbering reset with numeracja.
94 - Legimi cover colors.
95 - EPUB/MOBI TOC styling.
101 - Additional logos order.
108 - Document statistics.
109 - Legimi cover classes.
112 - Default licensing info.
118 - Support for block annotations.
119 - Option to use endnotes in PDF.
122 - Avoid hanging conjunctions on covers.
128 - Basic document structure validation.
129 - Support for headers inside quotes in epub.
137 - New `librarian` entry point for converters.
143 - Epub: translator marked with MARC Relators role 'trl'.
144 - Epub: authors and translators dc:creator elements had duplicate `id`.
145 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
151 - Image sources are now URLs. This changes the API: instead of paths
152 given as `ilustr_path`, `transform` functions now accept
153 a new `base_url` parameter.
154 - Size limits introduced for images in all formats.
160 - Responsive images in HTML. This changes the html.transform API.
169 ## 1.11.3 (2021-01-25)
172 - Missing items in EPUB TOC.
175 ## 1.11.2 (2020-12-18)
179 - Subchapters without chapters in EPUBs.
186 - Experimental DAISY builder.
193 - Support for `ref` tags in HTML.
200 - Experimental class-based builders for HTML and TXT.
205 - Upgraded to EPUB 3, using ebooklib.
209 ## 1.8.3 (2020-05-28)
212 - XML entities in MathML breaking PDF generation.
213 - Regression: verse numbering was lost.
216 ## 1.8.2 (2020-04-03)
219 - New Ebookpoint logo.
222 ## 1.8.1 (2020-02-18)
225 - Multiple authors on cover are now split into lines.
231 - Support for tags: podtytul_*.
232 - Swappable CSS for HTML preview (as --css).
233 - First version of a test file in tests/uat.
236 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
239 ## 1.7.8 (2020-02-05)
242 - Preliminary support for new tag: animacja.
245 ## 1.7.7 (2019-12-31)
248 - Allow multiple source.URL fields.
250 ## 1.7.6 (2019-10-01)
253 - Epub: only attach images referenced in the text.
256 ## 1.7.5 (2019-08-19)
259 - Updated information on the back of EPUB and PDF files.
262 ## 1.7.4 (2019-08-01)
265 - `html.tranform_abstract` bytes vs text confusion.
269 ## 1.7.3 (2019-07-31)
272 - Support for wl:coverLogoUrl, for adding cover logos.
275 ## 1.7.2 (2019-03-12)
278 - Fix for Picture in Python 3: open image in binary mode.
281 ## 1.7.1 (2019-03-01)
284 - Bug in cover generation.
290 - Python 3.4+ support, to existing Python 2.7 support.
291 - `coverter_path` argument in `mobi.transform`.
292 - Proper packaging info.
294 - Tox configuration for tests.
297 - `from_bytes` methods replaced all `from_string` methods,
298 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
299 - `get_bytes` replaced `get_string` on OutputFile.
302 - Shims for Python < 2.7.