X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/8fefa7358bf9f799c8a7d700b58a00362b26419e..1f8cf8e0244045ed2b2a8efcff5d6db967ac2b11:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a18029..c99545c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,70 @@ This document records all notable changes to Librarian. +## 1.8.2 (2020-04-03) + +### Changed +- New Ebookpoint logo. + + +## 1.8.1 (2020-02-18) + +### Changed +- Multiple authors on cover are now split into lines. + + +## 1.8 (2020-02-12) + +### Added +- Support for tags: podtytul_*. +- Swappable CSS for HTML preview (as --css). +- First version of a test file in tests/uat. + +### Changed +- Verses in HTML are now generated as div, not p, to prevent blank lines on copying. + + +## 1.7.8 (2020-02-05) + +### Added +- Preliminary support for new tag: animacja. + + +## 1.7.7 (2019-12-31) + +### Changed +- Allow multiple source.URL fields. + +## 1.7.6 (2019-10-01) + +### Changed +- Epub: only attach images referenced in the text. + + +## 1.7.5 (2019-08-19) + +### Changed +- Updated information on the back of EPUB and PDF files. + + +## 1.7.4 (2019-08-01) + +### Fixed +- `html.tranform_abstract` bytes vs text confusion. +- Tests. + + +## 1.7.3 (2019-07-31) + +### Added +- Support for wl:coverLogoUrl, for adding cover logos. + + +## 1.7.2 (2019-03-12) + +### Fixed +- Fix for Picture in Python 3: open image in binary mode. + ## 1.7.1 (2019-03-01)