diff --git a/app/package.json b/app/package.json index cbd0504220..94d7643323 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.7-beta3", + "version": "3.3.7", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 1fc8ad20cf..9897b72650 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,28 @@ { "releases": { + "3.3.7": [ + "[Fixed] Merge branch dialog's merge preview no longer shows stale merge check data - #17929", + "[Fixed] Co-authors are restored as such when a commit is amended - #17879", + "[Fixed] Tags with commas are no longer truncated to the first comma - #17952", + "[Fixed] The \"Reveal in Finder\" context menu option in the conflict resolution dialog no longer causes Finder to be unresponsive - #17933", + "[Fixed] Clicking on the commit message length warning does not close the squash commit dialog - #17966", + "[Fixed] Fix Alacritty bundle ID on macOS - #17940. Thanks @JannesMeyer!", + "[Fixed] Merge branch dialog no longer shows flickering merge preview when switching branches - #17948. Thanks @GengShengJia!", + "[Fixed] Diff no longer jumps when scrolling after pressing expansion buttons - #17776", + "[Fixed] Use list semantics in job step lists for improved accessibility - #17855", + "[Fixed] Fix heading levels used in dialogs for improved accessibility - #17848", + "[Improved] Replace the \"Default branch name for new repositories\" radio button setting with a more accessible and inclusive textbox input and description - #17844", + "[Improved] The \"You're Done\" header is focused after tutorial completion so it is announced and screen reader users are made aware of the completion screen - #17835", + "[Improved] Checkboxes always have unique id's for label association - #17839", + "[Improved] Better visibility of checkbox focus indicator - #17842", + "[Improved] Improve inclusivity and clarification of branch name change warning. - #17866", + "[Improved] Focus moves to closest expansion button or diff container after expansion - #17499", + "[Improved] Tooltips can be dismissed with the escape key - #17823, #17836", + "[Improved] Semantically grouping our settings radio and checkbox groups so their group headers will be announced to screen reader users. - #17787", + "[Improved] The \"Other\" email description is announced on input focus in the git config form - #17785", + "[Improved] Move the repository list on the \"Let's get started!\" screen to the left hand side so it can be the first logical tab placement. - #17821", + "[Improved] Increased the specificity of the \"Sign In\" and \"Sign Out\" buttons in the Account settings - #17794" + ], "3.3.7-beta3": [ "[Fixed] Merge branch dialog's merge preview no longer shows stale merge check data - #17929", "[Fixed] Co-authors are restored as such when a commit is amended - #17879",