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