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