@@ -4,20 +4,25 @@ 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+ ## [ 1.2.1] - 2020-01-26
8+
9+ ### Fixed
10+ - ANSI color support broken on MacOS ([ #219 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/issues/219 ) )
11+
712## [ 1.2.0] - 2020-01-11
813
914### Added
1015- Support for 256-color terminals
11- - Highlight of selected line(s) on 256-color terminals
12- - Full support for external editor
16+ - Highlight of selected line(s) on 256-color terminals ( [ # 148 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/issues/148 )
17+ - Full support for external editor ( [ # 60 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/issues/60 ) )
1318
1419### Fixed
15- - Missing ncursesw dependency listing for deb build
16- - Performance issue with show commit
17- - Visual mode index error when changing action or swapping lines
20+ - Missing ncursesw dependency listing for deb build ( [ # 170 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/issues/170 ) )
21+ - Performance issue with show commit ( [ # 167 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/issues/167 ) )
22+ - Visual mode index error when changing action or swapping lines ( [ 195 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/issues/195 ) ))
1823- 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
24+ - A empty rebase file now returns a zero exit code ( [ # 197 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/issues/197 ) )
25+ - External editing loop when an external editor returns an empty file ( [ # 196 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/issues/196 ) )
2126
2227### Removed
2328- Unused ` errorColor ` configuration
@@ -105,7 +110,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
105110### Added
106111- Initial project release
107112
108- [ Unreleased ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...HEAD
113+ [ Unreleased ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.1...HEAD
114+ [ 1.2.1 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...1.2.1
109115[ 1.2.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...1.2.0
110116[ 1.1.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.0.0...1.1.0
111117[ 1.0.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.7.0...1.0.0
0 commit comments