lxml update
[librarian.git] / CHANGELOG.md
1 # Change Log
2
3 This document records all notable changes to Librarian.
4
5
6 ## 2.4.8 (2022-07-23)
7
8 # Changed
9 - Shortening authors and translators list on new cover.
10 - Update lxml.
11
12
13 ## 2.4.7 (2022-07-18)
14
15 # Added
16 - Metadata types.
17
18 # Fixed
19 - Don't validate comment contents.
20 - Ignore translators on new cover if too long.
21
22
23 ## 2.4.6 (2022-07-15)
24
25 # Fixed:
26 - Bug in reading child books.
27
28
29 ## 2.4.5 (2022-07-08)
30
31 # Fixed
32 - Bug in reading picture XML.
33 - Bug in setting WLURI.slug
34
35
36 ## 2.4.4 (2022-07-07)
37
38 ### Fixed
39 - Packaging error.
40
41
42 ## 2.4.3 (2022-06-07)
43
44 ### Fixed
45 - Fix for new cover with custom size.
46
47
48 ## 2.4.2 (2022-05-23)
49
50 ### Fixed
51 - Error reporting on metadata parse error.
52
53
54 ## 2.4.1 (2022-05-12)
55
56 ### Added
57 - `category.legimi` metadata field
58
59 ### Changed
60 - Fix PDF support for 'Geometric shapes' characters.
61 - Explicitly ignore unknown elements in v2 elements API.
62
63
64 ## 2.4 (2022-05-06)
65
66 ### Added
67 - New 'marquise' cover style.
68 - 'Factory' cover style with a QR code.
69
70
71 ## 2.3.5 (2022-04-07)
72
73 ### Fixed
74 - Support for www tag.
75 - Support for mat with inline text.
76
77
78 ## 2.3.4 (2022-02-28)
79
80 ### Fixed:
81 - Document stats totaling bug.
82 - Legimi cover background position.
83
84
85 ## 2.3.3 (2021-12-23)
86
87 ### Added:
88 - Line numbering reset with numeracja.
89
90
91 ## 2.3.2 (2021-12-21)
92
93 ### Fixed:
94 - Legimi cover colors.
95 - EPUB/MOBI TOC styling.
96
97
98 ## 2.3.1 (2021-12-20)
99
100 ### Fixed:
101 - Additional logos order.
102
103
104 ## 2.3 (2021-12-20)
105
106 ### Added:
107 - New MOBI builder.
108 - Document statistics.
109 - Legimi cover classes.
110
111 ### Changed
112 - Default licensing info.
113
114
115 ## 2.2 (2021-10-07)
116
117 ### Added
118 - Support for block annotations.
119 - Option to use endnotes in PDF.
120
121 ### Fixed
122 - Avoid hanging conjunctions on covers.
123
124
125 ## 2.1 (2021-07-08)
126
127 ### Added
128 - Basic document structure validation.
129 - Support for headers inside quotes in epub.
130
131
132 ## 2.0 (2021-07-08)
133
134 ### Added
135 - New Document API.
136 - New EPUB builder.
137 - New `librarian` entry point for converters.
138
139
140 ## 1.15 (2021-03-02)
141
142 ### Fixed
143 - Epub: translator marked with MARC Relators role 'trl'.
144 - Epub: authors and translators dc:creator elements had duplicate `id`.
145 - Epub: 'Start' element in TOC was added inconsistently and in wrong order.
146
147
148 ## 1.14 (2021-02-05)
149
150 ### Changed
151 - Image sources are now URLs. This changes the API: instead of paths
152   given as `ilustr_path`, `transform` functions now accept
153   a new `base_url` parameter.
154 - Size limits introduced for images in all formats.
155
156
157 ## 1.13 (2021-01-27)
158
159 ### Changed
160 - Responsive images in HTML. This changes the html.transform API.
161
162
163 ## 1.12 (2021-01-27)
164
165 ### Added
166 - Content warnings.
167
168
169 ## 1.11.3 (2021-01-25)
170
171 ### Fixed
172 - Missing items in EPUB TOC.
173
174
175 ## 1.11.2 (2020-12-18)
176
177 ### Fixed
178 - MathML in EPUBs.
179 - Subchapters without chapters in EPUBs.
180
181
182 ## 1.11 (2020-12-09)
183
184 ### Added
185
186 - Experimental DAISY builder.
187
188
189 ## 1.10 (2020-11-09)
190
191 ### Added
192
193 - Support for `ref` tags in HTML.
194
195
196 ## 1.9 (2020-10-08)
197
198 ### Added
199
200 - Experimental class-based builders for HTML and TXT.
201
202
203 ### Changed
204
205 - Upgraded to EPUB 3, using ebooklib.
206
207
208
209 ## 1.8.3 (2020-05-28)
210
211 ### Fixed
212 - XML entities in MathML breaking PDF generation.
213 - Regression: verse numbering was lost.
214
215
216 ## 1.8.2 (2020-04-03)
217
218 ### Changed
219 - New Ebookpoint logo.
220
221
222 ## 1.8.1 (2020-02-18)
223
224 ### Changed
225 - Multiple authors on cover are now split into lines.
226
227
228 ## 1.8 (2020-02-12)
229
230 ### Added
231 - Support for tags: podtytul_*.
232 - Swappable CSS for HTML preview (as --css).
233 - First version of a test file in tests/uat.
234
235 ### Changed
236 - Verses in HTML are now generated as div, not p, to prevent blank lines on copying.
237
238
239 ## 1.7.8 (2020-02-05)
240
241 ### Added
242 - Preliminary support for new tag: animacja.
243
244
245 ## 1.7.7 (2019-12-31)
246
247 ### Changed
248 - Allow multiple source.URL fields.
249
250 ## 1.7.6 (2019-10-01)
251
252 ### Changed
253 - Epub: only attach images referenced in the text.
254
255
256 ## 1.7.5 (2019-08-19)
257
258 ### Changed
259 - Updated information on the back of EPUB and PDF files.
260
261
262 ## 1.7.4 (2019-08-01)
263
264 ### Fixed
265 - `html.tranform_abstract` bytes vs text confusion.
266 - Tests.
267
268
269 ## 1.7.3 (2019-07-31)
270
271 ### Added
272 - Support for wl:coverLogoUrl, for adding cover logos.
273
274
275 ## 1.7.2 (2019-03-12)
276
277 ### Fixed
278 - Fix for Picture in Python 3: open image in binary mode.
279
280
281 ## 1.7.1 (2019-03-01)
282
283 ### Fixed
284 - Bug in cover generation.
285
286
287 ## 1.7 (2019-02-27)
288
289 ### Added
290 - Python 3.4+ support, to existing Python 2.7 support.
291 - `coverter_path` argument in `mobi.transform`.
292 - Proper packaging info.
293 - This changelog.
294 - Tox configuration for tests.
295
296 ### Changed
297 - `from_bytes` methods replaced all `from_string` methods,
298    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
299 - `get_bytes` replaced `get_string` on OutputFile.
300
301 ### Removed
302 - Shims for Python < 2.7.