File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## [0.42 .0] - 2026-05-22
1+ ## [0.43 .0] - 2026-07-11
22
33### 🚀 Features
44
5- - Display pending keys, like the new `gg` or `gr`
6- - Add keybinding to scroll top and bottom
7- - *(cli)* `gitu blame [--rev <REV>] <FILE>`
8- - Ability to open editor from a selected hunk-line
9- - Blame files/hunks and added lines with 'B'
10- - Support reversing (`v`) file/hunk/line patch
11- - Support applying stash file/hunk/line patch
12- - Stash view shows staged/unstaged/untracked
13- - Add cherry-pick command and status display
14- - *(branch)* Add rename branch operation
5+ - Scroll view up/down ctrl+y, ctrl+e. Don't move cursor when scrolling
156
167### 🐛 Bug Fixes
178
18- - Show works with kakoune
19- - Double press on transient selection menu
20- - Handle 'no commits yet' status with remote
9+ - Parse file paths with spaces in diff header
10+ - *(log)* Avoid panic when showing log of a branch with no commits
2111
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.43.0] - 2026-07-11
6+
7+ ### 🚀 Features
8+
9+ - Scroll view up/down ctrl+y, ctrl+e. Don't move cursor when scrolling
10+
11+ ### 🐛 Bug Fixes
12+
13+ - Parse file paths with spaces in diff header
14+ - * (log)* Avoid panic when showing log of a branch with no commits
15+
516## [ 0.42.0] - 2026-05-22
617
718### 🚀 Features
@@ -16,17 +27,6 @@ All notable changes to this project will be documented in this file.
1627- Stash view shows staged/unstaged/untracked
1728- Add cherry-pick command and status display
1829- * (branch)* Add rename branch operation
19-
20- ### 🐛 Bug Fixes
21-
22- - Show works with kakoune
23- - Double press on transient selection menu
24- - Handle 'no commits yet' status with remote
25-
26- ## [ 0.41.0] - 2026-03-11
27-
28- ### 🚀 Features
29-
3030- * (rebase)* Use new picker when selecting a rebase target
3131- Convert branch operations to interactive picker
3232- Use new interactive picker when merging (#496 )
@@ -35,6 +35,9 @@ All notable changes to this project will be documented in this file.
3535
3636### 🐛 Bug Fixes
3737
38+ - Show works with kakoune
39+ - Double press on transient selection menu
40+ - Handle 'no commits yet' status with remote
3841- Keys double press on Windows (#385 ) (again)
3942- Make ` backtab ` key bindable (shift-tab)
4043
Original file line number Diff line number Diff line change 11[package ]
22name = " gitu"
33description = " A git client inspired by Magit"
4- version = " 0.42 .0"
4+ version = " 0.43 .0"
55edition = " 2024"
66license = " MIT"
77repository = " https://github.com/altsem/gitu"
You can’t perform that action at this time.
0 commit comments