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