Skip to content

Commit 1487db9

Browse files
authored
Merge pull request desktop#19043 from desktop/releases/3.4.3
Release 3.4.3
2 parents d5fbce2 + 2170ce9 commit 1487db9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.3-beta3",
6+
"version": "3.4.3",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"releases": {
3+
"3.4.3": [
4+
"[Added] Add Zed as an external editor option for Linux - #18962. Thanks @adil192!",
5+
"[Fixed] Allow pushing to gists - #19009",
6+
"[Added] Shift + F10 opens context menu's on macOS",
7+
"[Fixed] The copy button announces when clicked in VoiceOver.",
8+
"[Fixed] Context menu actions in the diff are accessible via keyboard - #18946",
9+
"[Fixed] Add/Remove Co-authors hint text is positioned correctly when scrolling through the changes list - #18929",
10+
"[Fixed] VoiceOver can now use browser mode on the diff. - #18935",
11+
"[Fixed] Increased contrast of several texts and icons in the app - #18922",
12+
"[Fixed] Add aria-expanded and aria-controls attributes to Stashed Changes button - #18924",
13+
"[Fixed] Hunk header text color contrast ratio is greater than 4.5:1 - #18916"
14+
],
315
"3.4.3-beta3": [
416
"[Added] Add Zed as an external editor option for Linux - #18962. Thanks @adil192!",
517
"[Fixed] Allow pushing to gists - #19009"

0 commit comments

Comments
 (0)