summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMark Stenglein2021-10-21 22:28:05 -0400
committerMark Stenglein2021-10-21 22:28:05 -0400
commite17f6bd4d7809e01fdf0366ad11f186e13db6829 (patch)
treeb12c900f24f1dd73971abe452074d2581c1e135e /CHANGELOG.md
parent50dda62c6161c0bf9d85215e2e02e34aa37c26cd (diff)
downloadaur-e17f6bd4d7809e01fdf0366ad11f186e13db6829.tar.gz
Release 0.6.1-1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd733424d446..25781abe9089 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [0.6.1-1] - 2021-10-21
+
+### Added
+
+- Ability to run multiple code blocks in a single slide (thanks to [@linw1995](https://github.com/linw1995)).
+- Word wrapping support (thanks to [@gsol10](https://github.com/gsol10)).
+- Ability to use custom date format `YYY-MM-DD` for date formatting in metadata (thanks to [@cuducos](https://github.com/cuducos)).
+- Vim-like navigation (`5D`: go to slide 5, `gg`: go to first slide, `G`: go to last slide) (thanks to [@stoovon](https://github.com/stoovon)).
+- Added rust support to code execution (thanks to [@darmiel](https://github.com/darmiel)).
+
+## [0.6.0-1] - 2021-10-21
+
+### Removed
+
+- Removed redundent ruby tests.
+
## [0.5.0-1] - 2021-08-25
### Added