3 This document records all notable changes to Librarian.
15 - Fix for new cover with custom size.
21 - Error reporting on metadata parse error.
27 - `category.legimi` metadata field
30 - Fix PDF support for 'Geometric shapes' characters.
31 - Explicitly ignore unknown elements in v2 elements API.
37 - New 'marquise' cover style.
38 - 'Factory' cover style with a QR code.
44 - Support for www tag.
45 - Support for mat with inline text.
51 - Document stats totaling bug.
52 - Legimi cover background position.
58 - Line numbering reset with numeracja.
64 - Legimi cover colors.
65 - EPUB/MOBI TOC styling.
71 - Additional logos order.
78 - Document statistics.
79 - Legimi cover classes.
82 - Default licensing info.
88 - Support for block annotations.
89 - Option to use endnotes in PDF.
92 - Avoid hanging conjunctions on covers.
98 - Basic document structure validation.
99 - Support for headers inside quotes in epub.
107 - New `librarian` entry point for converters.
113 - Epub: translator marked with MARC Relators role 'trl'.
114 - Epub: authors and translators dc:creator elements had duplicate `id`.
115 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
121 - Image sources are now URLs. This changes the API: instead of paths
122 given as `ilustr_path`, `transform` functions now accept
123 a new `base_url` parameter.
124 - Size limits introduced for images in all formats.
130 - Responsive images in HTML. This changes the html.transform API.
139 ## 1.11.3 (2021-01-25)
142 - Missing items in EPUB TOC.
145 ## 1.11.2 (2020-12-18)
149 - Subchapters without chapters in EPUBs.
156 - Experimental DAISY builder.
163 - Support for `ref` tags in HTML.
170 - Experimental class-based builders for HTML and TXT.
175 - Upgraded to EPUB 3, using ebooklib.
179 ## 1.8.3 (2020-05-28)
182 - XML entities in MathML breaking PDF generation.
183 - Regression: verse numbering was lost.
186 ## 1.8.2 (2020-04-03)
189 - New Ebookpoint logo.
192 ## 1.8.1 (2020-02-18)
195 - Multiple authors on cover are now split into lines.
201 - Support for tags: podtytul_*.
202 - Swappable CSS for HTML preview (as --css).
203 - First version of a test file in tests/uat.
206 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
209 ## 1.7.8 (2020-02-05)
212 - Preliminary support for new tag: animacja.
215 ## 1.7.7 (2019-12-31)
218 - Allow multiple source.URL fields.
220 ## 1.7.6 (2019-10-01)
223 - Epub: only attach images referenced in the text.
226 ## 1.7.5 (2019-08-19)
229 - Updated information on the back of EPUB and PDF files.
232 ## 1.7.4 (2019-08-01)
235 - `html.tranform_abstract` bytes vs text confusion.
239 ## 1.7.3 (2019-07-31)
242 - Support for wl:coverLogoUrl, for adding cover logos.
245 ## 1.7.2 (2019-03-12)
248 - Fix for Picture in Python 3: open image in binary mode.
251 ## 1.7.1 (2019-03-01)
254 - Bug in cover generation.
260 - Python 3.4+ support, to existing Python 2.7 support.
261 - `coverter_path` argument in `mobi.transform`.
262 - Proper packaging info.
264 - Tox configuration for tests.
267 - `from_bytes` methods replaced all `from_string` methods,
268 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
269 - `get_bytes` replaced `get_string` on OutputFile.
272 - Shims for Python < 2.7.