We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 026e711 + 5487ef5 commit bb31626Copy full SHA for bb31626
app/package.json
@@ -3,7 +3,7 @@
3
"productName": "GitHub Desktop",
4
"bundleID": "com.github.GitHubClient",
5
"companyName": "GitHub, Inc.",
6
- "version": "3.4.3-beta2",
+ "version": "3.4.3-beta3",
7
"main": "./main.js",
8
"repository": {
9
"type": "git",
changelog.json
@@ -1,5 +1,9 @@
1
{
2
"releases": {
+ "3.4.3-beta3": [
+ "[Added] Add Zed as an external editor option for Linux - #18962. Thanks @adil192!",
+ "[Fixed] Allow pushing to gists - #19009"
+ ],
"3.4.3-beta2": [
"[Added] Shift + F10 opens context menu's on macOS",
"[Fixed] The copy button announces when clicked in VoiceOver."
0 commit comments