-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
59 lines (39 loc) · 1.73 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
0.5.1 (2016-11-06)
==================
* Changed meta block parsing for compatibility with Pandoc 1.18+.
0.5 (2016-07-05)
================
* Added `pandoc_html_extra_options` configuration option as well as support for `html_extra_options` key in YAML meta block. Contributed by Jesse Hathaway (lollipopman).
0.4.3 (2016-06-01)
==================
* Added documentation on updating ikiwiki-pandoc to a newer version.
0.4.2 (2016-04-23)
==================
* Fix issue with inline directives (Github issue #11, reported by Kevin Holzer (hlzr))
0.4.1 (2016-02-14)
==================
* Add `pandoc_pdf_export_cleanup` option, false by default.
* Corrected the specification of some configuration options.
0.4 (2016-02-03)
=================
* Add support for per-page configuration for export formats.
* Add support for biblatex/natbib in latex/pdf/beamer output.
* Fix handling of docx and odt `*_template` option (`--reference-XXX`, not `--template`).
0.3 (2016-02-02)
================
* Add support for on-demand page export in several formats: pdf, beamer, revealjs, latex, docx, odt and epub.
0.2.1 (2016-01-31)
==================
* Make more pandoc-related options available through the web config interface
* Make (scalar) pandoc yaml meta block variables visible to templates
* Avoid 'Use of uninitialized value...' warning when the `pandoc_math` option is not present in the `*.setup` file
* Add new configuration option affecting citations processing: `pandoc_csl_default_lang`
0.2 (2015-12-18)
================
New version thanks to Baldur Kristinsson's contributions.
* code upgrade to the last pandoc evolutions
* fix for perl evolution
* doc enhancements
0.1 (unreleased)
================
* various contributions found on github merged together