-
Notifications
You must be signed in to change notification settings - Fork 25
/
ChangeLog
300 lines (152 loc) · 6.7 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
pandoc-fignos 2.4.0 (unreleased)
* Use nonbreaking space between ref name and number in caption
(pandoc-xnos Issue #14).
* Require pandoc-xnos 2.5.0 (updated to work with pandoc 2.11;
pandoc-fignos Issue #85).
pandoc-fignos 2.3.1 (2020-07-31)
* Require pandoc-xnos 2.4.2 (bug fix release).
pandoc-fignos 2.3.0 (2020-07-30)
* Updated to work with pandoc 2.10.
* Fixed figure number reset problem for html, docx (Issue #76).
pandoc-fignos 2.2.0 (2019-10-27)
* Added html/epub subfigures support (Issue #50).
pandoc-fignos 2.1.2 (2019-10-27)
* Documented LaTeX subfigures support (Issue #50).
pandoc-fignos 2.1.1 (2019-09-26)
* Warns about duplicate reference targets.
pandoc-fignos 2.0.0 (2019-09-17)
* A warnings system has been added.
* Meta variable names have been updated.
* TeX codes have been completely overhauled.
* TeX `\label` location is left up to pandoc.
* Html/epub figures are now enclosed in a `<div>`.
* Epub support is generally improved.
* Support for section number offsets in table numbers (Issue #47).
* Support for disabling links on selected references (Issue #54).
* Support for custom caption separators (Issue #67).
* Better handling of missing references.
* Changed `fignos-number-sections` and `xnos-number-sections`
options to `fignos-number-by-section` and
`xnos-number-by-section`
pandoc-fignos 1.4.2 (2019-05-16)
* `pandoc-fignos --version` now gives the verson.
pandoc-fignos 1.4.1 (2019-05-16)
* Bug fix for figure numbering by section for docx (Issue #58).
pandoc-fignos 1.4.0 (2019-05-15)
* Support for references in bracketed spans (Issue #58).
pandoc-fignos 1.3.2 (2019-05-15)
* Enabled figure numbering by section for docx (addresses
Issue #59).
pandoc-fignos 1.3.1 (2019-05-08)
* Maintenance release for pandoc 2.7.
pandoc-fignos 1.3.0 (2018-08-09)
* Require pandoc-xnos>=1.1,<2 to ensure API compatibility
(Issue #46).
* Gives more helpful error message regarding acceptable
boolean metadata values (Issue #51).
* Removed blank line before caption in docx output
(pandoc-tablenos Issue #6).
pandoc-fignos 1.2.0 (2018-01-14)
* Added `fignos-capitalise` meta variable (pull request #44).
pandoc-fignos 1.1.0 (2018-01-13)
* Update for compatibility with pandoc-xnos 0.15.
pandoc-fignos 1.0.0 (2018-01-07)
* Version number bumped to 1.0.0.
* Put span around html caption label (e.g., "Fig. 1") to
allow styling.
pandoc-fignos 1.0.0rc3 (2017-12-16)
* Fixed a corner case attributes processing bug (Issue #41).
* Removed dependency on pandoc-attributes
(pandoc-fignos Issue #42).
pandoc-fignos 1.0.0rc1 (2017-11-18)
* Release candidate updated for pandoc 2.0.
pandoc-fignos 0.21.1 (2017-09-19)
* Fixes for beamer (pandoc-fignos Issue #38).
pandoc-fignos 0.20.1 (2017-09-12)
* Documentation updates.
pandoc-fignos 0.20 (2016-12-05)
* Added numbering figures by section for html and pdf
(pandoc-eqnos Issue #15).
pandoc-fignos 0.19 (2016-11-30)
* Clickable internal links for docx (Issue #25).
pandoc-fignos 0.18.2 (2016-11-17)
* Python 2.7.3 bug addressed with pandoc-xnos 0.7 (Issue #32).
* Clarified purpose of this filter in README.md (Issue #31).
pandoc-fignos 0.18.1 (2016-11-06)
* Fixed incorrect labelling of tagged figures.
pandoc-fignos 0.18 (2016-11-05).
* Updated for pandoc 1.18 (Issue #30)
pandoc-fignos 0.17.1 (2016-10-22)
* Fixed bug for filenames with spaces (Issue #23).
* Fixed metadata corruption bug (Issue #23).
* Fixed python 2.7 install on Windows (Issue #26).
* Fixed cleveref bug for textless doc (Issue #27).
* Require pandoc-xnos >= 0.5.
pandoc-fignos 0.15 (2016-08-21)
* Support for unnumbered figures in TeX/pdf (Issue #15).
* Removed anchors and ids in output for unreferenceable figures.
pandoc-fignos 0.14 (2016-05-18)
* Added figure tags.
* Changed caption separator from period to colon for html output
to be consistent with TeX/pdf.
pandoc-fignos 0.13 (2016-05-15)
* Added clever referencing (Issue #13).
* Moved library code to pandocxnos project.
pandoc-fignos 0.12 (2016-04-27)
* Support reference links for pandoc < 1.16 (Issue #14).
pandoc-fignos 0.11 (2016-04-19)
* Bug fix to allow for attributed (non-figure) images.
* Better pandoc version detection.
pandoc-fignos 0.10 (2016-04-09)
* Added figure-name customization (Issue #12).
pandoc-fignos 0.9 (2016-04-05)
* Fixed broken installation in Win 10 (pandoc-eqnos Issue #6).
pandoc-fignos 0.8.1 (2016-04-02)
* Fixed hang for Windows users (Issue #11).
pandoc-fignos 0.8 (2016-03-25)
* Updated to work with pandoc 1.17.
* Added regression tests.
pandoc-fignos 0.7.6 (2016-01-23)
* Fixed autolink_bare_uris processing that got accidentally broke.
pandoc-fignos 0.7.5.1 (2016-01-23)
* Fixed MANIFEST.in which listed wrong files.
pandoc-fignos 0.7.5 (2016-01-22)
* Attempted Replacement for pypi release that had missing files.
pandoc-fignos 0.7.4 (2016-01-22)
* Fixed AttributeError bug that occurred for links
emphasized [*like this*](http://example.com/) (Issue #8).
pandoc-fignos 0.7.3 (2016-01-13)
* Fixed TypeError bug that occurred with pandoc < 1.16.
pandoc-fignos 0.7, 0.7.1 and 0.7.2 (2016-01-09)
* Fixed problems when pandoc's autolink_bare_uris is used
(Issue #6).
pandoc-fignos 0.6 (2016-01-01)
* Flush stdout before exiting (Issue #5).
pandoc-fignos 0.5 (2015-12-30):
* Update to work with pandoc 1.16 that is currently in
development (Issue #7).
If you are using pandoc < 1.16 then everything should work
as it did before.
Pandoc 1.16 introduces image attributes. The new syntax does
not allow a space between an image and its attributes. Please
update your markdown accordingly.
* Fixed curly-brace references in lists (Issue #6).
pandoc-fignos 0.4 (2015-07-16)
* Construct links for html (Issue #5).
* Removed fignos-keepattr option.
pandoc-fignos 0.3 (2015-07-15)
* Enforce pandoc's requirement of UTF-8 (Issue #4).
pandoc-fignos 0.2.2 (2015-06-07)
* Added README.md and LICENSE to MANIFEST.in so that they
get distributed via pip.
pandoc-fignos 0.2.1 (2015-06-03)
* Included missing install dependency in MANIFEST.in.
* Updated documentation.
pandoc-fignos 0.2 (2015-06-01)
* Permit generic figure labeling (e.g., {#fig:}).
* Fixed crash that occurs when reference info is contained in
the yaml header.
* Updated documentation.
* Made release available through pypi.
pandoc-fignos 0.1 (2015-03-14)
* initial release.