Merge pull request #18325 from desktop/releases/3.3.12

Release 3.3.12
This commit is contained in:
tidy-dev 2024-03-20 11:47:01 +00:00 committed by GitHub
commit 3c1c1de8c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.3.12-beta3",
"version": "3.3.12",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,12 @@
{
"releases": {
"3.3.12": [
"[Fixed] On Windows, PATH environment variable with values longer than 1024 are not truncated - #18244",
"[Improved] Added semantic and keyboard accessible check all button for a groups of consecutive selectable rows in the diff - #18201",
"[Improved] Prevent upgrading from macOS 10.13 and 10.14 as soon to be unsupported - #18316",
"[Improved] Update banners will only dismiss when closing with the dismiss button - #18319",
"[Improved] Add the \"link\" role to the \"Open pull request\" button in tutorial sidebar - #18245"
],
"3.3.12-beta3": [
"[Fixed] Bring back support for macOS 10.13 and 10.14 and prevent upgrading from them - #18316",
"[Fixed] Added announcing the number of results to the diff search via screen readers - #18306",