3 This document records all notable changes to Librarian.
 
   9 - Image sources are now URLs. This changes the API: instead of paths
 
  10   given as `ilustr_path`, `transform` functions now accept
 
  11   a new `base_url` parameter.
 
  12 - Size limits introduced for images in all formats.
 
  18 - Responsive images in HTML. This changes the html.transform API.
 
  27 ## 1.11.3 (2021-01-25)
 
  30 - Missing items in EPUB TOC.
 
  33 ## 1.11.2 (2020-12-18)
 
  37 - Subchapters without chapters in EPUBs.
 
  44 - Experimental DAISY builder.
 
  51 - Support for `ref` tags in HTML.
 
  58 - Experimental class-based builders for HTML and TXT.
 
  63 - Upgraded to EPUB 3, using ebooklib.
 
  70 - XML entities in MathML breaking PDF generation.
 
  71 - Regression: verse numbering was lost.
 
  77 - New Ebookpoint logo.
 
  83 - Multiple authors on cover are now split into lines.
 
  89 - Support for tags: podtytul_*.
 
  90 - Swappable CSS for HTML preview (as --css).
 
  91 - First version of a test file in tests/uat.
 
  94 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
 
 100 - Preliminary support for new tag: animacja.
 
 103 ## 1.7.7 (2019-12-31)
 
 106 - Allow multiple source.URL fields.
 
 108 ## 1.7.6 (2019-10-01)
 
 111 - Epub: only attach images referenced in the text.
 
 114 ## 1.7.5 (2019-08-19)
 
 117 - Updated information on the back of EPUB and PDF files.
 
 120 ## 1.7.4 (2019-08-01)
 
 123 - `html.tranform_abstract` bytes vs text confusion.
 
 127 ## 1.7.3 (2019-07-31)
 
 130 - Support for wl:coverLogoUrl, for adding cover logos.
 
 133 ## 1.7.2 (2019-03-12)
 
 136 - Fix for Picture in Python 3: open image in binary mode.
 
 139 ## 1.7.1 (2019-03-01)
 
 142 - Bug in cover generation.
 
 148 - Python 3.4+ support, to existing Python 2.7 support.
 
 149 - `coverter_path` argument in `mobi.transform`.
 
 150 - Proper packaging info.
 
 152 - Tox configuration for tests.
 
 155 - `from_bytes` methods replaced all `from_string` methods,
 
 156    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
 
 157 - `get_bytes` replaced `get_string` on OutputFile.
 
 160 - Shims for Python < 2.7.