summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stenglein2021-11-05 22:20:12 -0400
committerMark Stenglein2021-11-05 22:20:12 -0400
commit83bb7216887e645ab05c7dd94711a112fc6b610a (patch)
tree101eaed51851b5e6ccdd6c5202173cd7d9f054fc
parente17f6bd4d7809e01fdf0366ad11f186e13db6829 (diff)
downloadaur-83bb7216887e645ab05c7dd94711a112fc6b610a.tar.gz
Release 0.7.2.r2.g81fbe81-1
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG.md32
-rw-r--r--PKGBUILD2
3 files changed, 34 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 439ddaea09fd..7f57ff344ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slides-git
pkgdesc = Terminal based presentation tool
- pkgver = 0.6.1.r0.g7f589d0
+ pkgver = 0.7.2.r2.g81fbe81
pkgrel = 1
url = https://github.com/maaslalani/slides
changelog = CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25781abe9089..8b248301b1c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,37 @@
# Changelog
+## [0.7.2-1] - 2021-11-01
+
+### Added
+
+- Improvements to Search (using `bubbles#TextInput` component) in `slides` by [@darmiel](https://github.com/darmiel) in [#119](https://github.com/maaslalani/slides/pull/119)
+
+## [0.7.1-1] - 2021-11-01
+
+### Added
+
+- Added Page Up and Page Down navigation by [@Janszczyrek](https://github.com/Janszczyrek) in [#115](https://github.com/maaslalani/slides/pull/115)
+- Improvements to exit code handling & virtual text reset
+
+### Fixed
+
+- Fixed bug with executing the same code block multiple times.
+
+## [0.7.0-1] - 2021-10-29
+
+### Added
+
+#### Search Functionality
+
+To quickly jump to the right slide, you can use the search functionality.
+
+Press `/`, enter your search term, and press `Enter`.
+(The search term is interpreted as a regular expression. The `/i` flag causes case-insensitivity.).
+
+Press `ctrl+n` after a search to go to the next search result.
+
+Thanks to [@darmiel](https://github.com/darmiel)!
+
## [0.6.1-1] - 2021-10-21
### Added
diff --git a/PKGBUILD b/PKGBUILD
index 474b4f526722..55fa16c081e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Stenglein <aur@markstenglein.com>
pkgname=slides-git
-pkgver=0.6.1.r0.g7f589d0
+pkgver=0.7.2.r2.g81fbe81
pkgrel=1
pkgdesc='Terminal based presentation tool'
arch=('x86_64')