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