diff --git a/app/package.json b/app/package.json index 13f537f6577..96d321645df 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.4.4-beta3", + "version": "3.4.4", "main": "./main.js", "repository": { "type": "git", diff --git a/app/src/lib/feature-flag.ts b/app/src/lib/feature-flag.ts index 9fc25996b20..3f400840b19 100644 --- a/app/src/lib/feature-flag.ts +++ b/app/src/lib/feature-flag.ts @@ -99,4 +99,4 @@ export const enableLinkUnderlines = enableDiffCheckMarksAndLinkUnderlines export const enableExternalCredentialHelper = () => true export const enableCredentialHelperTrampoline = () => true -export const enableCustomIntegration = enableBetaFeatures +export const enableCustomIntegration = () => true diff --git a/changelog.json b/changelog.json index fbe1b82e0e7..acc5639473a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,23 @@ { "releases": { + "3.4.4": [ + "[New] Add support for custom editors and shells - #18954", + "[Added] Add Cursor support on macOS - #17462. Thanks @bjorntechCarl!", + "[Added] Add JetBrains RustRover support - #18802. Thanks @Radd-Sma!", + "[Fixed] The \"Create a New Repository\" dialog allows creation of repositories in repository subfolders - #19137", + "[Fixed] Stop improper announcement of \"dialog\" role on the autocompletion suggestions popover - #19114", + "[Fixed] The \"Open a Pull Request\" and \"About\" dialog's headings are announced via NVDA - #19107", + "[Fixed] The branch selection popover in the \"Open a Pull Request\" dialog does not close on filter clearing - #19106", + "[Fixed] The contrast ratio of icon in the diff file warnings is at least 3:1 - #19097", + "[Fixed] The \"Push Local Changes\" confirmation dialog users \"alertdialog\" role such that screen readers announce entire dialog contents - #19098", + "[Fixed] Emoji's provide descriptions for screen readers - #19101", + "[Fixed] Only ask for SSH credentials for the selected repository and only delete them after an authentication error - #19019", + "[Improved] Screen readers will announce when users expand context in a diff - #19128", + "[Improved] The squash dialog provides visual input labels - #19100", + "[Improved] The search inputs across the app provide visual labeling in the form of a search icon - #19103", + "[Improved] Use CmdOrCtrl+Q for Exit shortcut on Linux - #19093. Thanks @shiftkey!", + "[Improved] Add support for Gnome Console, LXTerminal and Warp shells on Linux - #19092. Thanks @shiftkey!" + ], "3.4.4-beta3": [ "[Fixed] The custom editor and shell integrations handles when there are no predefined editors or shells - #19160", "[Fixed] The \"Create a New Repository\" dialog allows creation of repositories in repository subfolders - #19137",