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
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,56 @@ Check out our [GitKraken Roadmap](https://www.gitkraken.com/git-client/roadmap)
16
16
17
17
***
18
18
19
+
<aid="v9-13-0"></a>
20
+
## Version 9.13.0
21
+
22
+
_“So like, how many versions will 9.X go before finally jumping to 10.X?”_
23
+
24
+
### Wednesday, March 6th, 2024
25
+
26
+
### New ✨
27
+
- Added the ability to add reviewers to a new Azure Devops PR.
28
+
- Select users from your Azure DevOps project to be a reviewer or required reviewer in the `Create Pull Request` panel.
29
+
30
+
### Improvements 🙌
31
+
32
+
- Focus View is improved to make it even easier to take action on your most important work. Open the Focus View tab to see an actionable list of your PRs, Issues, and WIPs.
33
+
- Focus View will now show hosting service connection status from the `Hosting Service` dropdown, and provide a link to `Preferences` if not connected.
34
+
- Added the ability to select a repo for issues in the Focus View that are not tied to a repository.
35
+
- Selecting a Cloud Workspace in the `Workspace` dropdown in the Focus View now ensures the correct hosting service for that Workspace is selected.
36
+
- Experimental Feature - Git Executable:
37
+
- Added rebase support.
38
+
- Added pull (rebase) support.
39
+
- Added checkout suppport.
40
+
- LFS improvements by calling git-lfs directly.
41
+
- Upgraded to Electron 28.
42
+
- Upgraded libgit2 to 1.7.2.
43
+
44
+
### Bug Fixes 🐛
45
+
- Fetch:
46
+
- Fixed an issue where a remote can't be fetched again until GitKraken Client is restarted.
47
+
- Fixed an issue on macOS where GitKraken Client might not find the GPG path.
48
+
- Fixed an issue where Jira Issues for the Focus View would not load if the token was expired.
49
+
- Fixed an issue where the Focus View filter `Needs my review` would show reviewed pull requests.
50
+
- Fixed a regression where a remote couldn't be fetched while a different remote was already fetching.
51
+
- Fixed a regression where fetch spinners on remotes in the Left Panel would take a long time to appear.
52
+
- When trying to fetch while a remote is already auto-fetching in the background, the fetch spinner will appear on the remote and any error that occurs will be shown.
53
+
- Experimental Feature - Git Executable:
54
+
- Fixed an issue with LFS repositories where credentials were blocking the application in some cases.
55
+
- Focus View:
56
+
- Fixed an issue where Focus View items were not sorted.
57
+
- Fixed an issue where Focus View items would not be removed when merged (pull requests) or set to done (issues).
58
+
- Fixed an issue where pull requests would not load in the Focus View when filtering with a Bitbucket Workspace.
59
+
- There is still a known issue where pull requests from a forked repository will not appear unless the base and fork are both within the Workspace.
60
+
- Fixed an issue where the Focus View would appear in Self-Hosted and Serverless clients
61
+
- Workspaces:
62
+
- Fixed an issue where Azure DevOps Workspaces would show duplicate repositories in the repositories page.
63
+
- Improved reliability at loading Workspace repositories.
64
+
- Background colors for added/removed lines in the diff editor now correctly respect theme variables.
65
+
- Fixed an issue where line endings were not honored when merging LFS pointers when AutoCRLF is enabled.
66
+
- Fixed an issue where, if the user became logged out, GitKraken Client wouldn't acknowledge that the user was logged out and wouldn't allow the user to log back in.
Copy file name to clipboardExpand all lines: gitkraken-client/experimental-features.md
+6-18Lines changed: 6 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,12 @@ Find below a list of features using the Git binary if the Git Executable experim
75
75
**Added in 9.12.0:**
76
76
- Added clone support.
77
77
78
+
**Added in 9.13.0:**
79
+
- Added rebase support.
80
+
- Added pull (rebase) support.
81
+
- Added checkout suppport.
82
+
- LFS improvements by calling git-lfs directly.
83
+
78
84
---
79
85
80
86
### AI Commit Message Generation
@@ -168,21 +174,3 @@ To delete a cloud path, right-click it and select `Delete Cloud Patch`.
168
174
#### Self-Hosting Cloud Patch data
169
175
170
176
If you do not want your Cloud Patch data stored on GitKraken Servers, we offer the ability for you to host Cloud Patches on your own AWS S3 storage instance. For more information on configuring this, see our documentation [here](/gk-dev/gk-dev-home/#self-hosted).
171
-
172
-
---
173
-
174
-
### New Commit Graph
175
-
176
-
We have updated to an improved commit graph to offer more customization. The new commit graph is on by default but can be temporarily disabled from `Preferences > Experimental > Enable new commit graph`.
177
-
178
-
Some additional features currently offered by the new commit graph include:
179
-
180
-
- A "Compact Graph Column" option from Commit Graph settings gear.
181
-
- Drag and drop to reorder columns.
182
-
- Added inline commit descriptions.
183
-
184
-
To access the Compact Graph Column or add/remove columns, select the gear icon at the top right of the commit graph.
If you do experience issues, or have any other feedback, please reach out to us [Contact Support](https://help.gitkraken.com/gitkraken-client/contact-support/?issue_category__customer_facing_field_=Experimental+feedback&subject=GitKraken+Client+Experimental+feedback).
0 commit comments