3 This document records all notable changes to Librarian.
9 - Error reporting on metadata parse error.
15 - `category.legimi` metadata field
18 - Fix PDF support for 'Geometric shapes' characters.
19 - Explicitly ignore unknown elements in v2 elements API.
25 - New 'marquise' cover style.
26 - 'Factory' cover style with a QR code.
32 - Support for www tag.
33 - Support for mat with inline text.
39 - Document stats totaling bug.
40 - Legimi cover background position.
46 - Line numbering reset with numeracja.
52 - Legimi cover colors.
53 - EPUB/MOBI TOC styling.
59 - Additional logos order.
66 - Document statistics.
67 - Legimi cover classes.
70 - Default licensing info.
76 - Support for block annotations.
77 - Option to use endnotes in PDF.
80 - Avoid hanging conjunctions on covers.
86 - Basic document structure validation.
87 - Support for headers inside quotes in epub.
95 - New `librarian` entry point for converters.
101 - Epub: translator marked with MARC Relators role 'trl'.
102 - Epub: authors and translators dc:creator elements had duplicate `id`.
103 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
109 - Image sources are now URLs. This changes the API: instead of paths
110 given as `ilustr_path`, `transform` functions now accept
111 a new `base_url` parameter.
112 - Size limits introduced for images in all formats.
118 - Responsive images in HTML. This changes the html.transform API.
127 ## 1.11.3 (2021-01-25)
130 - Missing items in EPUB TOC.
133 ## 1.11.2 (2020-12-18)
137 - Subchapters without chapters in EPUBs.
144 - Experimental DAISY builder.
151 - Support for `ref` tags in HTML.
158 - Experimental class-based builders for HTML and TXT.
163 - Upgraded to EPUB 3, using ebooklib.
167 ## 1.8.3 (2020-05-28)
170 - XML entities in MathML breaking PDF generation.
171 - Regression: verse numbering was lost.
174 ## 1.8.2 (2020-04-03)
177 - New Ebookpoint logo.
180 ## 1.8.1 (2020-02-18)
183 - Multiple authors on cover are now split into lines.
189 - Support for tags: podtytul_*.
190 - Swappable CSS for HTML preview (as --css).
191 - First version of a test file in tests/uat.
194 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
197 ## 1.7.8 (2020-02-05)
200 - Preliminary support for new tag: animacja.
203 ## 1.7.7 (2019-12-31)
206 - Allow multiple source.URL fields.
208 ## 1.7.6 (2019-10-01)
211 - Epub: only attach images referenced in the text.
214 ## 1.7.5 (2019-08-19)
217 - Updated information on the back of EPUB and PDF files.
220 ## 1.7.4 (2019-08-01)
223 - `html.tranform_abstract` bytes vs text confusion.
227 ## 1.7.3 (2019-07-31)
230 - Support for wl:coverLogoUrl, for adding cover logos.
233 ## 1.7.2 (2019-03-12)
236 - Fix for Picture in Python 3: open image in binary mode.
239 ## 1.7.1 (2019-03-01)
242 - Bug in cover generation.
248 - Python 3.4+ support, to existing Python 2.7 support.
249 - `coverter_path` argument in `mobi.transform`.
250 - Proper packaging info.
252 - Tox configuration for tests.
255 - `from_bytes` methods replaced all `from_string` methods,
256 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
257 - `get_bytes` replaced `get_string` on OutputFile.
260 - Shims for Python < 2.7.