3 This document records all notable changes to Librarian.
11 - New `librarian` entry point for converters.
17 - Epub: translator marked with MARC Relators role 'trl'.
18 - Epub: authors and translators dc:creator elements had duplicate `id`.
19 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
25 - Image sources are now URLs. This changes the API: instead of paths
26 given as `ilustr_path`, `transform` functions now accept
27 a new `base_url` parameter.
28 - Size limits introduced for images in all formats.
34 - Responsive images in HTML. This changes the html.transform API.
43 ## 1.11.3 (2021-01-25)
46 - Missing items in EPUB TOC.
49 ## 1.11.2 (2020-12-18)
53 - Subchapters without chapters in EPUBs.
60 - Experimental DAISY builder.
67 - Support for `ref` tags in HTML.
74 - Experimental class-based builders for HTML and TXT.
79 - Upgraded to EPUB 3, using ebooklib.
86 - XML entities in MathML breaking PDF generation.
87 - Regression: verse numbering was lost.
93 - New Ebookpoint logo.
99 - Multiple authors on cover are now split into lines.
105 - Support for tags: podtytul_*.
106 - Swappable CSS for HTML preview (as --css).
107 - First version of a test file in tests/uat.
110 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
113 ## 1.7.8 (2020-02-05)
116 - Preliminary support for new tag: animacja.
119 ## 1.7.7 (2019-12-31)
122 - Allow multiple source.URL fields.
124 ## 1.7.6 (2019-10-01)
127 - Epub: only attach images referenced in the text.
130 ## 1.7.5 (2019-08-19)
133 - Updated information on the back of EPUB and PDF files.
136 ## 1.7.4 (2019-08-01)
139 - `html.tranform_abstract` bytes vs text confusion.
143 ## 1.7.3 (2019-07-31)
146 - Support for wl:coverLogoUrl, for adding cover logos.
149 ## 1.7.2 (2019-03-12)
152 - Fix for Picture in Python 3: open image in binary mode.
155 ## 1.7.1 (2019-03-01)
158 - Bug in cover generation.
164 - Python 3.4+ support, to existing Python 2.7 support.
165 - `coverter_path` argument in `mobi.transform`.
166 - Proper packaging info.
168 - Tox configuration for tests.
171 - `from_bytes` methods replaced all `from_string` methods,
172 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
173 - `get_bytes` replaced `get_string` on OutputFile.
176 - Shims for Python < 2.7.