summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stenglein2021-10-21 22:28:05 -0400
committerMark Stenglein2021-10-21 22:28:05 -0400
commite17f6bd4d7809e01fdf0366ad11f186e13db6829 (patch)
treeb12c900f24f1dd73971abe452074d2581c1e135e
parent50dda62c6161c0bf9d85215e2e02e34aa37c26cd (diff)
downloadaur-e17f6bd4d7809e01fdf0366ad11f186e13db6829.tar.gz
Release 0.6.1-1
-rw-r--r--.SRCINFO3
-rw-r--r--CHANGELOG.md16
-rw-r--r--PKGBUILD2
3 files changed, 19 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34c4fdd7a1a..439ddaea09fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = slides-git
pkgdesc = Terminal based presentation tool
- pkgver = 0.5.0.r0.g4e3be66
+ pkgver = 0.6.1.r0.g7f589d0
pkgrel = 1
url = https://github.com/maaslalani/slides
+ changelog = CHANGELOG.md
arch = x86_64
license = MIT
makedepends = go
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
diff --git a/PKGBUILD b/PKGBUILD
index 45de5f0b013b..474b4f526722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Stenglein <aur@markstenglein.com>
pkgname=slides-git
-pkgver=0.5.0.r0.g4e3be66
+pkgver=0.6.1.r0.g7f589d0
pkgrel=1
pkgdesc='Terminal based presentation tool'
arch=('x86_64')