This commit is contained in:
Markus Olsson 2024-05-23 16:11:10 +02:00
parent b80f540b63
commit 207a84c8e9
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -1,5 +1,10 @@
{
"releases": {
"3.3.19-beta2": [
"[Fixed] Support multiple accounts for remote urls that differ in path - #18676, #18651",
"[Fixed] Refreshing repository indicators will not invalidate credentials - #18622",
"[Improved] The generic git auth dialog contents are announced to users of screen readers - #18670"
],
"3.3.19-beta1": [
"[Fixed] Clear stored credentials when authentication fails on insecure http hosts - #18588"
],