GitKraken 新版本发表
Released: Jun 17, 2025
GitLens for VS Code V17.2 中的更新
特性
- Added new AI commands (in preview) which can generate (and rebase) commits from working tree changes or from commits in an existing branch:
- Added the 'Generate Commits with AI' (Preview) command to the command palette, and to the context menu or working tree changes in views and the Commit Graph. This command stashes working tree changes, generates a set of commits from those changes, and commits them to the current branch.
- Added the 'Rebase with AI' (Preview) command to the command palette...
Released: Jun 17, 2025
GitKraken CLI V3.0.9 中的更新
修补程序
- Resolved issues and improved the internal handling of Git commands to correctly parse and support various flags.
Released: May 15, 2025
GitKraken Desktop V11.1.1 中的更新
修补程序
- Fixed a regression in the last release where opening repositories/files in an external editor caused an "unknown error".
- Experimental Feature - Git Executable:
- When discarding all changes fails, error details will be provided in the error message.
Released: May 15, 2025
GitLens for VS Code V17.1 中的更新
特性
- Added AI-powered "Explain" commands for work-in-progress (WIP) changes, commits, stashes, and branches.
- Added 'Explain Branch Changes' (Preview), 'Explain Changes' (Preview), and 'Explain Working Changes' (Preview) actions to branches, commits and stashes, and WIP, respectively in the Commit Graph.
- Added 'Explain Branch Changes' (Preview) and 'Explain Changes' (Preview) actions to branches, commits and stashes in the other GitLens views.
- Added an Explain button to the editor and status bar...
Released: May 6, 2025
GitKraken Desktop V11.1.0 中的更新
特性
- GitKraken AI: New AI-powered capabilities to accelerate your development workflow, with expanded support for additional providers and environments.
- Pull Request Title and Description Generation:
- Generate titles and descriptions for Pull Requests based on the commits of the PR in just a click.
- When creating a Pull Request, click Generate title and description to automatically populate the fields using GitKraken AI.
- If you have a Pull Request template selected, GitKraken AI will attempt to...
Released: May 2, 2025
GitKraken CLI V3.0.5 中的更新
特性
- Azure Personal Access Tokens (PAT) are now allowed.
- You can now sync tokens at login.
- You can now remove cloud token if it already exists.
- Small improvements and minor corrections.
Released: Apr 9, 2025
GitKraken CLI V3.0.3 中的更新
特性
- Added support for multi-process execution. This means you can now run multiple GK commands at the same time.
- Improved logic around determining if a repository has dirty changes ensuring it does not accidentally add untracked or unstaged files when running
gk work commit.
- Enhanced
gk gl command for use within GitLens.
Released: Mar 31, 2025
GitKraken Desktop V11.0.0 中的更新
特性
- GitKraken AI: A seamless extension of your development workflow, GitKraken AI automates tedious tasks to improve your efficiency and focus.
- Commit Message Generation
- You'll now be able to generate clear, meaningful commit messages based on your code changes in just a click.
- With a WIP selected, click on the sparkle icon in the commit message form to have GitKraken AI generate a commit message for you based on your staged changes.
- Explain Commits
- You can now get detailed summaries of changes...
Released: Mar 31, 2025
GitLens for VS Code V17.0 中的更新
特性
- Added support for GitKraken AI (Preview), powered by Google Gemini, included with all GitLens Pro subscriptions.
- Added expanded support for GitHub Copilot-provided AI models.
- Added an AI-powered "Create with AI" button to assist with creating pull requests for GitHub and GitLab.
- Added AI-powered changelog generation between two references.
- Added a 'Generate Changelog (Preview)...' command to the Command Palette.
- Added a 'Generate Changelog (Preview)...' context menu item to branches and tags...
Released: Mar 31, 2025
GitKraken CLI V3.0.1 中的更新
修补程序