Skip to content

Commit 0d338a5

Browse files
committed
chore: bump version to 0.4.1
1 parent a486347 commit 0d338a5

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.4.1 (2026-05-21)
4+
5+
### Improvements
6+
- **Modal Polish** - Spaced out the amend modal's option checkboxes, kept the message field scrollable when keeping a long message, centered the checkbox tick, and made the "no conflict" / "staged" status checkmarks a touch bolder.
7+
8+
### Bug Fixes
9+
- **Large Repository Rendering** - The commit graph no longer pushes commit messages off screen or overlaps the SHA and date columns in repositories with many concurrent branches.
10+
- **Custom Git Path** - The extension now honors the VS Code `git.path` setting, so it works when Git is not on the system `PATH` (e.g. portable or MSYS2 installs).
11+
- **Compare View Diffs** - Clicking a file while comparing two commits (or comparing to the working tree) now shows its diff again.
12+
- **Git LFS Warning** - Stopped showing a spurious warning when Git LFS is not installed.
13+
314
## 0.4.0 (2026-05-20)
415

516
### New Features

README.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ VS Code를 위한 모던 Git GUI. 커밋 히스토리를 시각화하고, 브랜
178178
## 요구 사항
179179

180180
- VS Code 1.85.0 이상
181-
- Git이 설치되어 있고 PATH에서 사용 가능
181+
- Git이 설치되어 있고 PATH에서 사용 가능 (또는 `git.path` 설정으로 지정)
182182

183183
## 크레딧
184184

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ A modern, full-featured Git GUI for VS Code. Visualize your commit history, mana
178178
## Requirements
179179

180180
- VS Code 1.85.0 or later
181-
- Git installed and available in PATH
181+
- Git installed and available in PATH (or configured via the `git.path` setting)
182182

183183
## Acknowledgements
184184

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.4.0",
5+
"version": "0.4.1",
66
"publisher": "the0807",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)