3 This document records all notable changes to Librarian.
9 - Bug in reading child books.
15 - Bug in reading picture XML.
16 - Bug in setting WLURI.slug
28 - Fix for new cover with custom size.
34 - Error reporting on metadata parse error.
40 - `category.legimi` metadata field
43 - Fix PDF support for 'Geometric shapes' characters.
44 - Explicitly ignore unknown elements in v2 elements API.
50 - New 'marquise' cover style.
51 - 'Factory' cover style with a QR code.
57 - Support for www tag.
58 - Support for mat with inline text.
64 - Document stats totaling bug.
65 - Legimi cover background position.
71 - Line numbering reset with numeracja.
77 - Legimi cover colors.
78 - EPUB/MOBI TOC styling.
84 - Additional logos order.
91 - Document statistics.
92 - Legimi cover classes.
95 - Default licensing info.
101 - Support for block annotations.
102 - Option to use endnotes in PDF.
105 - Avoid hanging conjunctions on covers.
111 - Basic document structure validation.
112 - Support for headers inside quotes in epub.
120 - New `librarian` entry point for converters.
126 - Epub: translator marked with MARC Relators role 'trl'.
127 - Epub: authors and translators dc:creator elements had duplicate `id`.
128 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
134 - Image sources are now URLs. This changes the API: instead of paths
135 given as `ilustr_path`, `transform` functions now accept
136 a new `base_url` parameter.
137 - Size limits introduced for images in all formats.
143 - Responsive images in HTML. This changes the html.transform API.
152 ## 1.11.3 (2021-01-25)
155 - Missing items in EPUB TOC.
158 ## 1.11.2 (2020-12-18)
162 - Subchapters without chapters in EPUBs.
169 - Experimental DAISY builder.
176 - Support for `ref` tags in HTML.
183 - Experimental class-based builders for HTML and TXT.
188 - Upgraded to EPUB 3, using ebooklib.
192 ## 1.8.3 (2020-05-28)
195 - XML entities in MathML breaking PDF generation.
196 - Regression: verse numbering was lost.
199 ## 1.8.2 (2020-04-03)
202 - New Ebookpoint logo.
205 ## 1.8.1 (2020-02-18)
208 - Multiple authors on cover are now split into lines.
214 - Support for tags: podtytul_*.
215 - Swappable CSS for HTML preview (as --css).
216 - First version of a test file in tests/uat.
219 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
222 ## 1.7.8 (2020-02-05)
225 - Preliminary support for new tag: animacja.
228 ## 1.7.7 (2019-12-31)
231 - Allow multiple source.URL fields.
233 ## 1.7.6 (2019-10-01)
236 - Epub: only attach images referenced in the text.
239 ## 1.7.5 (2019-08-19)
242 - Updated information on the back of EPUB and PDF files.
245 ## 1.7.4 (2019-08-01)
248 - `html.tranform_abstract` bytes vs text confusion.
252 ## 1.7.3 (2019-07-31)
255 - Support for wl:coverLogoUrl, for adding cover logos.
258 ## 1.7.2 (2019-03-12)
261 - Fix for Picture in Python 3: open image in binary mode.
264 ## 1.7.1 (2019-03-01)
267 - Bug in cover generation.
273 - Python 3.4+ support, to existing Python 2.7 support.
274 - `coverter_path` argument in `mobi.transform`.
275 - Proper packaging info.
277 - Tox configuration for tests.
280 - `from_bytes` methods replaced all `from_string` methods,
281 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
282 - `get_bytes` replaced `get_string` on OutputFile.
285 - Shims for Python < 2.7.