Skip to content

Commit 6679b66

Browse files
committed
chore: bump version to 0.3.11
1 parent b49d51f commit 6679b66

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.3.11 (2026-05-17)
4+
5+
### New Features
6+
- **VS Code Credential Prompt on Remote Auth Failure** - When fetch/pull/push fails due to missing or invalid HTTP credentials, Git Graph+ now drives VS Code's built-in credential prompt and retries the command once
7+
8+
### Performance
9+
- **Graph Rendering** - Additional speedups in commit graph rendering hot paths
10+
11+
### Bug Fixes
12+
- **Phantom Rebase State** - Status banner no longer falsely reports a rebase as in progress when `REBASE_HEAD` is left behind after `rebase --continue` succeeds; the rebase state directory is now the canonical marker
13+
- **Nested Git Repositories** - Untracked entries that are nested git repos (not registered as submodules) are now expanded and labeled distinctly instead of showing as an empty diff
14+
315
## 0.3.10 (2026-05-17)
416

517
### New Features

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ All communication is via `postMessage` / `onDidReceiveMessage`. Message types ar
7575
## Key Conventions
7676

7777
- Extension is bundled with **esbuild** (CJS, Node target). Webview is bundled with **Vite** (ESM, browser target).
78-
- Tests use **Vitest** and live in `src/git/__tests__/`.
78+
- Tests use **Vitest** and live in `src/git/__tests__/` (unit + `integration/`) and `src/services/__tests__/`. Coverage is uploaded to Codecov; see `vitest.config.mts` for excluded paths.
7979
- The extension activates when a `.git` folder is detected (`workspaceContains:.git`).
8080
- `vscode` is an external dependency (not bundled) — provided by the VS Code runtime.

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

0 commit comments

Comments
 (0)