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
- GitKraken Insights has been moved from the Pull Request page to its own Insights page.
34
+
- Added a "Last updated date" timestamp.
35
+
- Added a refresh button for an easier time updating Insights metrics.
36
+
- Azure DevOps Workspaces:
37
+
- Users may now create a manually managed Azure DevOps Workspace from a Workspace synced with an Azure Project.
38
+
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.
43
+
- 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
+
- Improved performance of `View all files` on large repositories.
46
+
47
+
48
+
### Bug Fixes 🐛
49
+
- Pull request panel will once again auto-populate with the commit message when the pull request contains only one commit.
50
+
- When the experimental "Git Executable" feature is enabled, SSH settings for specific integrations will no longer be overridden by the SSH agent.
51
+
- Cloud Workspaces:
52
+
- Fixed Azure DevOps projects not appearing when creating/editing a Cloud Workspace.
53
+
- Fixed `MENTIONED` and `ASSIGNED TO ME` filters on Azure DevOps Cloud Workspaces.
54
+
- Cloud Workspaces that have already been fetched will no longer disappear when there is an interruption fetching Cloud Workspaces (such as losing connection to the Internet).
55
+
- Fixed an issue of `cannot read properties of null (reading 'match')` when using the Git Executable experimental feature.
56
+
- Failure cases in Workspaces have better error messaging to tell the user what is wrong:
57
+
- ...When GitKraken's integration permissions have been revoked externally (e.g. from the GitHub website).
58
+
- ...When a Jira administrator attempts to view the issues of a private project which they do not have permission to view.
59
+
- 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 an issue where Jira issue types were not loaded after selecting a Jira project.
0 commit comments