Skip to content

Commit 862de7b

Browse files
committed
Release v3.5.7-beta3
1 parent 9a57e15 commit 862de7b

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
GitHub Desktop Plus v3.5.7-alpha3
1+
GitHub Desktop Plus v3.5.7-beta3
22

3-
## **Changes and improvements:**
4-
5-
- Branch lists are now sorted by *"Last modified"* by default. You can return to an alphabetical sort order by changing the "Sort branches" setting in the Appearance settings. Thanks @kurtextrem!
3+
Upstream: [GitHub Desktop 3.5.7-beta3 release notes](https://github.com/desktop/desktop/releases/tag/release-3.5.7-beta3)
64

7-
- The changes list in a commit now supports *multi-select* (`Ctrl+Click`, `Shift+Click`) to allow copying several file paths at once.
5+
## **Changes and improvements:**
86

9-
- Added the option to see *absolute dates* in the commit history. You can enable this in the Appearance settings.
7+
- We now support **multiple app windows**! To use them, either select **File > Open new window**, use the keyboard shortcut `Ctrl+Alt+N` (`Cmd+Option+N` on macOS), or right-click on a repository in the repo list and select **Open repository in new window**. Thank you @hewigovens!
108

11-
- **Debian / Ubuntu / Linux Mint / Pop!_OS / Zorin OS**: The `sources.list` file now specifies the supported architectures, which should prevent warnings when running `apt`. Thanks @arfshl!
9+
- Allow users to hide the "Compare" tab in the commit list.
10+
While I wouldn't recommend hiding it, if all your repositories have a single branch or you just never use this feature, you can now remove it in **File > Options > Appearance**.
1211

1312

1413
## **Fixes:**
1514

16-
- **macOS**: The x86 (Intel) build of the app should now launch correctly.
15+
- Fixed a crash when attempting to add a repository with an SSH remote URL that doesn't start with `git@`. Thank you @coocoo1112!
16+
17+
- Fixed a problem in the welcome flow where the text in the Enterprise URL textbox appeared reversed. Thank you @coocoo1112!
1718

18-
- **Windows / macOS**: Removed an incorrect update error message in the "About" dialog.
19+
- Fixed the infamous *"cannot read property 'path' of undefined"* error when launching the terminal (Ctrl+`) without configuring a terminal first.

app/src/main-process/menu/build-default-menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function buildDefaultMenu({
119119
accelerator: 'CmdOrCtrl+N',
120120
},
121121
{
122-
label: __DARWIN__ ? 'Open new window' : 'Open new window',
122+
label: __DARWIN__ ? 'Open new window' : 'Open new window',
123123
id: 'new-window',
124124
click: emit('open-new-window'),
125125
accelerator: 'CmdOrCtrl+Alt+N',

0 commit comments

Comments
 (0)