Skip to content

Commit 8f7048c

Browse files
committed
Release 3.4.17-beta1
1 parent beb0904 commit 8f7048c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "GitHub Desktop",
44
"bundleID": "com.github.GitHubClient",
55
"companyName": "GitHub, Inc.",
6-
"version": "3.4.16",
6+
"version": "3.4.17-beta1",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"releases": {
3+
"3.4.17-beta1": [
4+
"[Fixed] Prevent crash when attempting to launch external editor with insufficient permissions - #19929",
5+
"[Fixed] Running the Desktop CLI on Windows no longer waits for Desktop to exit before exiting itself - #19916",
6+
"[Improved] Upgrade Electron to v34.0.1 - #19919",
7+
"[Removed] Remove support for macOS 10.15 - #19919"
8+
],
39
"3.4.16": [
410
"[Improved] Prevent upgrading from macOS 10.15 as soon to be unsupported - #19918"
511
],

0 commit comments

Comments
 (0)