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