Skip to content

Commit 5afdf89

Browse files
committed
First draft of release notes
Formatting check still needed
1 parent 4119074 commit 5afdf89

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

gitkraken-client/current.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,70 @@ Behold the evolution of GitKraken Client! Find out what’s new, what’
1414

1515
Check out our [GitKraken Roadmap](https://www.gitkraken.com/git-client/roadmap) to see what we’re working on.
1616

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

1882
***
1983
<a id="v9-4-0"></a>

0 commit comments

Comments
 (0)