Skip to content

Commit 8d98778

Browse files
authored
Merge pull request desktop#17501 from desktop/releases/3.3.4-beta2
Release 3.3.4-beta2
2 parents 6c214b8 + 1d08d03 commit 8d98778

File tree

2 files changed

+12
-1
lines changed

2 files changed

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

0 commit comments

Comments
 (0)