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