Merge pull request #13840 from desktop/releases/2.9.7-beta2

Release 2.9.7 beta2
This commit is contained in:
tidy-dev 2022-02-07 13:49:00 -05:00 committed by GitHub
commit f027f597ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "2.9.7-beta1",
"version": "2.9.7-beta2",
"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 __DARWIN__ ? enableBetaFeatures() : enableDevelopmentFeatures()
return enableBetaFeatures()
}

View file

@ -1,5 +1,10 @@
{
"releases": {
"2.9.7-beta2": [
"[New] Initial support for system notifications when checks fail in Windows - #13655",
"[Fixed] Fix CLI tool on macOS Monterey - #13764. Thanks @spotlightishere!",
"[Improved] Upgrade to Electron v16.0.8 - #13814"
],
"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",