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 performance when resizing the app window.
42
+
- This feature will be defaulted on for all users.
43
+
44
+
45
+
### Improvements 🙌
46
+
- Experimental Feature - Git Executable:
47
+
- Added revert commit support.
48
+
- Added pageant ssh agent support.
49
+
- Focus View now displays an issues status.
50
+
51
+
52
+
### Bug Fixes 🐛
53
+
- Experimental Feature - Git Executable:
54
+
- Fixed an issue where the commit graph would fail to load in some cases.
55
+
- Conflicting git config `fetch.pruneTags` will only be allowed for the main remote.
56
+
- Fixed a problem with remote actions when a non-standard SSH port was used.
57
+
- Fixed a problem in Git Executable with known_hosts file on Windows.
58
+
- Commit signing with SSH can now use a different SSH key than the one used for credentials.
59
+
- Fixed an issue where the commit message viewer did not change its height when clicked.
60
+
- Fixed a missing option to remove a repo for Azure Workspaces whose repos were manually added.
61
+
- Fixed an issue where locating an Azure repo in a Workspace did not save its location.
62
+
- Fixed a bug where GitLab issue descriptions would disappear when clicking the edit button in the issue view panel.
63
+
- Fixed an issue where some macOS icon sizes would look distorted.
64
+
- When immediately committing a cherry-pick or revert:
65
+
- If there is a conflict, hooks will not be executed.
66
+
- If there are no changes, no empty commit will be generated.
67
+
- Fixed an issue where repositories could not be deleted on Windows.
68
+
- Fixed an issue where the incorrect date/time format would sometimes display in the settings UI.
69
+
- Fixed an issue where the incorrect locale would sometimes be used for date/time formatting.
70
+
- Removed unnecessary scroll bars around the commit message field.
71
+
- Fixed the following issues with `gitkraken://` deep links:
72
+
- Fixed an issue where opening a deep link would prompt users to select a repo even if one of those repos is the active tab.
73
+
- Partially fixed an issue where opening a deep link would prompt users to select a repo, but only offer slightly-rephrased versions of the same file path. (Some issues are still known with regards to letter casing on Windows, and uncommon file paths.)
74
+
- Focus View no longer loads Jira Issues set to Done.
0 commit comments