X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/73858688886ec363048373f7e8253a33497fe3cd..67a177f2ec1fa2eac56e7fb07ccaf32bcd33d8ce:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f17bfb..78b696e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ This document records all notable changes to Librarian. +## 2.0 (2021-07-08) + +### Added +- New Document API. +- New EPUB builder. +- New `librarian` entry point for converters. + + +## 1.15 (2021-03-02) + +### Fixed +- Epub: translator marked with MARC Relators role 'trl'. +- Epub: authors and translators dc:creator elements had duplicate `id`. +- Epub: 'Start' element in TOC was added inconsistently and in wrong order. + + +## 1.14 (2021-02-05) + +### Changed +- Image sources are now URLs. This changes the API: instead of paths + given as `ilustr_path`, `transform` functions now accept + a new `base_url` parameter. +- Size limits introduced for images in all formats. + + ## 1.13 (2021-01-27) ### Changed