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