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