GitKraken のリリース

Released: Jan 13, 2026

GitLens for VS Code V17.9 での更新項目

機能

  • Added a welcome page webview for first-time installs to highlight Pro benefits for users in IDEs that do not support the standard VS Code walkthrough.
  • Improved the Interactive Rebase Editor to fully support --rebase-merges on linear history while preventing unsafe reordering when merge commits are present.
  • Improved cherry-pick apply order to use topological sort for correct commit sequence.
  • Changed AI features to require GitLens Pro instead of GitLens Advanced - all AI features now...

Released: Dec 18, 2025

GitLens for VS Code V17.8.1 での更新項目

機能

  • Added a "Recompose Commits from Here" command to commits in views and for commits belonging to a single branch in the Commit Graph. This will recompose from the chosen commit to the tip of its branch.
  • Added Gemini 3 Flash model support for AI features.
  • Changes the gitlens.rebaseEditor.revealBehavior setting default to onDoubleClick and removes the never and onOpen options.

不具合の修正

  • When recomposing a specific range of commits, the Commit Composer will now automtically scroll the chosen commits...

Released: Dec 16, 2025

GitLens for VS Code V17.8 での更新項目

機能

  • Enhanced the Commit Graph experience with several new features.
    • Improved rendering, scrolling, keyboard navigation, and first load performance.
    • Eliminated flickering of branch metadata (upstream status, PRs, and issues) when the repository changes.
    • Added real-time streaming of search results with pause, resume, and cancel support.
    • Changed the default of the gitlens.graph.searchItemLimit setting to 0 (no limit).
    • Added autocomplete suggestions and interactive filter pickers (for authors...

Released: Dec 9, 2025

GitKraken Desktop V11.7.0 での更新項目

機能

  • Markdown File Preview - You can now preview markdown files directly in the file viewer. Toggle between Code and Preview modes using the new buttons in the file header.
  • Undo/Redo for Rebase Operations - Added support for undoing and redoing rebase operations, including Interactive Rebase, Multi-Commit Cherry Pick, dropping and rewording commits, and AI Commit Composer (Recompose with AI).
  • GitKraken AI - Explain Branch Changes: You can now right-click any branch to get a clear summary of what...

Released: Nov 11, 2025

GitKraken Desktop V11.6.0 での更新項目

機能

  • Experimental Feature - Git Executable:
    • Shallow repo support is now in preview. If you have a shallowly-cloned repository, you can now open it inside of GitKraken Desktop, and most features will work as normal.
  • GitKraken AI:
    • Explain Working Changes: Select your unstaged edits and get a clear summary of what changed and why.
  • Merge Conflict Improvements
    • AI conflict resolution is now synced to the exact code line so you can review and apply changes faster.
  • GitKraken AI:
    • Added support for custom...

Released: Nov 11, 2025

GitLens for VS Code V17.7 での更新項目

機能

  • Added new Commit Composer features and improvements.
    • Added the ability to recompose existing branches via the Recompose Commits (Preview) command in the context menu of branches and from the Command Palette.
    • Added drag and drop support to reorder auto-composed commits in the commit list.
    • Added support for untracked files.
    • Added support for composing without a base commit.
    • Greatly improved performance by virtualizing file diffs.
    • Improved some cases where staging or working tree changes are...

Released: Oct 14, 2025

GitKraken Desktop V11.5.1 での更新項目

不具合の修正

  • Upgraded Electron to v36 to address performance issues on macOS Tahoe.
  • Fixed an issue where submodules that contain dots in their path could not be loaded.
  • Fixed an issue where you could fail to write log entries or Git Hooks executions.
  • Fixed an issue where some repositories with unexpected branches or tags would fail to load.

Released: Oct 7, 2025

GitLens for VS Code V17.6 での更新項目

機能

  • Added support for Claude Sonnet 4.5 for GitLens' AI features.
  • Improved performance of the Inspect and _Graph Details views by virtualizing the tree rendering.
    • Improved keyboard navigation support including arrow keys, Home/End, Enter/Space, Tab, and added type-ahead search functionality.
  • Improved Linear issue tracker support.
  • Removed " (bundled with GitLens)" text from GK MCP server name.

不具合の修正

  • Fixed Commit Composer rendering performance when working changes contain large file diffs.
  • Fixed...

Released: Oct 7, 2025

GitKraken Desktop V11.5.0 での更新項目

機能

  • GitKraken AI:
    • Users can now choose their preferred model from any provided by GitKraken AI, including the newly-added OpenAI GPT-5 models.
    • GPT-5 is now available for those bringing their own OpenAI API key.
    • Added a usage gauge in the profile menu for easy reference of your GitKraken AI token usage.
  • Added organization suggestions in Preferences > Members to help users discover and join relevant teams.
  • When creating a pull request, if only one PR template is available, it will be...

Released: Sep 23, 2025

GitLens for VS Code V17.5 での更新項目

機能

  • Added the GitKraken MCP for Git and integration enhanced AI chat workflows.
    • Leverage Git and your integrations (issues, PRs, etc) to provide context and perform actions in AI chat.
  • Added rich Linear integration with autolinks, start work, Launchpad, and more.
  • Added support for the GitKraken Student plan.
  • Improved AI provider/model fallback handling for better reliability.

不具合の修正

  • Fixed connection flow when multiple integrations need to be connected.