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