3 This document records all notable changes to Librarian.
 
  10 - EPUB/MOBI TOC styling.
 
  16 - Additional logos order.
 
  23 - Document statistics.
 
  24 - Legimi cover classes.
 
  27 - Default licensing info.
 
  33 - Support for block annotations.
 
  34 - Option to use endnotes in PDF.
 
  37 - Avoid hanging conjunctions on covers.
 
  43 - Basic document structure validation.
 
  44 - Support for headers inside quotes in epub.
 
  52 - New `librarian` entry point for converters.
 
  58 - Epub: translator marked with MARC Relators role 'trl'.
 
  59 - Epub: authors and translators dc:creator elements had duplicate `id`.
 
  60 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
 
  66 - Image sources are now URLs. This changes the API: instead of paths
 
  67   given as `ilustr_path`, `transform` functions now accept
 
  68   a new `base_url` parameter.
 
  69 - Size limits introduced for images in all formats.
 
  75 - Responsive images in HTML. This changes the html.transform API.
 
  84 ## 1.11.3 (2021-01-25)
 
  87 - Missing items in EPUB TOC.
 
  90 ## 1.11.2 (2020-12-18)
 
  94 - Subchapters without chapters in EPUBs.
 
 101 - Experimental DAISY builder.
 
 108 - Support for `ref` tags in HTML.
 
 115 - Experimental class-based builders for HTML and TXT.
 
 120 - Upgraded to EPUB 3, using ebooklib.
 
 124 ## 1.8.3 (2020-05-28)
 
 127 - XML entities in MathML breaking PDF generation.
 
 128 - Regression: verse numbering was lost.
 
 131 ## 1.8.2 (2020-04-03)
 
 134 - New Ebookpoint logo.
 
 137 ## 1.8.1 (2020-02-18)
 
 140 - Multiple authors on cover are now split into lines.
 
 146 - Support for tags: podtytul_*.
 
 147 - Swappable CSS for HTML preview (as --css).
 
 148 - First version of a test file in tests/uat.
 
 151 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
 
 154 ## 1.7.8 (2020-02-05)
 
 157 - Preliminary support for new tag: animacja.
 
 160 ## 1.7.7 (2019-12-31)
 
 163 - Allow multiple source.URL fields.
 
 165 ## 1.7.6 (2019-10-01)
 
 168 - Epub: only attach images referenced in the text.
 
 171 ## 1.7.5 (2019-08-19)
 
 174 - Updated information on the back of EPUB and PDF files.
 
 177 ## 1.7.4 (2019-08-01)
 
 180 - `html.tranform_abstract` bytes vs text confusion.
 
 184 ## 1.7.3 (2019-07-31)
 
 187 - Support for wl:coverLogoUrl, for adding cover logos.
 
 190 ## 1.7.2 (2019-03-12)
 
 193 - Fix for Picture in Python 3: open image in binary mode.
 
 196 ## 1.7.1 (2019-03-01)
 
 199 - Bug in cover generation.
 
 205 - Python 3.4+ support, to existing Python 2.7 support.
 
 206 - `coverter_path` argument in `mobi.transform`.
 
 207 - Proper packaging info.
 
 209 - Tox configuration for tests.
 
 212 - `from_bytes` methods replaced all `from_string` methods,
 
 213    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
 
 214 - `get_bytes` replaced `get_string` on OutputFile.
 
 217 - Shims for Python < 2.7.