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