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