Skip to content

Commit 04a5bd7

Browse files
committed
Release v3.5.6.6
1 parent ff5b7e4 commit 04a5bd7

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
GitHub Desktop Plus v3.5.6-alpha4
1+
GitHub Desktop Plus v3.5.6-alpha5
22

33
## **Changes and improvements:**
44

5-
- The keyboard shortcut for showing Worktrees (`Ctrl+E`) now works even if worktrees are disabled in the Appearance settings. Thanks @devxoul!
5+
- **Windows:** GitHub Desktop Plus is now available for installation using **winget**. Thanks @guplem!
6+
To install it, simply run the following command in your terminal:
7+
```powershell
8+
winget install polrivero.GitHubDesktopPlus
9+
```
610

7-
- Added support for [GitLab subgroups](https://docs.gitlab.com/user/group/subgroups/). For example: `https://gitlab.com/my-org/subgroup/my-repo` will now be correctly parsed and displayed.
11+
- Allow displaying the **branch name** next to the repository name in the repository list. Thanks @guplem!
12+
- To enable this feature, go to **File > Options > Appearance > "Show current branch name next to repository name"** and select either *"Always"* or *"When it's not the default branch"*.
13+
- I personally recommend the *"When it's not the default branch"* option, to quickly identify repositories that may have work in progress.
14+
- Remember that you can right-click any branch in the branch list and select **"Set as default branch"**.
815

9-
- Trying to undo an already pushed commit will now show a confirmation dialog. This change was made to avoid accidentally undoing commits when the user intended to *"Revert"* (create a new, opposite commit) instead of *"Undo"* (remove the last commit).
16+
- The "Worktrees" selector has been moved to the left of the branch selector, so the order is now: **Worktrees | Branches | Pull/Push**. Thanks @devxoul!
1017

11-
- When comparing two branches, the correct tab ("Ahead" or "Behind") is now selected by default based on the relationship between the branches.
18+
- Renamed the context menu item "Make the Default Branch" to "Set as Default Branch".
1219

20+
- Improved the error messages when using the "Pull all" button with unpublished branches.
1321

1422
## **Fixes:**
1523

16-
- Cloning repositories by URL is no longer broken.
24+
- The package name in Windows has been changed to `GitHubDesktopPlus`, so it should no longer conflict with the official GitHub Desktop app. Now, both apps can be installed and should work without interfering with each other.
1725

18-
- The "Checkout commit" and "Cherry pick" context menu items now work correctly when the commit list is filtered (by typing in the search box or by comparing branches).
19-
20-
- When comparing the current branch with another branch, dragging commits from the commit list onto the current branch will now trigger a cherry-pick operation instead of being ignored.
26+
- Improved visibility of **unpushed branches** in the branch list by using a higher-contrast color in light mode and using bold text.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This is an **up-to-date** fork of [GitHub Desktop](https://desktop.github.com) w
2121
### General:
2222

2323
- Experimental support for **multiple accounts** of the same endpoint (e.g. multiple GitHub accounts).
24+
- Support for **Git Worktrees**: view and manage all your worktrees in the same repository, with the ability to easily switch between them.
2425
- **Bitbucket** and **GitLab** integration:
2526
- Clone repositories from within the app.
2627
- Preview and create pull requests.
@@ -35,6 +36,7 @@ This is an **up-to-date** fork of [GitHub Desktop](https://desktop.github.com) w
3536
### Repositories list:
3637

3738
- "**Pull all**" button to fetch and pull all your repositories at once.
39+
- Allow showing the **current branch name** next to the repository name.
3840
- Allow **hiding** the "**Recent**" repositories section.
3941
- Allow customizing the **repository groups** to better organize your repositories (right click on a repository and select "Change group name").
4042

0 commit comments

Comments
 (0)