Skip to content

Commit 8f1bb3d

Browse files
authored
Merge pull request #203 from vicenter-gitkraken/9-13-release-notes
9.13 Release Notes and Help Center updates
2 parents 3b4489e + a8a22ec commit 8f1bb3d

File tree

3 files changed

+57
-19
lines changed

3 files changed

+57
-19
lines changed

gitkraken-client/azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GitKraken allows you to connect to Azure DevOps (formerly VSTS), which will help
1515
* Clone from Azure DevOps repo list
1616
* Identify Azure DevOps repos with remote avatars on graph
1717
* Add remotes for Azure DevOps repos
18-
* Create and view Pull Requests
18+
* Create and view Pull Requests, including the option to add Reviewers.
1919

2020

2121
***

gitkraken-client/current.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,56 @@ Check out our [GitKraken Roadmap](https://www.gitkraken.com/git-client/roadmap)
1616

1717
***
1818

19+
<a id="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.
67+
68+
***
1969
<a id="v9-12-0"></a>
2070
## Version 9.12.0
2171

gitkraken-client/experimental-features.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ Find below a list of features using the Git binary if the Git Executable experim
7575
**Added in 9.12.0:**
7676
- Added clone support.
7777

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+
7884
---
7985

8086
### AI Commit Message Generation
@@ -168,21 +174,3 @@ To delete a cloud path, right-click it and select `Delete Cloud Patch`.
168174
#### Self-Hosting Cloud Patch data
169175

170176
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.
185-
186-
<img src='/wp-content/uploads/gkc-commit-graph-settings.png' class='img-bordered img-responsive center'>
187-
188-
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

Comments
 (0)