0.5.0 - 2026-07-24
- Git Graph button in the Source Control view title
- Centralized logging with a dedicated "Git Graph" output channel
- Optimize extension initialization logic
- Replace the "Locate HEAD" button with a highlighted HEAD commit row in the graph
- Status bar: add icons for the active and watching states
- Simplify localization to use English-string keys extracted with @vscode/l10n-dev
- Native browser context menu appearing over the graph in browser-based VS Code (vscode.dev / Codespaces)
- Header layout quirks around the refresh button
0.4.0 - 2026-04-10
- Full internationalization (i18n) support with multiple languages
- Language support: English (default), Simplified Chinese (简体中文), Traditional Chinese (繁體中文)
- Escape HTML in git output before rendering
0.3.0 - 2026-03-26
- Introduce gitClient based on simple-git
- Added a button to locate HEAD in the graph
- Extract webview bridge
- Extract webview lifecycle
0.2.0 - 2026-03-17
- Add initial test suite and CI configuration
- Remove information message
0.1.1 - 2026-02-23
- Migrate build system to esbuild and upgrade dependencies
- Add oxlint linter and oxfmt formatter
0.1.0 - 2026-02-18
Initial release