3 This document records all notable changes to Librarian.
9 - Basic document structure validation.
10 - Support for headers inside quotes in epub.
18 - New `librarian` entry point for converters.
24 - Epub: translator marked with MARC Relators role 'trl'.
25 - Epub: authors and translators dc:creator elements had duplicate `id`.
26 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
32 - Image sources are now URLs. This changes the API: instead of paths
33 given as `ilustr_path`, `transform` functions now accept
34 a new `base_url` parameter.
35 - Size limits introduced for images in all formats.
41 - Responsive images in HTML. This changes the html.transform API.
50 ## 1.11.3 (2021-01-25)
53 - Missing items in EPUB TOC.
56 ## 1.11.2 (2020-12-18)
60 - Subchapters without chapters in EPUBs.
67 - Experimental DAISY builder.
74 - Support for `ref` tags in HTML.
81 - Experimental class-based builders for HTML and TXT.
86 - Upgraded to EPUB 3, using ebooklib.
93 - XML entities in MathML breaking PDF generation.
94 - Regression: verse numbering was lost.
100 - New Ebookpoint logo.
103 ## 1.8.1 (2020-02-18)
106 - Multiple authors on cover are now split into lines.
112 - Support for tags: podtytul_*.
113 - Swappable CSS for HTML preview (as --css).
114 - First version of a test file in tests/uat.
117 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
120 ## 1.7.8 (2020-02-05)
123 - Preliminary support for new tag: animacja.
126 ## 1.7.7 (2019-12-31)
129 - Allow multiple source.URL fields.
131 ## 1.7.6 (2019-10-01)
134 - Epub: only attach images referenced in the text.
137 ## 1.7.5 (2019-08-19)
140 - Updated information on the back of EPUB and PDF files.
143 ## 1.7.4 (2019-08-01)
146 - `html.tranform_abstract` bytes vs text confusion.
150 ## 1.7.3 (2019-07-31)
153 - Support for wl:coverLogoUrl, for adding cover logos.
156 ## 1.7.2 (2019-03-12)
159 - Fix for Picture in Python 3: open image in binary mode.
162 ## 1.7.1 (2019-03-01)
165 - Bug in cover generation.
171 - Python 3.4+ support, to existing Python 2.7 support.
172 - `coverter_path` argument in `mobi.transform`.
173 - Proper packaging info.
175 - Tox configuration for tests.
178 - `from_bytes` methods replaced all `from_string` methods,
179 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
180 - `get_bytes` replaced `get_string` on OutputFile.
183 - Shims for Python < 2.7.