3 This document records all notable changes to Librarian.
 
  10 - Experimental DAISY builder.
 
  17 - Support for `ref` tags in HTML.
 
  24 - Experimental class-based builders for HTML and TXT.
 
  29 - Upgraded to EPUB 3, using ebooklib.
 
  36 - XML entities in MathML breaking PDF generation.
 
  37 - Regression: verse numbering was lost.
 
  43 - New Ebookpoint logo.
 
  49 - Multiple authors on cover are now split into lines.
 
  55 - Support for tags: podtytul_*.
 
  56 - Swappable CSS for HTML preview (as --css).
 
  57 - First version of a test file in tests/uat.
 
  60 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
 
  66 - Preliminary support for new tag: animacja.
 
  72 - Allow multiple source.URL fields.
 
  77 - Epub: only attach images referenced in the text.
 
  83 - Updated information on the back of EPUB and PDF files.
 
  89 - `html.tranform_abstract` bytes vs text confusion.
 
  96 - Support for wl:coverLogoUrl, for adding cover logos.
 
 102 - Fix for Picture in Python 3: open image in binary mode.
 
 105 ## 1.7.1 (2019-03-01)
 
 108 - Bug in cover generation.
 
 114 - Python 3.4+ support, to existing Python 2.7 support.
 
 115 - `coverter_path` argument in `mobi.transform`.
 
 116 - Proper packaging info.
 
 118 - Tox configuration for tests.
 
 121 - `from_bytes` methods replaced all `from_string` methods,
 
 122    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
 
 123 - `get_bytes` replaced `get_string` on OutputFile.
 
 126 - Shims for Python < 2.7.