3 This document records all notable changes to Librarian.
9 - Support for block annotations.
10 - Option to use endnotes in PDF.
13 - Avoid hanging conjunctions on covers.
19 - Basic document structure validation.
20 - Support for headers inside quotes in epub.
28 - New `librarian` entry point for converters.
34 - Epub: translator marked with MARC Relators role 'trl'.
35 - Epub: authors and translators dc:creator elements had duplicate `id`.
36 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
42 - Image sources are now URLs. This changes the API: instead of paths
43 given as `ilustr_path`, `transform` functions now accept
44 a new `base_url` parameter.
45 - Size limits introduced for images in all formats.
51 - Responsive images in HTML. This changes the html.transform API.
60 ## 1.11.3 (2021-01-25)
63 - Missing items in EPUB TOC.
66 ## 1.11.2 (2020-12-18)
70 - Subchapters without chapters in EPUBs.
77 - Experimental DAISY builder.
84 - Support for `ref` tags in HTML.
91 - Experimental class-based builders for HTML and TXT.
96 - Upgraded to EPUB 3, using ebooklib.
100 ## 1.8.3 (2020-05-28)
103 - XML entities in MathML breaking PDF generation.
104 - Regression: verse numbering was lost.
107 ## 1.8.2 (2020-04-03)
110 - New Ebookpoint logo.
113 ## 1.8.1 (2020-02-18)
116 - Multiple authors on cover are now split into lines.
122 - Support for tags: podtytul_*.
123 - Swappable CSS for HTML preview (as --css).
124 - First version of a test file in tests/uat.
127 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
130 ## 1.7.8 (2020-02-05)
133 - Preliminary support for new tag: animacja.
136 ## 1.7.7 (2019-12-31)
139 - Allow multiple source.URL fields.
141 ## 1.7.6 (2019-10-01)
144 - Epub: only attach images referenced in the text.
147 ## 1.7.5 (2019-08-19)
150 - Updated information on the back of EPUB and PDF files.
153 ## 1.7.4 (2019-08-01)
156 - `html.tranform_abstract` bytes vs text confusion.
160 ## 1.7.3 (2019-07-31)
163 - Support for wl:coverLogoUrl, for adding cover logos.
166 ## 1.7.2 (2019-03-12)
169 - Fix for Picture in Python 3: open image in binary mode.
172 ## 1.7.1 (2019-03-01)
175 - Bug in cover generation.
181 - Python 3.4+ support, to existing Python 2.7 support.
182 - `coverter_path` argument in `mobi.transform`.
183 - Proper packaging info.
185 - Tox configuration for tests.
188 - `from_bytes` methods replaced all `from_string` methods,
189 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
190 - `get_bytes` replaced `get_string` on OutputFile.
193 - Shims for Python < 2.7.