GitKraken Releases

Released: Feb 11, 2025

Updates in GitLens for VS Code V16.3

Features

  • Added rich support for Azure DevOps:
    • Added integration status and connection flows to the Home view.
    • Added autolinks, issues and pull requests in the Commit Graph and Home view.
    • Added pull request support in Launchpad.
    • Added issue support to Start Work.
  • Added new AI-powered ability to generate a stash message from the changes in the Stash commands.
  • Added and expanded AI model support for GitLens' AI features:
    • Added DeepSeek V3 and R1 models.
    • Added o3-mini and o1 OpenAI models.
    • Added...

Released: Jan 28, 2025

Updates in GitKraken Desktop V10.6.3

Fixes

  • Updated Launchpad pull request fetching for Bitbucket in preparation for an upcoming Bitbucket API change. To avoid disruption, Bitbucket users are strongly encouraged to upgrade promptly.

Released: Jan 21, 2025

Updates in GitKraken Desktop V10.6.2

Features

  • Updated Git to 2.47.2.

Fixes

  • Fixed some context menu options related to Pull Requests that were missing from the Commit Graph.
  • Fixed an issue on Windows where the bundled Git was not detected from the Terminal panel.

Released: Jan 17, 2025

Updates in GitLens for VS Code V16.2

Features

  • Added richer support for GitHub Enterprise and GitLab Self-Managed.
    • Added pull request/merge request support in Launchpad.
    • Added issue support to Start Work.
    • Added integration status and connection flows to the Home view.
  • Added the ability to search for a GitLab merge request in the Launchpad.
  • Added merge target's merged status to the Home view.
    • GitLens will attempt to determine if the current branch has been merged into the merge target branch (or the local branch of the merge target...

Released: Jan 14, 2025

Updates in GitKraken Desktop V10.6.1

Features

  • Automatic Conflict Detection:
    • If your currently checked out branch is associated with a pull request, the pull request's target branch will now be prioritized for checking conflicts.
    • You can now exclude branches when setting the base branches for a repository.
    • When resolving a detected conflict, the initial conflict that appears won't trigger a "failed to merge/rebase" message, as initiating the conflict is intentional and expected.
    • Improved the clarity of the toolbar popover.
  • Added a...

Released: Dec 18, 2024

Updates in GitLens for VS Code V16.1

Features

  • Remodeled and polished the Home view:
    • Added a new header bar with information, controls, and management for your account and integrations.
    • Branch cards are now grouped, expandable sets which include information on the branch, its associated pull requests and issues.
    • Added "merge target" status to the active branch.
    • Included the status of the branch relative to the branch that it is most likely to be merged into (its "merge target").
    • Included pre-emptive conflict detection with the merge...

Released: Dec 17, 2024

Updates in GitKraken Desktop V10.6.0

Features

  • Automatic Conflict Detection: GitKraken will now monitor your base branch for conflicts and alert you with an icon in the toolbar when conflicts are detected, providing options to resolve your conflicts sooner rather than later.
    • When a conflict is detected, click on the icon in the toolbar to view details about the conflict and choose to rebase your current branch onto the base branch or merge changes from the base branch into your current branch.
    • You can limit which branches GitKraken...

Released: Nov 14, 2024

Updates in GitLens for VS Code V16.0

Features

  • Added the ability to group GitLens views into a single GitLens view in the Source Control sidebar
    • Includes Commits, Branches, Remotes, Stashes, Tags, Worktrees, Contributors, Repositories, Search & Compare, and Launchpad views.
    • Switch views by clicking on the specific view icons in the grouped GitLens view header.
    • Grouped views can be separated (detached) from the grouped GitLens view via context menu commands from the view header.
    • Detached views can be regrouped by clicking the...

Released: Nov 12, 2024

Updates in GitKraken Desktop V10.5.0

Features

  • Worktree Support: You can now use worktrees to work on multiple branches at once without impacting your main working directory. Effortlessly switch between testing changes or working on multiple tasks in the same repository without having to worry about losing your work.
    • Creating worktrees:
      • Right click on any branch in the Commit Graph to create a new worktree on that branch, or create a worktree for a new branch on any commit in the Commit Graph.
      • Open a pull request in a new worktree...

Released: Nov 4, 2024

Updates in GitKraken CLI V2.1.2

Fixes

  • Fixed crash when creating a draft not tied to a Pull Request.