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