Commit 7a44908 1 parent 544cd8b commit 7a44908 Copy full SHA for 7a44908
File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed 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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ Unreleased ] - 2019-08-15
7
+ ## [ 1.2.0 ] - 2020-01-11
8
8
9
9
### Added
10
10
- Support for 256-color terminals
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
16
- Performance issue with show commit
17
17
- Visual mode index error when changing action or swapping lines
18
18
- 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
19
21
20
22
### Removed
21
23
- Unused ` errorColor ` configuration
@@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
103
105
### Added
104
106
- Initial project release
105
107
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
107
110
[ 1.1.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.0.0...1.1.0
108
111
[ 1.0.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.7.0...1.0.0
109
112
[ 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 1
1
[package ]
2
2
name = " git-interactive-rebase-tool"
3
- version = " 1.1 .0"
3
+ version = " 1.2 .0"
4
4
authors = [
" Tim Oram <[email protected] >" ]
5
5
license = " GPL-3.0-or-later"
6
6
description = " 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.
10
10
11
11
![ Git Interactive Rebase Tool] ( /docs/assets/images/git-interactive-rebase-demo.gif?raw=true )
12
12
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 ) .**
15
15
16
16
## Install
17
17
You can’t perform that action at this time.
0 commit comments