Fixes #3952.
[librarian.git] / CHANGELOG.md
1 # Change Log
2
3 This document records all notable changes to Librarian.
4
5
6 ## 1.7.5 (2019-08-19)
7
8 ### Changed
9 - Updated information on the back of EPUB and PDF files.
10
11
12 ## 1.7.4 (2019-08-01)
13
14 ### Fixed
15 - `html.tranform_abstract` bytes vs text confusion.
16 - Tests.
17
18
19 ## 1.7.3 (2019-07-31)
20
21 ### Added
22 - Support for wl:coverLogoUrl, for adding cover logos.
23
24
25 ## 1.7.2 (2019-03-12)
26
27 ### Fixed
28 - Fix for Picture in Python 3: open image in binary mode.
29
30
31 ## 1.7.1 (2019-03-01)
32
33 ### Fixed
34 - Bug in cover generation.
35
36
37 ## 1.7 (2019-02-27)
38
39 ### Added
40 - Python 3.4+ support, to existing Python 2.7 support.
41 - `coverter_path` argument in `mobi.transform`.
42 - Proper packaging info.
43 - This changelog.
44 - Tox configuration for tests.
45
46 ### Changed
47 - `from_bytes` methods replaced all `from_string` methods,
48    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
49 - `get_bytes` replaced `get_string` on OutputFile.
50
51 ### Removed
52 - Shims for Python < 2.7.