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