Merge branch 'development' into releases/3.2.7

This commit is contained in:
tidy-dev 2023-07-26 11:09:42 -04:00
commit 1fca1257a2
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -1,5 +1,12 @@
{
"releases": {
"3.2.8-beta1": [
"[Fixed] Fix not recognizing remote for partial clone/fetch - #16284. Thanks @mkafrin!",
"[Fixed] Fix association of repositories using nonstandard usernames - #17024",
"[Improved] Add aria-label and aria-expanded attributes to diff options button - #17062",
"[Improved] Screen readers announce number of pull requests found after refreshing the list - #17031",
"[Improved] The context menu for the History view items can be invoked by keyboard shortcuts - #17035"
],
"3.2.7": [
"[Fixed] Improved performance when selecting and viewing a large number of commits - #16880",
"[Fixed] Fix crash using Edit -> Copy menu when no text is selected in the diff - #16876",