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