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