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