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