Skip to content

Commit a9c4aff

Browse files
committed
chore: bump version to 0.3.1
1 parent 6849bde commit a9c4aff

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.3.1 (2026-05-03)
4+
5+
### New Features
6+
- **Reflog search** — Real-time filtering by message or hash directly in the Reflog tab
7+
- **Reflog filter dropdowns** — Separate dropdowns for Ref (HEAD or any branch) and Action type (commit, checkout, reset, rebase, merge, etc.)
8+
- **Per-branch reflog** — Switch the Reflog view to any local branch to see only that branch's ref movements
9+
- **Dangling commit detection** — Reflog entries unreachable from any branch are highlighted with a warning icon and tooltip; recoverable via Reset
10+
11+
### Improvements
12+
- Reflog dangling-only toggle button filters to only dangling entries at a glance
13+
- Match count shown in search bar when filters are active (even without a text query)
14+
- Reflog list scrolling fixed — wrapper layout now correctly constrains the scrollable area
15+
- Various UI polish across Modal, Toolbar, CommitGraph, SearchBar, BisectBanner, and other components
16+
317
## 0.3.0 (2026-05-02)
418

519
### New Features

README.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ VS Code를 위한 모던 Git GUI. 커밋 히스토리를 시각화하고, 브랜
120120
| **Git LFS** | LFS 추적 파일 목록 확인 및 파일 잠금 관리 |
121121
| **서브모듈** | 상태 확인, 업데이트, 서브모듈 리포지토리로 그래프 전환 |
122122
| **통계** | 작성자별 커밋 통계 (Gravatar 포함), 활동 히트맵 |
123-
| **Reflog** | git 참조 로그 전체 탐색 — 과거 HEAD 상태에서 reset, checkout, cherry-pick 가능 |
123+
| **Reflog** | 검색/액션 필터와 브랜치별 뷰를 갖춘 git 참조 로그 탐색 — 과거 HEAD 또는 브랜치 상태에서 reset·checkout, Dangling 커밋 감지 지원 |
124124

125125
### 멀티 리포지토리 & 서브모듈
126126

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ A modern, full-featured Git GUI for VS Code. Visualize your commit history, mana
120120
| **Git LFS** | View LFS-tracked files and manage file locks |
121121
| **Submodules** | View status, update submodules, and switch graph to submodule repos |
122122
| **Statistics** | Commits by author (with Gravatar), activity heatmap |
123-
| **Reflog** | Browse the full git reference log — reset, checkout, or cherry-pick from any past HEAD state |
123+
| **Reflog** | Browse the full git reference log with search, action-type filters, and per-branch view — reset or checkout from any past HEAD or branch state, with dangling commit detection |
124124

125125
### Multi-Repository & Submodules
126126

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-graph-plus",
33
"displayName": "Git Graph Plus",
44
"description": "A modern, full-featured Git GUI for VS Code",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "the0807",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)