3 This document records all notable changes to Librarian.
9 - Epub: translator marked with MARC Relators role 'trl'.
10 - Epub: authors and translators dc:creator elements had duplicate `id`.
11 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
17 - Image sources are now URLs. This changes the API: instead of paths
18 given as `ilustr_path`, `transform` functions now accept
19 a new `base_url` parameter.
20 - Size limits introduced for images in all formats.
26 - Responsive images in HTML. This changes the html.transform API.
35 ## 1.11.3 (2021-01-25)
38 - Missing items in EPUB TOC.
41 ## 1.11.2 (2020-12-18)
45 - Subchapters without chapters in EPUBs.
52 - Experimental DAISY builder.
59 - Support for `ref` tags in HTML.
66 - Experimental class-based builders for HTML and TXT.
71 - Upgraded to EPUB 3, using ebooklib.
78 - XML entities in MathML breaking PDF generation.
79 - Regression: verse numbering was lost.
85 - New Ebookpoint logo.
91 - Multiple authors on cover are now split into lines.
97 - Support for tags: podtytul_*.
98 - Swappable CSS for HTML preview (as --css).
99 - First version of a test file in tests/uat.
102 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
105 ## 1.7.8 (2020-02-05)
108 - Preliminary support for new tag: animacja.
111 ## 1.7.7 (2019-12-31)
114 - Allow multiple source.URL fields.
116 ## 1.7.6 (2019-10-01)
119 - Epub: only attach images referenced in the text.
122 ## 1.7.5 (2019-08-19)
125 - Updated information on the back of EPUB and PDF files.
128 ## 1.7.4 (2019-08-01)
131 - `html.tranform_abstract` bytes vs text confusion.
135 ## 1.7.3 (2019-07-31)
138 - Support for wl:coverLogoUrl, for adding cover logos.
141 ## 1.7.2 (2019-03-12)
144 - Fix for Picture in Python 3: open image in binary mode.
147 ## 1.7.1 (2019-03-01)
150 - Bug in cover generation.
156 - Python 3.4+ support, to existing Python 2.7 support.
157 - `coverter_path` argument in `mobi.transform`.
158 - Proper packaging info.
160 - Tox configuration for tests.
163 - `from_bytes` methods replaced all `from_string` methods,
164 i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
165 - `get_bytes` replaced `get_string` on OutputFile.
168 - Shims for Python < 2.7.