Skip to content

Commit 99b9730

Browse files
committed
Release 3.3.4-beta2
1 parent 89a832e commit 99b9730

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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.3.4-beta1",
6+
"version": "3.3.4-beta2",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"releases": {
3+
"3.3.4-beta2": [
4+
"[Fixed] Screen readers announce contents of app error dialogs - #17479",
5+
"[Added] Added Cursor support on macOS - #17462. Thanks @bjorntechCarl!",
6+
"[Fixed] Screen readers announce contents of abort multi-commit operation confirmation dialogs - #17478",
7+
"[Fixed] Pasting long texts in the commit summary textbox does not show a scrollbar in the left pane - #17472",
8+
"[Improved] Added accessibility label to filter textbox in the History tab - #17488",
9+
"[Improved] Improved clarity of the structure of dialogs by using `h2` elements for their titles - #17483",
10+
"[Improved] Display co-authors button additional information when it's focused via keyboard navigation - #17464",
11+
"[Improved] When focusing the rebase/merge/squash button, screen readers announce the outcome of the operation - #17448"
12+
],
313
"3.3.4-beta1": [
414
"[Fixed] Close button in release notes dialog can be clicked - #17438",
515
"[Fixed] Scrolling works as expected in the \"Commit Reachability\" dialog - #17421",

0 commit comments

Comments
 (0)