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