3 This document records all notable changes to Librarian.
8 - Additional logos order.
15 - Document statistics.
16 - Legimi cover classes.
19 - Default licensing info.
25 - Support for block annotations.
26 - Option to use endnotes in PDF.
29 - Avoid hanging conjunctions on covers.
35 - Basic document structure validation.
36 - Support for headers inside quotes in epub.
44 - New `librarian` entry point for converters.
50 - Epub: translator marked with MARC Relators role 'trl'.
51 - Epub: authors and translators dc:creator elements had duplicate `id`.
52 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
58 - Image sources are now URLs. This changes the API: instead of paths
59 given as `ilustr_path`, `transform` functions now accept
60 a new `base_url` parameter.
61 - Size limits introduced for images in all formats.
67 - Responsive images in HTML. This changes the html.transform API.
76 ## 1.11.3 (2021-01-25)
79 - Missing items in EPUB TOC.
82 ## 1.11.2 (2020-12-18)
86 - Subchapters without chapters in EPUBs.
93 - Experimental DAISY builder.
100 - Support for `ref` tags in HTML.
107 - Experimental class-based builders for HTML and TXT.
112 - Upgraded to EPUB 3, using ebooklib.
116 ## 1.8.3 (2020-05-28)
119 - XML entities in MathML breaking PDF generation.
120 - Regression: verse numbering was lost.
123 ## 1.8.2 (2020-04-03)
126 - New Ebookpoint logo.
129 ## 1.8.1 (2020-02-18)
132 - Multiple authors on cover are now split into lines.
138 - Support for tags: podtytul_*.
139 - Swappable CSS for HTML preview (as --css).
140 - First version of a test file in tests/uat.
143 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
146 ## 1.7.8 (2020-02-05)
149 - Preliminary support for new tag: animacja.
152 ## 1.7.7 (2019-12-31)
155 - Allow multiple source.URL fields.
157 ## 1.7.6 (2019-10-01)
160 - Epub: only attach images referenced in the text.
163 ## 1.7.5 (2019-08-19)
166 - Updated information on the back of EPUB and PDF files.
169 ## 1.7.4 (2019-08-01)
172 - `html.tranform_abstract` bytes vs text confusion.
176 ## 1.7.3 (2019-07-31)
179 - Support for wl:coverLogoUrl, for adding cover logos.
182 ## 1.7.2 (2019-03-12)
185 - Fix for Picture in Python 3: open image in binary mode.
188 ## 1.7.1 (2019-03-01)
191 - Bug in cover generation.
197 - Python 3.4+ support, to existing Python 2.7 support.
198 - `coverter_path` argument in `mobi.transform`.
199 - Proper packaging info.
201 - Tox configuration for tests.
204 - `from_bytes` methods replaced all `from_string` methods,
205 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
206 - `get_bytes` replaced `get_string` on OutputFile.
209 - Shims for Python < 2.7.