Skip to content

Commit deff725

Browse files
authored
Merge pull request desktop#17748 from desktop/releases/3.3.6-beta3
Release 3.3.6-beta3
2 parents 43cc52a + 1019dd9 commit deff725

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.6-beta2",
6+
"version": "3.3.6-beta3",
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.6-beta3": [
4+
"[Fixed] A copied full line from a diff now includes a trailing newline - #17652",
5+
"[Fixed] Squash dialog is not shown again after finishing another squashing operation where uncommitted changes were present and had to be stashed - #17627",
6+
"[Improved] The conflicts resolution dialog now has a success banner that is screen reader announced that summarize actions taken - #17687",
7+
"[Improved] Added the ability to open your global .gitconfig file in your selected external editor - #17544. Thanks @DylanDevelops!",
8+
"[Improved] Fixed `Github` -> `GitHub` typo in repository settings - #17697. Thanks @WilliamDavidHarrison!",
9+
"[Improved] Reordering commits is now keyboard accessible - #17671",
10+
"[Improved] Prevent possible duplicate announcement of button labeling to screen reader users - #17706",
11+
"[Improved] Prevent multiple announcing of success banners with Windows NVDA screen reader - #17705"
12+
],
313
"3.3.6-beta2": [
414
"[Fixed] Empty lines are included when copying text from diffs - #17652"
515
],

0 commit comments

Comments
 (0)