Skip to content

Commit c7c049b

Browse files
committed
Updates release notes and experimental git features
1 parent 8edcf5d commit c7c049b

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

gitkraken-client/current.md

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

1717
***
1818

19+
<a id="v10-0-2"></a>
20+
## Version 10.0.2
21+
22+
### Tuesday, June 4th, 2024
23+
24+
### Improvements 🙌
25+
- Repository Management tab:
26+
- The search bar will be automatically focused when accessing the Repository Management tab.
27+
- Custom Workspace icons will now show in the collapsible section header.
28+
- Your scroll position will be saved when returning to the Repository Management tab.
29+
- After creating a new Workspace, the Workspace will be expanded and scrolled to automatically.
30+
- User avatars will show in the section header of any shared Cloud Workspace.
31+
- Experimental Feature - Git Executable:
32+
- Added push tag support.
33+
34+
### Bug Fixes 🐛
35+
- Experimental Feature - Git Executable:
36+
- Fixed an issue where continuing a rebase would fail after a conflict if the current commit message started with `#`.
37+
- Fixed an issue where the client would fail to load Bitbucket Server users.
38+
39+
***
40+
1941
<a id="v10-0-1"></a>
2042
## Version 10.0.1
2143

gitkraken-client/experimental-features.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ Find below a list of features using the Git binary if the Git Executable experim
8181
- Added checkout suppport.
8282
- LFS improvements by calling git-lfs directly.
8383

84+
**Added in 10.0:**
85+
- Added stage files support
86+
- Added unstage files support
87+
- Added stash support
88+
- Added support for Git Credential Manager on SSH settings
89+
90+
**Added in 10.0.2:**
91+
- Added push tag support.
92+
8493
---
8594

8695
### AI Commit Message Generation

0 commit comments

Comments
 (0)