blob: e985f989e2fee6574a260b11994c299f0bee499f (
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
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
|
# Changelog
- 0.5.2.1 (2017-06-14)
* Bump `optparse-applicative-0.14` dependency
- 0.5.2.0 (2017-05-16)
* Add navigation using `PageUp` and `PageDown`.
* Use `skylighting` instead of deprecated `highlighting-kate` for syntax
highlighting.
- 0.5.1.2 (2017-04-26)
* Make build reproducible even if timezone changes (patch by Félix Sipma)
- 0.5.1.1 (2017-04-23)
* Include `README` in `Extra-source-files` so it gets displayed on Hackage
- 0.5.1.0 (2017-04-23)
* Bump `aeson-1.2` dependency
* Fix vertical alignment of title slides
* Fix wrapping issue with inline code at end of line
* Add bash-completion script generation to Makefile
- 0.5.0.0 (2017-02-06)
* Add a `slideLevel` option & autodetect it. This changes the way `patat`
splits slides. For more information, see the `README` or the `man` page.
If you just want to get the old behavior back, just add:
---
patat:
slideLevel: 1
...
To the top of your presentation.
* Clear the screen when finished with the presentation.
- 0.4.7.1 (2017-01-22)
* Bump `directory-1.3` dependency
* Bump `time-1.7` dependency
- 0.4.7.0 (2017-01-20)
* Bump `aeson-1.1` dependency
* Parse YAML for settings using `yaml` instead of pandoc
* Clarify watch & autoAdvance combination in documentation.
- 0.4.6.0 (2016-12-28)
* Redraw the screen on unknown commands to prevent accidental typing from
showing up.
* Make the cursor invisible during the presentation.
* Move the footer down one more line to gain some screen real estate.
- 0.4.5.0 (2016-12-05)
* Render the date in a locale-independent manner (patch by Daniel
Shahaf).
- 0.4.4.0 (2016-12-03)
* Force the use of UTF-8 when generating the man page.
- 0.4.3.0 (2016-12-02)
* Use `SOURCE_DATE_EPOCH` if it is present instead of getting the date from
`git log`.
- 0.4.2.0 (2016-12-01)
* Fix issues with man page generation on Travis.
- 0.4.1.0 (2016-12-01)
* Fix compatibility with `pandoc-1.18` and `pandoc-1.19`.
* Add a man page.
- 0.4.0.0 (2016-11-15)
* Add configurable auto advancing.
* Support fragmented slides.
- 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.
|