Release with current fixes.
[librarian.git] / CHANGELOG.md
index 98b62e4..d19c282 100644 (file)
@@ -3,6 +3,91 @@
 This document records all notable changes to Librarian.
 
 
+## 2.3.4 (2022-02-28)
+
+### Fixed:
+- Document stats totaling bug.
+- Legimi cover background position.
+
+
+## 2.3.3 (2021-12-23)
+
+### Added:
+- Line numbering reset with numeracja.
+
+
+## 2.3.2 (2021-12-21)
+
+### Fixed:
+- Legimi cover colors.
+- EPUB/MOBI TOC styling.
+
+
+## 2.3.1 (2021-12-20)
+
+### Fixed:
+- Additional logos order.
+
+
+## 2.3 (2021-12-20)
+
+### Added:
+- New MOBI builder.
+- Document statistics.
+- Legimi cover classes.
+
+### Changed
+- Default licensing info.
+
+
+## 2.2 (2021-10-07)
+
+### Added
+- Support for block annotations.
+- Option to use endnotes in PDF.
+
+### Fixed
+- Avoid hanging conjunctions on covers.
+
+
+## 2.1 (2021-07-08)
+
+### Added
+- Basic document structure validation.
+- Support for headers inside quotes in epub.
+
+
+## 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
+- Responsive images in HTML. This changes the html.transform API.
+
+
 ## 1.12 (2021-01-27)
 
 ### Added