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