bugfix
[librarian.git] / CHANGELOG.md
index 13da76c..171bb9b 100644 (file)
@@ -2,6 +2,130 @@
 
 This document records all notable changes to Librarian.
 
+## 24.4
+
+- Add fundraising inserts in PDF.
+
+## 24.1
+
+- Added cover logos support.
+
+## 23.12
+
+- Added debug version for epub and epubcheck utility.
+
+## 23.10
+
+- Remove direct verse styling from HTML.
+
+## 23.08
+
+- Move statistics counter to L2 WLgit lDocument.
+
+## 23.07.1
+
+- Add <category.thema.main>.
+- Support Python 3.7--3.11.
+
+## 2.6.1
+
+- Fix for better ignoring <extra>.
+
+## 2.6
+
+- Change default cover to marquise.
+- Add support for full predesigned covers to marquise.
+- Remove support for changing actual cover class via coverClass.
+
+## 2.5.1
+
+- Bugfix release.
+
+## 2.5
+
+- Add html-snippet builder.
+- Remove DateValue class.
+- Fix some texts and tests.
+- Drop Python < 3.6. Up to 3.9 is supported.
+
+## 2.4.13
+
+- Added thema meta field.
+
+## 2.4.12
+
+- Fix for marquise cover: allow scaling title text in all layouts.
+
+## 2.4.11.1
+
+- Added assigning and preserving id attribute .
+
+## 2.4.10
+
+- Added <wers_srodek>, <tab>, <rownlolegle> and <blok>.
+
+## 2.4.9
+
+- Added verse counters to document statistics.
+
+## 2.4.8 (2022-07-23)
+
+# Changed
+- Shortening authors and translators list on new cover.
+- Update lxml.
+
+
+## 2.4.7 (2022-07-18)
+
+# Added
+- Metadata types.
+
+# Fixed
+- Don't validate comment contents.
+- Ignore translators on new cover if too long.
+
+
+## 2.4.6 (2022-07-15)
+
+# Fixed:
+- Bug in reading child books.
+
+
+## 2.4.5 (2022-07-08)
+
+# Fixed
+- Bug in reading picture XML.
+- Bug in setting WLURI.slug
+
+
+## 2.4.4 (2022-07-07)
+
+### Fixed
+- Packaging error.
+
+
+## 2.4.3 (2022-06-07)
+
+### Fixed
+- Fix for new cover with custom size.
+
+
+## 2.4.2 (2022-05-23)
+
+### Fixed
+- Error reporting on metadata parse error.
+
+
+## 2.4.1 (2022-05-12)
+
+### Added
+- `category.legimi` metadata field
+
+### Changed
+- Fix PDF support for 'Geometric shapes' characters.
+- Explicitly ignore unknown elements in v2 elements API.
+
+
 ## 2.4 (2022-05-06)
 
 ### Added