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