@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- Keep commit message when pre-commit hook fails ([ #1035 ] ( https://github.com/extrawurst/gitui/issues/1035 ) )
12
12
- honor ` pushurl ` when checking whether we need username and password for pushing ([ #953 ] ( https://github.com/extrawurst/gitui/issues/953 ) )
13
13
14
+ ### Key binding notes
15
+ - added ` gg ` /` G ` vim bindings to ` vim_style_key_config.ron ` ([ #1039 ] ( https://github.com/extrawurst/gitui/issues/1039 ) )
16
+
14
17
## [ 0.19] - 2021-12-08 - Bare Repo Support
15
18
16
19
** finder highlighting matches**
@@ -19,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
22
20
23
### Breaking Change
21
24
Have you used ` key_config.ron ` for custom key bindings before?
22
- The way this works got changed and simplified ([ See docs] ( https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md ) for more info):
25
+ The way this works got changed and simplified ([ See docs] ( https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md ) for more info):
23
26
* You only define the keys that should differ from the default.
24
27
* The file is renamed to ` key_bindings.ron `
25
28
* Future addition of new keys will not break anymore
@@ -153,7 +156,7 @@ see `vim_style_key_config.ron` for their default vim binding
153
156
- indicator for longer commit message than displayed ([ #773 ] ( https://github.com/extrawurst/gitui/issues/773 ) )
154
157
155
158
![ msg-len] ( assets/long-msg-indicator.gif )
156
-
159
+
157
160
### Fixed
158
161
- wrong file with same name shown in file tree ([ #748 ] ( https://github.com/extrawurst/gitui/issues/748 ) )
159
162
- filetree collapsing broken on windows ([ #761 ] ( https://github.com/extrawurst/gitui/issues/761 ) )
@@ -189,7 +192,7 @@ see `vim_style_key_config.ron` for their default vim binding
189
192
- ` --bugreport ` cmd line arg to help diagnostics [[ @zcorniere ] ( https://github.com/zcorniere )] ([ #695 ] ( https://github.com/extrawurst/gitui/issues/695 ) )
190
193
191
194
### Changed
192
- - smarter log timestamps ([ #682 ] ( https://github.com/extrawurst/gitui/issues/682 ) )
195
+ - smarter log timestamps ([ #682 ] ( https://github.com/extrawurst/gitui/issues/682 ) )
193
196
- create-branch popup aligned with rename-branch [[ @bruceCoelho ] ( https://github.com/bruceCoelho )] ([ #679 ] ( https://github.com/extrawurst/gitui/issues/679 ) )
194
197
- smart focus change after staging all files ([ #706 ] ( https://github.com/extrawurst/gitui/issues/706 ) )
195
198
- do not allow to commit when ` gpgsign ` enabled ([ #740 ] ( https://github.com/extrawurst/gitui/issues/740 ) )
@@ -276,13 +279,13 @@ Thanks for your interest and support over this year! Read more about the 1 year
276
279
![ chars-branch-name] ( assets/chars_and_branchname.gif )
277
280
278
281
### Breaking Change
279
- - MacOS config directory now uses ` ~/.config/gitui ` [[ @remique ] ( https://github.com/remique )] ([ #317 ] ( https://github.com/extrawurst/gitui/issues/317 ) )
282
+ - MacOS config directory now uses ` ~/.config/gitui ` [[ @remique ] ( https://github.com/remique )] ([ #317 ] ( https://github.com/extrawurst/gitui/issues/317 ) )
280
283
281
284
### Added
282
285
- support for pull (fetch + simple merging) ([ #319 ] ( https://github.com/extrawurst/gitui/issues/319 ) )
283
286
- show used char count in input texts ([ #466 ] ( https://github.com/extrawurst/gitui/issues/466 ) )
284
287
- support smoother left/right toggle/keys for commit details ([ #418 ] ( https://github.com/extrawurst/gitui/issues/418 ) )
285
- - support * force push* command [[ @WizardOhio24 ] ( https://github.com/WizardOhio24 )] ([ #274 ] ( https://github.com/extrawurst/gitui/issues/274 ) )
288
+ - support * force push* command [[ @WizardOhio24 ] ( https://github.com/WizardOhio24 )] ([ #274 ] ( https://github.com/extrawurst/gitui/issues/274 ) )
286
289
287
290
### Fixed
288
291
- don't close branchlist every time ([ #550 ] ( https://github.com/extrawurst/gitui/issues/550 ) )
0 commit comments