File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,28 @@ Check out our [GitKraken Roadmap](https://www.gitkraken.com/git-client/roadmap)
16
16
17
17
***
18
18
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
+
19
41
<a id =" v10-0-1 " ></a >
20
42
## Version 10.0.1
21
43
Original file line number Diff line number Diff line change @@ -81,6 +81,15 @@ Find below a list of features using the Git binary if the Git Executable experim
81
81
- Added checkout suppport.
82
82
- LFS improvements by calling git-lfs directly.
83
83
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
+
84
93
---
85
94
86
95
### AI Commit Message Generation
You can’t perform that action at this time.
0 commit comments