3 This document records all notable changes to Librarian.
 
  12 ## 1.11.3 (2021-01-25)
 
  15 - Missing items in EPUB TOC.
 
  18 ## 1.11.2 (2020-12-18)
 
  22 - Subchapters without chapters in EPUBs.
 
  29 - Experimental DAISY builder.
 
  36 - Support for `ref` tags in HTML.
 
  43 - Experimental class-based builders for HTML and TXT.
 
  48 - Upgraded to EPUB 3, using ebooklib.
 
  55 - XML entities in MathML breaking PDF generation.
 
  56 - Regression: verse numbering was lost.
 
  62 - New Ebookpoint logo.
 
  68 - Multiple authors on cover are now split into lines.
 
  74 - Support for tags: podtytul_*.
 
  75 - Swappable CSS for HTML preview (as --css).
 
  76 - First version of a test file in tests/uat.
 
  79 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
 
  85 - Preliminary support for new tag: animacja.
 
  91 - Allow multiple source.URL fields.
 
  96 - Epub: only attach images referenced in the text.
 
 102 - Updated information on the back of EPUB and PDF files.
 
 105 ## 1.7.4 (2019-08-01)
 
 108 - `html.tranform_abstract` bytes vs text confusion.
 
 112 ## 1.7.3 (2019-07-31)
 
 115 - Support for wl:coverLogoUrl, for adding cover logos.
 
 118 ## 1.7.2 (2019-03-12)
 
 121 - Fix for Picture in Python 3: open image in binary mode.
 
 124 ## 1.7.1 (2019-03-01)
 
 127 - Bug in cover generation.
 
 133 - Python 3.4+ support, to existing Python 2.7 support.
 
 134 - `coverter_path` argument in `mobi.transform`.
 
 135 - Proper packaging info.
 
 137 - Tox configuration for tests.
 
 140 - `from_bytes` methods replaced all `from_string` methods,
 
 141    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
 
 142 - `get_bytes` replaced `get_string` on OutputFile.
 
 145 - Shims for Python < 2.7.