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