diff --git a/app/package.json b/app/package.json index 4b3b5e32e08..d6c80aba2dd 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.3.6-beta2", + "version": "3.3.6-beta3", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index e3e006790e5..39374778c4f 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,15 @@ { "releases": { + "3.3.6-beta3": [ + "[Fixed] A copied full line from a diff now includes a trailing newline - #17652", + "[Fixed] Squash dialog is not shown again after finishing another squashing operation where uncommitted changes were present and had to be stashed - #17627", + "[Improved] The conflicts resolution dialog now has a success banner that is screen reader announced that summarize actions taken - #17687", + "[Improved] Added the ability to open your global .gitconfig file in your selected external editor - #17544. Thanks @DylanDevelops!", + "[Improved] Fixed `Github` -> `GitHub` typo in repository settings - #17697. Thanks @WilliamDavidHarrison!", + "[Improved] Reordering commits is now keyboard accessible - #17671", + "[Improved] Prevent possible duplicate announcement of button labeling to screen reader users - #17706", + "[Improved] Prevent multiple announcing of success banners with Windows NVDA screen reader - #17705" + ], "3.3.6-beta2": [ "[Fixed] Empty lines are included when copying text from diffs - #17652" ],