Skip to content

Commit 4b3647f

Browse files
committed
Prepare release notes for v3.5.6-alpha4
1 parent 170b3a1 commit 4b3647f

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
GitHub Desktop Plus v3.5.6-alpha4
2+
3+
## **Changes and improvements:**
4+
5+
- The keyboard shortcut for showing Worktrees (`Ctrl+E`) now works even if worktrees are disabled in the Appearance settings. Thanks @devxoul!
6+
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.
8+
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).
10+
11+
- When comparing two branches, the correct tab ("Ahead" or "Behind") is now selected by default based on the relationship between the branches.
12+
13+
14+
## **Fixes:**
15+
16+
- Cloning repositories by URL is no longer broken.
17+
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.

.github/github-desktop-plus_relase_notes.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
- name: Read release notes
260260
id: release_notes
261261
run: |
262-
RELEASE_NOTES_FILE=".github/github-desktop-plus_relase_notes.md"
262+
RELEASE_NOTES_FILE=".github/github-desktop-plus-release-notes.md"
263263
TITLE=$(head -n 1 "$RELEASE_NOTES_FILE")
264264
BODY=$(tail -n +3 "$RELEASE_NOTES_FILE")
265265
echo "title=$TITLE" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)