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