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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ _"Don't be so tight-fisted with that patch. Or actually, do be?"_
35
35
- You can now share Cloud Patches directly with members of your organization by selecting specific users when creating a Cloud Patch.
36
36
- You can now view Cloud Patches shared with you in the Cloud Patches Left Panel section under `Shared with Me`.
37
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.
38
+
- You can now use the left and right arrow keys (as well as <kbd>h</kbd> and <kbd>l</kbd>) to navigate between a commit in the Commit Graph and the first file in that commit.
39
39
40
40
### Improvements 🙌
41
41
- Experimental Feature - Git Executable:
42
42
- Added merge support.
43
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.
44
+
- Added new log level `GIT_SILLY` to get extra info about `git` and `ssh` commands in logs.
45
45
- Added new UI Customization setting in preferences to use generic hosting service icons in `branch/tags`.
46
46
47
47
### Bug Fixes 🐛
@@ -64,7 +64,9 @@ _"Don't be so tight-fisted with that patch. Or actually, do be?"_
64
64
- Improved performance in the Commit Graph when moving between commits using the up/down keys.
65
65
- Fixed an issue where inviting users to an organization would silently fail.
66
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.
67
+
- Fixed an issue where GitLab Self-Managed Workspaces would not load repos, merge requests, or issues if a repo was deleted.
68
+
- Fixed an issue where some deep links may not be recognized by GitKraken Client.
69
+
- Fixed an issue where patch files containing multi-byte characters could fail to apply.
0 commit comments