3 This document records all notable changes to Librarian.
10 - Document statistics.
11 - Legimi cover classes.
14 - Default licensing info.
20 - Support for block annotations.
21 - Option to use endnotes in PDF.
24 - Avoid hanging conjunctions on covers.
30 - Basic document structure validation.
31 - Support for headers inside quotes in epub.
39 - New `librarian` entry point for converters.
45 - Epub: translator marked with MARC Relators role 'trl'.
46 - Epub: authors and translators dc:creator elements had duplicate `id`.
47 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
53 - Image sources are now URLs. This changes the API: instead of paths
54 given as `ilustr_path`, `transform` functions now accept
55 a new `base_url` parameter.
56 - Size limits introduced for images in all formats.
62 - Responsive images in HTML. This changes the html.transform API.
71 ## 1.11.3 (2021-01-25)
74 - Missing items in EPUB TOC.
77 ## 1.11.2 (2020-12-18)
81 - Subchapters without chapters in EPUBs.
88 - Experimental DAISY builder.
95 - Support for `ref` tags in HTML.
102 - Experimental class-based builders for HTML and TXT.
107 - Upgraded to EPUB 3, using ebooklib.
111 ## 1.8.3 (2020-05-28)
114 - XML entities in MathML breaking PDF generation.
115 - Regression: verse numbering was lost.
118 ## 1.8.2 (2020-04-03)
121 - New Ebookpoint logo.
124 ## 1.8.1 (2020-02-18)
127 - Multiple authors on cover are now split into lines.
133 - Support for tags: podtytul_*.
134 - Swappable CSS for HTML preview (as --css).
135 - First version of a test file in tests/uat.
138 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
141 ## 1.7.8 (2020-02-05)
144 - Preliminary support for new tag: animacja.
147 ## 1.7.7 (2019-12-31)
150 - Allow multiple source.URL fields.
152 ## 1.7.6 (2019-10-01)
155 - Epub: only attach images referenced in the text.
158 ## 1.7.5 (2019-08-19)
161 - Updated information on the back of EPUB and PDF files.
164 ## 1.7.4 (2019-08-01)
167 - `html.tranform_abstract` bytes vs text confusion.
171 ## 1.7.3 (2019-07-31)
174 - Support for wl:coverLogoUrl, for adding cover logos.
177 ## 1.7.2 (2019-03-12)
180 - Fix for Picture in Python 3: open image in binary mode.
183 ## 1.7.1 (2019-03-01)
186 - Bug in cover generation.
192 - Python 3.4+ support, to existing Python 2.7 support.
193 - `coverter_path` argument in `mobi.transform`.
194 - Proper packaging info.
196 - Tox configuration for tests.
199 - `from_bytes` methods replaced all `from_string` methods,
200 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
201 - `get_bytes` replaced `get_string` on OutputFile.
204 - Shims for Python < 2.7.