Skip to content

Commit c941f6e

Browse files
add last minute bug fixes and fix typo
1 parent 6c376a6 commit c941f6e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

gitkraken-client/current.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,19 @@ _“Insights get a solo 🎻”_
3232
- GitKraken Insights in Workspaces:
3333
- GitKraken Insights has been moved from the Pull Request page to its own Insights page.
3434
- 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.
3636
- 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.
3838

3939
### 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.
4344
- 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.
4546
- Improved performance of `View all files` on large repositories.
46-
47+
4748

4849
### Bug Fixes 🐛
4950
- 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 🎻”_
5758
- ...When GitKraken's integration permissions have been revoked externally (e.g. from the GitHub website).
5859
- ...When a Jira administrator attempts to view the issues of a private project which they do not have permission to view.
5960
- 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.
6162
- 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."
6264
- 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.
6366

6467
***
6568

0 commit comments

Comments
 (0)