X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/4e329824f40367945de11d3647396859092f5c2c..91c9f19d364833cb4fc15aef518158bb4ef47136:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc3209..42371b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,48 @@ This document records all notable changes to Librarian. +## 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) + +### Fixed +- Bug in cover generation. + + ## 1.7 (2019-02-27) ### Added