Skip to content

Commit 7f3728c

Browse files
committed
chore(release): prepare for v0.43.0
1 parent ec626e7 commit 7f3728c

4 files changed

Lines changed: 20 additions & 27 deletions

File tree

.recent-changelog-entry

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
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

CHANGELOG.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All 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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gitu"
33
description = "A git client inspired by Magit"
4-
version = "0.42.0"
4+
version = "0.43.0"
55
edition = "2024"
66
license = "MIT"
77
repository = "https://github.com/altsem/gitu"

0 commit comments

Comments
 (0)