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