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