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