Skip to content

Commit 57f6491

Browse files
committed
chore: bump to 0.2.4, update CHANGELOG
1 parent 872cb43 commit 57f6491

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.2.4 (2026-04-20)
4+
5+
### New Features
6+
- **Simplified Chinese (zh-cn) localization**: Full UI translation contributed by @baiyibs
7+
8+
### Improvements
9+
- **Diff toolbar fixed on scroll**: File name and inline/side-by-side toggle stay visible when scrolling horizontally
10+
- **Diff horizontal scroll**: Entire diff scrolls as one unit instead of per-line scrollbars
11+
- **Side-by-side diff**: Long lines no longer overlap adjacent panel
12+
- **Bottom panel height**: Now scales with window size (default 35%, min 20%, max 70%)
13+
- **Commit diff load time**: Diff and file list requests run in parallel, reducing latency by ~50%
14+
15+
### Bug Fixes
16+
- **Auth error infinite spinner**: Loading indicator now clears immediately when authentication fails
17+
- **Auth error messaging**: SSH vs HTTPS failures show distinct messages with actionable hints; "Show Error" button exposes raw git output
18+
319
## 0.2.3 (2026-04-19)
420

521
### New Features

package-lock.json

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

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

0 commit comments

Comments
 (0)