Merge pull request #12788 from desktop/releases/2.9.1-beta3

Release 2.9.1-beta3
This commit is contained in:
Sergio Padrino 2021-08-17 18:59:10 +02:00 committed by GitHub
commit ed0f3367a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -1,5 +1,11 @@
{
"releases": {
"2.9.1-beta3": [
"[Added] Add support for IntelliJ CE for macOS - #12748. Thanks @T41US!",
"[Fixed] Render links in commit messages when they are at the beginning of a line - #12105. Thanks @tsvetilian-ty!",
"[Improved] Added support for more versions of JetBrains IDEs on Windows - #12778",
"[Improved] Windows users can use the system OpenSSH for their Git repositories - #5641"
],
"2.9.1-beta2": [
"[Added] Show number of lines changed in a commit - #11656",
"[Improved] Increase visibility of misattributed commit warning in dark mode - #12210",