Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 1.87 KB

File metadata and controls

74 lines (45 loc) · 1.87 KB

Changelog

0.5.0 - 2026-07-24

Added

  • Git Graph button in the Source Control view title
  • Centralized logging with a dedicated "Git Graph" output channel

Changed

  • 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

Fixed

  • 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

Added

  • Full internationalization (i18n) support with multiple languages
  • Language support: English (default), Simplified Chinese (简体中文), Traditional Chinese (繁體中文)

Fixed

  • Escape HTML in git output before rendering

0.3.0 - 2026-03-26

Added

  • Introduce gitClient based on simple-git
  • Added a button to locate HEAD in the graph

Changed

  • Extract webview bridge
  • Extract webview lifecycle

0.2.0 - 2026-03-17

Added

  • Add initial test suite and CI configuration

Fixed

  • Remove information message

0.1.1 - 2026-02-23

Changed

  • Migrate build system to esbuild and upgrade dependencies
  • Add oxlint linter and oxfmt formatter

0.1.0 - 2026-02-18

Initial release