Add support for addition cover logos.
[librarian.git] / CHANGELOG.md
1 # Change Log
2
3 This document records all notable changes to Librarian.
4
5
6 ## 1.7.3 (2019-07-31)
7
8 ### Added
9 - Support for wl:coverLogoUrl, for adding cover logos.
10
11
12 ## 1.7.2 (2019-03-12)
13
14 ### Fixed
15 - Fix for Picture in Python 3: open image in binary mode.
16
17
18 ## 1.7.1 (2019-03-01)
19
20 ### Fixed
21 - Bug in cover generation.
22
23
24 ## 1.7 (2019-02-27)
25
26 ### Added
27 - Python 3.4+ support, to existing Python 2.7 support.
28 - `coverter_path` argument in `mobi.transform`.
29 - Proper packaging info.
30 - This changelog.
31 - Tox configuration for tests.
32
33 ### Changed
34 - `from_bytes` methods replaced all `from_string` methods,
35    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
36 - `get_bytes` replaced `get_string` on OutputFile.
37
38 ### Removed
39 - Shims for Python < 2.7.