forked from tomduck/pandoc-xnos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
85 lines (42 loc) · 1.77 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
pandoc-xnos 1.0.1 (2018-01-14)
* Moving to MAJOR.MINOR.PATCH release semantic versioning as per
https://semver.org/. API changes will result in an increment
of the MAJOR number. This helps fix pandoc-fignos Issue #46.
pandoc-xnos 0.15 (2018-01-13)
* Added support for AMS-style equations referencing
(pandoc-eqnos Issue #27).
pandoc-xnos 0.14 (2018-01-09)
* Fixed bug that prevented bolding or italicizing of references
(pandoc-fignos Issue #45).
pandoc-xnos 0.12, 0.13 (2017-12-16)
* Copied pandocattributes.py into pandoc-xnos to work around
an install error (see
https://github.com/aaren/pandoc-attributes/issues/1)
pandoc-xnos 0.11 (2017-11-18)
* Updated tests for pandoc-2.0.
pandoc-xnos 0.10 (2017-08-20)
* Allows version numbers starting with 2 (pandoc-fignos
Issue #40).
pandoc-xnos 0.9 (2016-12-10)
* Uses the new PANDOC_VERSION environment variable
(pandoc Issue #2640).
pandoc-xnos 0.8, 0.8.1, 0.8.2 (2016-12-05)
* New factory functions for adding and removing section numbers
from an element's attributes.
pandoc-xnos 0.7 (2016-11-17)
* Fixed regex for python 2.7.3 (pandoc-fignos Issue #32).
pandoc-xnos 0.6 (2016-11-05)
* Updated for pandoc 1.18 (pandoc-fignos Issue #30).
pandoc-xnos 0.5 (2016-10-22)
* Fixed bug in broken refs code (Issue #1).
* Fixed textless doc crash (pandoc-fignos Issue #27).
pandoc-xnos 0.4, 0.4.1 (2016-08-21)
* Added insert_rawblock_factory().
* More improvements to TeX output.
pandoc-xnos 0.3 (2016-05-18)
* Improved TeX output.
* Added integration tests.
pandoc-xnos 0.2 (2016-05-16)
* Fixed treatment of math references for NON-html/tex/pdf output.
pandoc-xnos 0.1 (2016-05-14)
* Initial release.