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