summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2019-10-07 20:04:47 +0200
committerKr1ss2019-10-07 20:04:47 +0200
commita2f87960ba2c5b9c6104e90606f847283fbcf16b (patch)
treeec39044afa6165e69be0f01a443ebc741de10479
parent1e7353f611a27bc48fa9369db53ebf3dfe5a77d4 (diff)
downloadaur-a2f87960ba2c5b9c6104e90606f847283fbcf16b.tar.gz
update: 1.1.0.r245.813b690-1
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG.md3
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee6bed19c41..590eaabf4007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-interactive-rebase-tool-git
pkgdesc = An improved sequence editor for interactive git-rebase
- pkgver = 1.1.0.r244.0074a99
+ pkgver = 1.1.0.r245.813b690
pkgrel = 1
url = https://gitrebasetool.mitmaro.ca/
install = git-interactive-rebase-tool.install
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4311681b9cb..80ac755ca351 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [Unreleased] - 2019-08-15
+## [Unreleased] - 2019-10-07
### Added
- Support for 256-color terminals
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Missing ncursesw dependency listing for deb build
- Performance issue with show commit
+- Visual mode index error when changing action or swapping lines
### Removed
- Unused `errorColor` configuration
diff --git a/PKGBUILD b/PKGBUILD
index bfbf630e9214..5f877225bc30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver() {
"$(git tag -l | grep -P '.+\..+\.\d+' | sed -r 's/([0-9\.]+)(-.+)?/\1/g' | sort -Vr | sed 1q)" \
"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgver=1.1.0.r244.0074a99
+pkgver=1.1.0.r245.813b690
pkgrel=1
pkgdesc='An improved sequence editor for interactive git-rebase'