Version bump.
[librarian.git] / CHANGELOG.md
1 # Change Log
2
3 This document records all notable changes to Librarian.
4
5 ## 1.8.2 (2020-04-03)
6
7 ### Changed
8 - New Ebookpoint logo.
9
10
11 ## 1.8.1 (2020-02-18)
12
13 ### Changed
14 - Multiple authors on cover are now split into lines.
15
16
17 ## 1.8 (2020-02-12)
18
19 ### Added
20 - Support for tags: podtytul_*.
21 - Swappable CSS for HTML preview (as --css).
22 - First version of a test file in tests/uat.
23
24 ### Changed
25 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
26
27
28 ## 1.7.8 (2020-02-05)
29
30 ### Added
31 - Preliminary support for new tag: animacja.
32
33
34 ## 1.7.7 (2019-12-31)
35
36 ### Changed
37 - Allow multiple source.URL fields.
38
39 ## 1.7.6 (2019-10-01)
40
41 ### Changed
42 - Epub: only attach images referenced in the text.
43
44
45 ## 1.7.5 (2019-08-19)
46
47 ### Changed
48 - Updated information on the back of EPUB and PDF files.
49
50
51 ## 1.7.4 (2019-08-01)
52
53 ### Fixed
54 - `html.tranform_abstract` bytes vs text confusion.
55 - Tests.
56
57
58 ## 1.7.3 (2019-07-31)
59
60 ### Added
61 - Support for wl:coverLogoUrl, for adding cover logos.
62
63
64 ## 1.7.2 (2019-03-12)
65
66 ### Fixed
67 - Fix for Picture in Python 3: open image in binary mode.
68
69
70 ## 1.7.1 (2019-03-01)
71
72 ### Fixed
73 - Bug in cover generation.
74
75
76 ## 1.7 (2019-02-27)
77
78 ### Added
79 - Python 3.4+ support, to existing Python 2.7 support.
80 - `coverter_path` argument in `mobi.transform`.
81 - Proper packaging info.
82 - This changelog.
83 - Tox configuration for tests.
84
85 ### Changed
86 - `from_bytes` methods replaced all `from_string` methods,
87    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
88 - `get_bytes` replaced `get_string` on OutputFile.
89
90 ### Removed
91 - Shims for Python < 2.7.