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