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