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
Copy file name to clipboardExpand all lines: gitkraken-client/current.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,58 @@ Check out our [GitKraken Roadmap](https://www.gitkraken.com/git-client/roadmap)
16
16
17
17
***
18
18
19
+
<aid="v9-11-0"></a>
20
+
## Version 9.11.0
21
+
22
+
_"Don't be so tight-fisted with that patch. Or actually, do be?"_
23
+
24
+
### Wednesday, December 13th, 2023
25
+
26
+
### New ✨
27
+
- Added new actions to Focus View items:
28
+
- Merge pull request
29
+
- Close pull request
30
+
- Update issue status
31
+
- Mark issue as closed
32
+
- Open pull request/issue in the browser
33
+
- Added new ways to share Cloud Patches:
34
+
- You can now set link permissions on your Cloud Patch links to allow access to `Anyone with the link`, `Anyone in my org`, or `Only collaborators`.
35
+
- You can now share Cloud Patches directly with members of your organization by selecting specific users when creating a Cloud Patch.
36
+
- You can now view Cloud Patches shared with you in the Cloud Patches Left Panel section under `Shared with Me`.
37
+
- You can now create Cloud Patches from the Command Palette (<kbd>Ctrl/Cmd+P</kbd>).
38
+
- You can now use the left and right arrow keys (as well as `h` and `l`) to navigate between a commit in the Commit Graph and the first file in that commit.
39
+
40
+
### Improvements 🙌
41
+
- Experimental Feature - Git Executable:
42
+
- Added merge support.
43
+
- Add pull support when the selected branch is not active.
44
+
- Added new log level (GIT_SILLY) to get extra info about `git` and `ssh` commands in logs.
45
+
- Added new UI Customization setting in preferences to use generic hosting service icons in `branch/tags`.
46
+
47
+
### Bug Fixes 🐛
48
+
- The commit message view in the Commit Panel now resizes properly when rebasing.
49
+
- Fixed an issue where SSH signed tags would display the signature in their tooltip.
50
+
- Fixed an issue where pull requests for GitHub Enterprise would not load in Workspaces.
51
+
- Fixed an issue where dragging a Commit Graph label onto a Left Panel branch could present a fast-forward option for the wrong remote.
52
+
- Fixed an issue where you could not scroll horizontally on the Commit Graph using the mouse wheel or the two-finger scroll on a trackpad.
53
+
- Fixed an issue where navigating between commits using the up and down keys did not move the vertical scroll bar if the `branch/tag` column was hidden in the Commit Graph.
54
+
- Fixed an issue where the Commit Graph could display a black region after closing an issue view.
55
+
- Fixed an issue where the Commit Graph would not always take you to the commit when searching.
56
+
- Fixed an issue where grouped `branch/tag` nodes would not expand after losing focus on Windows and Linux.
57
+
- Fixed an issue where synced Azure Workspaces would have duplicate entries in the repositories page.
58
+
- Moved the `branch/tag` icons after their name label in the Commit Graph.
59
+
- Fixed a case where the Focus View was in an infinite loading state if no issue tracker is selected.
60
+
- Fixed an issue where detached heads were displayed in the `TAGS` section instead of the `BRANCH` section of the Left Panel.
61
+
- Fixed an issue where the context menu would not display when dragging a tag into a local branch.
62
+
- Fixed an issue where cloning repos from Workspaces would not work if at least 1 repo failed to fetch data.
63
+
- Fixed flicker on commit selection when holding up/down on the Commit Graph.
64
+
- Improved performance in the Commit Graph when moving between commits using the up/down keys.
65
+
- Fixed an issue where inviting users to an organization would silently fail.
66
+
- Added missing options for `detached head` context menu: `Copy commit sha`, `Solo`, `Hide`, `Create patch` and `Create cloud patch`.
67
+
- Fixed an issue where Gitlab Self Managed Workspaces would not load repos, merge requests, or issues if a repo was deleted.
0 commit comments