Merge pull request #14972 from desktop/releases/3.0.5-beta1

Release 3.0.5-beta1
This commit is contained in:
Sergio Padrino 2022-07-18 13:32:36 +02:00 committed by GitHub
commit 37a3183240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -1,5 +1,8 @@
{ {
"releases": { "releases": {
"3.0.5-beta1": [
"[Fixed] Surface again Git's warning about unsafe directories and provide a way to trust repositories not owned by the current user"
],
"3.0.4": ["[Improved] Upgrade embedded Git to 2.35.4"], "3.0.4": ["[Improved] Upgrade embedded Git to 2.35.4"],
"3.0.4-beta1": ["[Improved] Upgrade embedded Git to 2.35.4"], "3.0.4-beta1": ["[Improved] Upgrade embedded Git to 2.35.4"],
"3.0.3": [ "3.0.3": [