blob: 65bba9ebf4b49174c4769ec2be3e27e3c037dcf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Changelog
- 0.3.3.0 (2016-10-31)
* Add a `--version` flag.
* Add support for `pandoc-1.18` which includes a new `LineBlock` element.
- 0.3.2.0 (2016-10-20)
* Keep running even if errors are encountered during reload.
- 0.3.1.0 (2016-10-18)
* Fix compilation with `lts-6.22`.
- 0.3.0.0 (2016-10-17)
* Add syntax highlighting support.
* Fixed slide clipping after reload.
- 0.2.0.0 (2016-10-13)
* Add theming support.
* Fix links display.
* Add support for wrapping.
* Allow org mode as input format.
- 0.1.0.0 (2016-10-02)
* Upload first version from hotel wifi in Kalaw.
|