Merge pull request #14039 from desktop/releases/2.9.11-beta1

Release 2.9.11-beta1
This commit is contained in:
tidy-dev 2022-03-01 13:00:33 -05:00 committed by GitHub
commit 1f9ead6c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

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

View file

@ -1,5 +1,15 @@
{
"releases": {
"2.9.11-beta1": [
"[Added] Add tooltip to show types of file changes in a commit - #13957. Thanks @uttiya10!",
"[Fixed] Discarding submodules with spaces in their relative path now correctly updates the submodule instead of moving it to Trash - #14024",
"[Fixed] Prevent crash report dialog from appearing when launching on macOS Catalina or earlier - #13974",
"[Fixed] Pre-fill clone path with repository name - #13971",
"[Fixed] Allow discarding changes in scenarios where they cannot be moved to Trash - #13888",
"[Fixed] \"Create New Repository\" dialog preserves the path set from \"Add Local Repository\" dialog - #13909",
"[Fixed] Treat the old and new format of private email addresses equally when showing commit attribution warning - #13879",
"[Fixed] Repositories containing untracked submodules no longer display a duplicated first character on Windows - #12314"
],
"2.9.10": [
"[New] Initial support for system notifications when checks fail - #13655",
"[Fixed] Unicode emoji on Windows are rendered in the correct position - #13958",