File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
5
6
+ ## [ 2.3.0] - 2022-10-13
7
+ ### Added
8
+ - Support for update-ref action ([ #801 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/pull/801 ) )
9
+ - Search in the list view ([ #797 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/pull/797 ) )
10
+
6
11
## [ 2.2.1] - 2022-10-13
7
12
### Fixed
8
13
- Crash on multibyte strings in commit diff view ([ #755 ] ( https://github.com/MitMaro/git-interactive-rebase-tool/pull/755 ) )
@@ -165,9 +170,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
165
170
### Added
166
171
- Initial project release
167
172
168
- [ Unreleased ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.1...HEAD
169
- [ 2.2.1 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.1...2.2.0
170
- [ 2.2.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.0...2.1.0
173
+ [ Unreleased ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.3.0...HEAD
174
+ [ 2.3.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.1...2.3.0
175
+ [ 2.2.1 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.0...2.2.1
176
+ [ 2.2.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.1.0...2.2.0
171
177
[ 2.1.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.0.0...2.1.0
172
178
[ 2.0.0 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.1...2.0.0
173
179
[ 1.2.1 ] : https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...1.2.1
You can’t perform that action at this time.
0 commit comments