Skip to content

Commit ecff5dd

Browse files
committed
9.1 images and copy for RN
1 parent cb933de commit ecff5dd

File tree

9 files changed

+60
-0
lines changed

9 files changed

+60
-0
lines changed

_images/Amend-Stash-graph.png

481 KB
Loading

_images/Bypass.png

365 KB
Loading

_images/Encoding-Preferences.png

224 KB
Loading

_images/File-encoding-DIFF.png

239 KB
Loading

_images/WSL2.png

1.45 MB
Loading

_images/insights-toggle.png

637 KB
Loading

_images/interactive-rebase-drop.png

684 KB
Loading

_images/sort-columns.gif

374 KB
Loading

gitkraken-client/current.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,66 @@ _Read the [full release notes](https://help.gitkraken.com/gitkraken-client/curre
6161
- Fixed an issue where manually inputting the token to login with GitHub would not save the token for the Github Provider.
6262
- Fixed a timing issue that caused branches not to show when relaunching the app from a Workspace.
6363

64+
### Improved WSL 2 Support
65+
66+
We’ve heard that WSL is an essential part of many of our users’ development setup, and as WSL's popularity continues to grow, we’re excited to start offering some improvements for users working in this environment. To give users an opportunity to have a more native-like experience as quickly as possible, we’ve improved the Linux version of GitKraken Client to fix common issues when operating within a WSL 2 environment.
67+
68+
With 9.1, users may now install GitKraken Client in a WSL 2 distribution with WSLg and better work with their Linux repos. For the best experience, we recommend users install GitKraken Client both on their Windows machine as well as their WSLg Linux distro. This allows users to quickly swap between GitKraken Client on each of their operating systems.
69+
70+
<img src="/wp-content/uploads/WSL2.png" class="img-responsive center img-bordered">
71+
72+
For more information about WSL 2 / WSLg, and the additional features we’ve introduced to better manage GitKraken Client in this environment, check out the [Help Center documentation](https://help.gitkraken.com/gitkraken-client/windows-subsystem-for-linux/).
73+
74+
### Workspace Improvements
75+
76+
Workspace columns can be sorted on Repositories, Issues, Pull Requests and WIP tables. This should help you better organize your Focus View or Team View.
77+
78+
<img src="/wp-content/uploads/sort-columns.gif" class="img-responsive center img-bordered">
79+
80+
GitKraken Insights is now available for Cloud Workspaces connected to Azure DevOps, which should help Azure DevOps users measure how fast pull requests get merged.
81+
82+
<img src="/wp-content/uploads/Insights-Azure.png" class="img-responsive center img-bordered">
83+
84+
And all GitKraken Insights metrics now have a dropdown for changing the time period between a 7 day or 14 day time period for licensed users.
85+
86+
<img src="/wp-content/uploads/insights-toggle.png" class="img-responsive center img-bordered">
87+
88+
### Quality of Life Boosts
89+
90+
#### Amend Stash Messages
91+
92+
Users may now amend stash messages which should make renaming stashes a breeze. Just right-click a stash in the graph and then click “Edit stash message.”
93+
94+
<img src="/wp-content/uploads/Amend-Stash-graph.png" class="img-responsive center img-bordered">
95+
96+
You may also right click on a stash in the Left Panel to access the same option.
97+
98+
#### Bypass Git Hooks
99+
100+
Another request from users — you may now bypass Git Hooks when committing. To bypass, first stage changes in a repo with Git Hooks enabled and then start typing your commit message.
101+
102+
<img src="/wp-content/uploads/Bypass.png" class="img-responsive center img-bordered">
103+
104+
You may then click this split button option to commit and bypass the Git Hook.
105+
106+
#### Encoding Support
107+
108+
GitKraken Client 9.1 comes with new encoding support for ISO-8859-1, Windows-1252, and many more. To update the encoding for the app’s File Diff view, navigate to Preferences > Encoding and set your encoding selection for the repository.
109+
110+
<img src="/wp-content/uploads/Encoding-Preferences.png" class="img-responsive center img-bordered">
111+
112+
Alternatively, from any file diff in GitKraken Client, click this dropdown menu in the top right to change your encoding preference.
113+
114+
<img src="/wp-content/uploads/File-encoding-DIFF.png" class="img-responsive center img-bordered">
115+
116+
Of the two options, we recommend users to change the default encoding in their Preferences. That way you’ll be able to read all diffs with the correct characters.
117+
118+
#### Interactive Rebase “Drop”
119+
120+
And finally, when setting up an Interactive Rebase, you may now set the first commit to `Drop`.
121+
122+
<img src="/wp-content/uploads/interactive-rebase-drop.png" class="img-responsive center img-bordered">
123+
64124
***
65125
<a id="v9-0-1"></a>
66126
## Version 9.0.1

0 commit comments

Comments
 (0)