Merge pull request #13796 from desktop/releases/2.9.7-beta1

Release 2.9.7-beta1
This commit is contained in:
tidy-dev 2022-02-02 04:02:48 -05:00 committed by GitHub
commit 715888ccab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 deletions

View file

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

View file

@ -165,5 +165,5 @@ export function enablePullRequestQuickView(): boolean {
/** Should we enable high-signal notifications? */
export function enableHighSignalNotifications(): boolean {
return enableDevelopmentFeatures()
return __DARWIN__ ? enableBetaFeatures() : enableDevelopmentFeatures()
}

View file

@ -1,5 +1,21 @@
{
"releases": {
"2.9.7-beta1": [
"[New] Initial support for system notifications when checks fail in macOS - #13655",
"[Added] Support pushing workflow files for GitHub Actions to GitHub Enterprise Server - #13640",
"[Added] Support CLion as an external editor - #13739. Thanks @Pinzauti!",
"[Fixed] Fix close button in full screen mode on macOS - #12838",
"[Fixed] Commit message dialog background styles match dialog - #13606",
"[Fixed] Ensure job steps on pull request check run list are always present - #13531",
"[Improved] Take alias into account when sorting repositories - #13429",
"[Improved] Upgrade to Electron v14.2.3 - #13689",
"[Improved] Support avatars on GitHub Enterprise Server - #13719",
"[Improved] Fetch before trying to follow a URL link to a specific branch - #13641. Thanks @Bestra!",
"[Improved] Add \"View on GitHub\" context menu option to repository list items - #13227. Thanks @lhvy!",
"[Improved] Signal when a commit summary is getting long - #2055. Thanks @Twixes!",
"[Improved] Check run group headers and checks stay in view while scrolling the sub checks or job steps. - #13532",
"[Improved] Remove unnecessary punctuation in appearance settings- #13715. Thanks @Pinzauti!"
],
"2.9.6": [
"[Added] View and re-run the check runs for the checked out pull request.",
"[Fixed] Tooltip improvements and polish - #13452 #13449",