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