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
- Git Executable has been enabled for all On-Premise users to allow Git to directly perform actions like fetch, commit, and much more instead of the Nodegit library.
34
+
- Users may toggle the setting from <kbd>Preferences > Experimental</kbd>.
35
+
- On-Premise and Serverless clients now also benefit from the new first time user experience.
36
+
37
+
38
+
### New ✨
39
+
40
+
- Workspaces got a power boost:
41
+
- Invite individuals from your GitKraken Org to a Workspace.
42
+
- Pull all repos in a Workspace using the <kbd>Pull all</kbd> button located in the Repositories page.
43
+
- ✨ Preview feature: Added a `Complexity` column to the Workspace Focus View, Team View, and Pull Requests page:
44
+
- Complexity is a scale of 1 to 4 that scores a pull request’s complexity based on:
45
+
- Number of lines changed
46
+
- Number of files change
47
+
- Number of commits made
48
+
49
+
### Improvements 🙌
50
+
- Git Executable has been enabled for all GitKraken Client users to allow Git to directly perform actions like fetch, commit, and much more instead of the Nodegit library.
51
+
- Provides performance improvements for fetch, commit, and more.
52
+
- Users may toggle the setting off or on from <kbd>Preferences > Experimental</kbd>.
53
+
- Note: This update will be slowly rolled out within the first week of the 9.5 release.
54
+
- New user experience improvements:
55
+
- New users may now start with one of their Cloud Workspaces when launching the app for the first time.
56
+
- When starting with a Cloud Workspace, the Workspace now opens on the Repositories view.
57
+
- During onboarding, users can configure SSH keys for integrations.
58
+
- Improved the URL clone user interface on the new user onboarding.
59
+
- Workspace improvements:
60
+
- Added single dropdown to change the time period for all `GitKraken Insights` metrics.
61
+
- Added additional options to locate or clone a repository when checking out a branch or viewing a Pull Request from a Workspace.
62
+
- Updated messaging when opening the Workspace and no integration is connected.
63
+
- Improved syntax highlighting and additional language support in the GitHub Pull Request View.
64
+
- Added icons in Pull Request View timeline for comments, requested changes, and reviews.
65
+
- Added logging for Git commands with GitKraken Client log system.
66
+
- Requires enabling both the “Git Executable” setting from <kbd>Preferences > Experimental</kbd> and the `Use extended logging in activity log` setting from <kbd>Preferences</kbd>.
67
+
- Support viewing Git hook output using Git Executable feature.
68
+
- Added option to close login modal using the `Esc` key.
69
+
70
+
71
+
72
+
### Bug Fixes 🐛
73
+
- Fixed case where Git binary wouldn’t fetch from `HTTPS` remotes on older Linux distros (ex. CentOS-7).
74
+
- Fixed case where Git binary wouldn’t fetch from `HTTPS` remotes in Snap installs.
75
+
- Fixed issue where editing working directory files while multiple commits were selected caused diff display issues for selected commit range.
76
+
- Fixed delay with loading spinner appearing.
77
+
- Fixed UI display issue with long emails in the sample commit during the first time user onboarding.
78
+
- Fixed various “unique key prop” errors in Workspaces.
79
+
- Azure Issues status now reflects the status options on the main Azure app.
80
+
- Fixed an issue where users were shown an upgrade button in the issue view panel when the issue’s repo is not cloned or located.
81
+
- Fixed an issue where the Workspace search bar would disappear.
82
+
- Fixed an issue where the Workspace repository page would not load a repo’s ahead/behind data.
83
+
- Git binary no longer incorrectly uses bundled SSH instead of system's OpenSSH when `Use Local Agent`”` setting is enabled.
0 commit comments