File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased ] - 2019-08-15
7+ ## [ 1.2.0 ] - 2020-01-11
88
99### Added
1010- Support for 256-color terminals
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616- Performance issue with show commit
1717- Visual mode index error when changing action or swapping lines
1818- Fixed crash with scrolling to max length
19+ - A empty rebase file now returns a zero exit code
20+ - External editing loop when an external editor returns an empty file
1921
2022### Removed
2123- Unused ` errorColor ` configuration
@@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
103105### Added
104106- Initial project release
105107
106- [ Unreleased ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...HEAD
108+ [ Unreleased ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...HEAD
109+ [ 1.2.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...1.2.0
107110[ 1.1.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.0.0...1.1.0
108111[ 1.0.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.7.0...1.0.0
109112[ 0.7.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.6.0...0.7.0
Original file line number Diff line number Diff line change 11[package ]
22name = " git-interactive-rebase-tool"
3- version = " 1.1 .0"
3+ version = " 1.2 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses."
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Git 1.7.8+. Written in Rust using ncurses.
1010
1111![ Git Interactive Rebase Tool] ( /docs/assets/images/git-interactive-rebase-demo.gif?raw=true )
1212
13- ** This is the documentation for the development build. For the current stable release please use the
14- [ 1.1.x documentation] ( https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.1.0/README.md ) .**
13+ ** This is the documentation for version 1.2.0. For the previous release please use the
14+ [ 1.1.0 documentation] ( https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.1.0/README.md ) .**
1515
1616## Install
1717
You can’t perform that action at this time.
0 commit comments