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