Skip to content

Commit f83d791

Browse files
committed
docs: update CHANGELOG.md for v0.5.0
1 parent 460fb3a commit f83d791

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

33
All notable changes to gitpane are documented here.
44

5+
## [0.5.0] - 2026-04-13
6+
7+
### Added
8+
- Collapsible worktree entries in the repo list: repos with linked worktrees show a `▶N` / `▼N` toggle icon — press `w` to expand and see each worktree branch listed below the parent repo
9+
- Selecting a worktree entry shows its changed files in the Changes panel with full diff support
10+
- Git graph loads from the selected worktree path for branch-specific history
11+
- `gitpane update` self-update subcommand for easy in-place upgrades
12+
13+
### Changed
14+
- Worktree data now includes full details (name, path, branch) collected via the git2 API, replacing the previous simple count
15+
516
## [0.4.1] - 2026-04-01
617

718
### Added

0 commit comments

Comments
 (0)