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
-[Improved WSL 2 support](/gitkraken-client/current/#improved-wsl-2-support) for the Linux version of GitKraken Client.
31
+
- Users may now install GitKraken Client in a WSL 2 distribution with WSLg and work with their Linux repos.
32
+
- For the best experience, we recommend users also install GitKraken Client on their Windows machine to work with repos hosted outside their WSLg distribution.
33
+
- For installation or upgrade instructions, check out the [WSL 2 Help Center documentation](https://help.gitkraken.com/gitkraken-client/windows-subsystem-for-linux/).
- Workspace columns can now be sorted on Repositories, Issues, Pull Requests and WIP tables.
47
+
- All `GitKraken Insights` metrics now have a dropdown for changing the time period between 7 days or 14 days for licensed users.
48
+
- From the <kbd>Interactive Rebase</kbd> editor, the first commit can now be set `Drop`.
49
+
50
+
51
+
### Bug Fixes 🐛
52
+
- Fix submodules update being triggered twice during a Pull (rebase), Rebase, cherry-pick, revert commit, reset, checkout, or undo/redo.
53
+
- <kbd>Local Workspaces</kbd> may now be edited again while working offline.
54
+
- Users will now get a more helpful message when an integration fails to connect due to a problem with SSL certificate verification.
55
+
- When amending commit messages, the draggable resize handle will now correctly resize the text box.
56
+
- When amending commit/stash messages, the summary-line text input will now be focused automatically.
57
+
- Fixed an issue where Jira Server issues would not show up for a Workspace.
58
+
- Fixed a timing issue where Shared Workspaces would not show up for Organization owners if the user was not a team member of that Workspace.
59
+
- Fixed an issue where manually inputting the token to login with GitHub would not save the token for the Github Provider.
60
+
- Fixed a timing issue that caused branches not to show when relaunching the app from a Workspace.
61
+
62
+
### Improved WSL 2 Support
63
+
64
+
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.
65
+
66
+
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.
67
+
68
+
<imgsrc="/wp-content/uploads/wsl2.png"class="img-responsive center img-bordered">
69
+
70
+
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/).
71
+
72
+
### Workspace Improvements
73
+
74
+
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.
75
+
76
+
<imgsrc="/wp-content/uploads/sort-columns.gif"class="img-responsive center img-bordered">
77
+
78
+
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.
79
+
80
+
<imgsrc="/wp-content/uploads/insights-azure.png"class="img-responsive center img-bordered">
81
+
82
+
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.
83
+
84
+
<imgsrc="/wp-content/uploads/insights-toggle.png"class="img-responsive center img-bordered">
85
+
86
+
### Quality of Life Boosts
87
+
88
+
#### Amend Stash Messages
89
+
90
+
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.”
91
+
92
+
<imgsrc="/wp-content/uploads/amend-stash-graph.png"class="img-responsive center img-bordered">
93
+
94
+
You may also right click on a stash in the Left Panel to access the same option.
95
+
96
+
#### Bypass Git Hooks
97
+
98
+
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.
99
+
100
+
<imgsrc="/wp-content/uploads/bypass.png"class="img-responsive center img-bordered">
101
+
102
+
You may then click this split button option to commit and bypass the Git Hook.
103
+
104
+
#### Encoding Support
105
+
106
+
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.
107
+
108
+
<imgsrc="/wp-content/uploads/encoding-preferences.png"class="img-responsive center img-bordered">
109
+
110
+
Alternatively, from any file diff in GitKraken Client, click this dropdown menu in the top right to change your encoding preference.
111
+
112
+
<imgsrc="/wp-content/uploads/file-encoding-diff.png"class="img-responsive center img-bordered">
113
+
114
+
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.
115
+
116
+
#### Interactive Rebase “Drop”
117
+
118
+
And finally, when setting up an Interactive Rebase, you may now set the first commit to `Drop`.
119
+
120
+
<imgsrc="/wp-content/uploads/interactive-rebase-drop.png"class="img-responsive center img-bordered">
0 commit comments