summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-03-22 23:56:55 +0100
committerKr1ss2021-03-22 23:56:55 +0100
commitf9dd8e3366e43711b9ff3f4d6b81012a98b16f93 (patch)
tree37b25ff0f55de56b248ec54ea04386d908951aba
parent26dc97d21a3a9ff193ce71550ddee17af011a8e6 (diff)
downloadaur-f9dd8e3366e43711b9ff3f4d6b81012a98b16f93.tar.gz
update changelog
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG.md55
-rw-r--r--PKGBUILD8
3 files changed, 36 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c66692f13035..687045ac61b5 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 = 2.0.0.r563.8eef70b
+ pkgver = 2.0.0.r569.badf080
pkgrel = 1
url = https://gitrebasetool.mitmaro.ca
install = git-interactive-rebase-tool.install
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ae412241012..a924f18f1cbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,48 +1,49 @@
# Change Log
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/).
+The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
-- Label and description to commit edit
-- Basic support to merge rebasing
-- Modifier keys can now be provided in any order
-- Undo and redo changes to the todo list
-- Support for multiple key bindings per configuration
-- Open external editor from visual mode
+- Label and description to commit edit ([#429](https://github.com/MitMaro/git-interactive-rebase-tool/pull/429))
+- Basic support to merge rebasing ([#434](https://github.com/MitMaro/git-interactive-rebase-tool/pull/434))
+- Modifier keys can now be provided in any order ([#435](https://github.com/MitMaro/git-interactive-rebase-tool/pull/435))
+- Undo and redo changes to the todo list ([#436](https://github.com/MitMaro/git-interactive-rebase-tool/pull/436))
+- Support for multiple key bindings per configuration ([#437](https://github.com/MitMaro/git-interactive-rebase-tool/pull/437))
+- Open external editor from visual mode ([#442](https://github.com/MitMaro/git-interactive-rebase-tool/pull/442))
+- Delete selected lines from the todo list ([#443](https://github.com/MitMaro/git-interactive-rebase-tool/pull/443))
### Fixed
-- Most modifier key combinations could not be used as key bindings
+- Most modifier key combinations could not be used as key bindings ([#435](https://github.com/MitMaro/git-interactive-rebase-tool/pull/435))
+- Several index overflows when modifying the todo list with an external editor ([#441](https://github.com/MitMaro/git-interactive-rebase-tool/pull/441), [#440](https://github.com/MitMaro/git-interactive-rebase-tool/pull/440))
## [2.0.0] - 2021-01-28
### Added
-- A diff view to show commit
-- Page up and down to help view
-- Page up and down to show commit
-- Most missing key bindings for special keys
-- Builtin help for show commit
-- Number of files change in show commit
-- Number of total additions and deletions in show commit
-- The Git "diff.renames" and "diff.rename_limit" options are now respected during show commit
-- End and Home support during edit
-- Optional rollback on error or invalid file during external edit
-- True color support on macOS
+- A diff view to show commit ([#262](https://github.com/MitMaro/git-interactive-rebase-tool/pull/262))
+- Page up and down to help view ([#258](https://github.com/MitMaro/git-interactive-rebase-tool/pull/258))
+- Page up and down to show commit ([#258](https://github.com/MitMaro/git-interactive-rebase-tool/pull/258))
+- Most missing key bindings for special keys ([#239](https://github.com/MitMaro/git-interactive-rebase-tool/pull/239))
+- Builtin help for show commit ([#258](https://github.com/MitMaro/git-interactive-rebase-tool/pull/258))
+- Number of files change in show commit ([#258](https://github.com/MitMaro/git-interactive-rebase-tool/pull/258))
+- Number of total additions and deletions in show commit ([#258](https://github.com/MitMaro/git-interactive-rebase-tool/pull/258))
+- The Git "diff.renames" and "diff.rename_limit" options are now respected during show commit ([#258](https://github.com/MitMaro/git-interactive-rebase-tool/pull/258))
+- End and Home support during edit ([#309](https://github.com/MitMaro/git-interactive-rebase-tool/pull/309))
+- Optional rollback on error or invalid file during external edit ([#329](https://github.com/MitMaro/git-interactive-rebase-tool/pull/329))
+- True color support on macOS ([#417](https://github.com/MitMaro/git-interactive-rebase-tool/pull/417))
### Changed
-- Replace Curses with Crossterm for input and output
-- Change page up and page down to scroll half the height of the view area
-- Improved error handling for executing external editor
+- Replace Curses with Crossterm for input and output ([#415](https://github.com/MitMaro/git-interactive-rebase-tool/pull/415))
+- Change page up and page down to scroll half the height of the view area ([#230](https://github.com/MitMaro/git-interactive-rebase-tool/pull/230))
+- Improved error handling for executing external editor ([#329](https://github.com/MitMaro/git-interactive-rebase-tool/pull/329))
### Fixed
-- Scroll position resetting on resize
-- Unable to move edit edit cursor when `inputMoveLeft` or `inputMoveRight` were set to alphanumeric characters
+- Scroll position resetting on resize ([#261](https://github.com/MitMaro/git-interactive-rebase-tool/pull/261))
+- Unable to move edit cursor when `inputMoveLeft` or `inputMoveRight` were set to alphanumeric characters ([#309](https://github.com/MitMaro/git-interactive-rebase-tool/pull/309))
### Removed
-- Available actions footer from list and show commit views
+- Available actions footer from list and show commit views ([#330](https://github.com/MitMaro/git-interactive-rebase-tool/pull/330))
## [1.2.1] - 2020-01-26
@@ -65,7 +66,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- External editing loop when an external editor returns an empty file ([#196](https://github.com/MitMaro/git-interactive-rebase-tool/issues/196))
### Removed
-- Unused `errorColor` configuration
+- Unused `errorColor` configuration ([#168](https://github.com/MitMaro/git-interactive-rebase-tool/pull/168))
## [1.1.0] - 2019-08-15
diff --git a/PKGBUILD b/PKGBUILD
index db6b11308a01..eab4d257abfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,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=2.0.0.r563.8eef70b
+pkgver=2.0.0.r569.badf080
pkgrel=1
pkgdesc='An improved sequence editor for interactive git-rebase'
@@ -34,6 +34,11 @@ source=("git+https://github.com/MitMaro/$_pkgname.git")
sha256sums=('SKIP')
+prepare() {
+ cd "$_pkgname"
+ sed -i 's|/docs/assets/||' README.md
+}
+
build() {
cd "$_pkgname"
if type -P rustup && ! rustup default &>/dev/null; then
@@ -46,6 +51,7 @@ package() {
cd "$_pkgname"
install -Dm755 "target/release/$_name" -t"$pkgdir/usr/bin/"
install -Dm644 {,readme/}*.md -t"$pkgdir/usr/share/doc/$_pkgname/"
+ install -Dm644 docs/assets/images/* -t"$pkgdir/usr/share/doc/$_pkgname/images/"
install -Dm644 LICENSE -t"$pkgdir/usr/share/licenses/$_pkgname/"
install -Dm644 src/$_name.1 -t"$pkgdir/usr/share/man/man1/"
}