Merge pull request #17831 from desktop/releases/3.3.7-beta1

Release 3.3.7-beta1
This commit is contained in:
tidy-dev 2023-12-06 18:30:00 +00:00 committed by GitHub
commit f1ac8b4f3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "3.3.6",
"version": "3.3.7-beta1",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,14 @@
{
"releases": {
"3.3.7-beta1": [
"[Fixed] Diff no longer jumps when scrolling after pressing expansion buttons - #17776",
"[Improved] Focus moves to closes expansion button or diff container after expansion - #17499",
"[Improved] Tooltips can be dismissed with the escape key - #17823",
"[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.6": [
"[Fixed] Previewing a pull request with a deleted image file no longer errors with \"The path does not exist on disk\". - #17659",
"[Fixed] Empty lines are included when copying text from diffs - #17652",