You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-client/current.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,19 @@ _“Insights get a solo 🎻”_
32
32
- GitKraken Insights in Workspaces:
33
33
- GitKraken Insights has been moved from the Pull Request page to its own Insights page.
34
34
- Added a "Last updated date" timestamp.
35
-
- Added a refresh button for an easier time updating Insights metrics.
35
+
- Added a refresh button for an easier time updating Insights metrics.
36
36
- Azure DevOps Workspaces:
37
-
- Users may now create a manually managed Azure DevOps Workspace from a Workspace synced with an Azure Project.
37
+
- Users may now create a manually managed Azure DevOps Workspace from a Workspace synced with an Azure Project.
38
38
39
39
### Improvements 🙌
40
-
- Git Executable
41
-
- Added support for SSH commit signing while using the Git Executable. Commit signing will need to be configured in your gitconfig for now (via `gpg.format`, `user.signingKey`, and `gpg.ssh.allowedSignersFile`).
42
-
- Added support for SSH strict host key checking.
40
+
- Git Executable:
41
+
- The Git Executable feature will now be enabled by default for all GitKraken Client users.
42
+
- Added support for SSH commit signing while using the Git Executable. Commit signing will need to be configured in your gitconfig for now (via `gpg.format`, `user.signingKey`, and `gpg.ssh.allowedSignersFile`). Note that actions that do not currently use the Git Executable (like rebasing) will still use GPG for signing.
43
+
- Added support for SSH strict host key checking.
43
44
- Resize commit messages in the Commit Panel to see more (or less) of the message.
44
-
- First select a commit in the graph to access the resize handle for the commit message in the Commit Panel.
45
+
- First select a commit in the graph to access the resize handle for the commit message in the Commit Panel.
45
46
- Improved performance of `View all files` on large repositories.
46
-
47
+
47
48
48
49
### Bug Fixes 🐛
49
50
- Pull request panel will once again auto-populate with the commit message when the pull request contains only one commit.
@@ -57,9 +58,11 @@ _“Insights get a solo 🎻”_
57
58
- ...When GitKraken's integration permissions have been revoked externally (e.g. from the GitHub website).
58
59
- ...When a Jira administrator attempts to view the issues of a private project which they do not have permission to view.
59
60
- Fixed an issue where Local Workspaces were not loading.
60
-
- Fixed an issues with adding or viewing Workspaces in the breadcrumbs for repos without a remote.
61
+
- Fixed issues with adding or viewing Workspaces in the breadcrumbs for repos without a remote.
61
62
- Fixed an issue where Jira issue types were not loaded after selecting a Jira project.
63
+
- Fixed an issue where Cherry Picks / Revert completion messages falsely claimed that, "the current branch already has all changes from the commit."
62
64
- Fixed an issue where button labels were missing when signing in with SSO and more than one provider is available.
65
+
- Fixed an issue where many auto-fetches could queue up in the background.
0 commit comments