mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Merge pull request #12788 from desktop/releases/2.9.1-beta3
Release 2.9.1-beta3
This commit is contained in:
commit
ed0f3367a9
2 changed files with 7 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue