Skip to content

Commit 1f629f9

Browse files
committed
chore: bump version to 0.3.1
1 parent e33b56a commit 1f629f9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to gitpane are documented here.
44

5+
## [0.3.1] - 2026-02-26
6+
7+
### Changed
8+
- Help overlay (`?`) now shows context-aware keybindings per focused panel (Repos, Changes, Graph) with global keys always visible
9+
- Added missing keybindings to help: `a` (add repo), `d` (remove), `s` (sort), `R` (rescan), `g` (git graph)
10+
511
## [0.3.0] - 2025-02-25
612

713
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitpane"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "Multi-repo Git workspace dashboard TUI"
66
license = "MIT"

0 commit comments

Comments
 (0)