GitKraken のリリース
Released: Jan 14, 2025
GitKraken Desktop V10.6.1 での更新項目
機能
- 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 context...
Released: Dec 18, 2024
GitLens for VS Code V16.1 での更新項目
機能
- 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
GitKraken Desktop V10.6.0 での更新項目
機能
- 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 may...
Released: Nov 14, 2024
GitLens for VS Code V16.0 での更新項目
機能
- 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 close (x...
Released: Nov 12, 2024
GitKraken Desktop V10.5.0 での更新項目
機能
- 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 from...
Released: Nov 4, 2024
GitKraken CLI V2.1.2 での更新項目
不具合の修正
- Fixed crash when creating a draft not tied to a Pull Request.
Released: Oct 22, 2024
GitKraken Desktop V10.4.1 での更新項目
機能
- You can now add a reviewer when creating GitLab or GitLab Self-Managed merge requests.
- Experimental Feature - Git Executable:
- Added support for amending and rewording the latest (HEAD) commit, providing full support for SSH commit signing.
- The Show All button in the left panel now only appears when there are hidden branches, remotes, or tags.
- Old app update notifications will now automatically be marked as read on update.
不具合の修正
- Fixed an issue where GitKraken would prompt for credentials on...
Released: Oct 7, 2024
GitLens for VS Code V15.6 での更新項目
機能
- Added Cursor support. Cursor users can now take full advantage of GitLens commands, views and functionality, including account login and sign-up, within Cursor.
- Added monospace formatting in commit messages.
- Added new ${authorFirst} and ${authorLast} commit formatting tokens that can be used in inline blame, commit hovers, etc.
- Added a new 'Create New Branch' button to the Commit Graph toolbar.
- Added the ability to force push from the Commit Graph toolbar.
- Added a new gitlens.launchpad...
Released: Oct 1, 2024
GitKraken Desktop V10.4.0 での更新項目
機能
- New Launchpad filters allow you to get a more focused view of your next sprint or milestone.
- You can now see and filter by Jira fix versions and sprints in Launchpad.
- You can now see and filter by GitHub and GitLab milestones in Launchpad.
- Insights has moved to GitKraken.dev, offering greater control and visibility into key project metrics.
- Clicking on the Insights icon for a Cloud Workspace in the Repo Management tab will now direct you to Insights for that Workspace on GitKraken.dev...
Released: Sep 12, 2024
GitLens for VS Code V15.5 での更新項目
機能
- Added a gitlens.views.showCurrentBranchOnTop setting to specify whether the current branch is shown at the top of the views.
- Added a sidebar to the Commit Graph.
- It shows counts of branches, remotes, stashes, tags, and worktrees.
- Clicking an item reveals it's corresponding view.
- Preview access of Launchpad is ending on September 27th.
- Improved the branch comparisons in views to automatically select the base or target branch.
- Removed (disables) legacy "focus" editor.
不具合の修正