Skip to content

Commit

Permalink
Release 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Sep 4, 2024
1 parent 1472d15 commit c2aeb59
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion app/src/lib/feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ export const enableLinkUnderlines = enableDiffCheckMarksAndLinkUnderlines
export const enableExternalCredentialHelper = () => true
export const enableCredentialHelperTrampoline = () => true

export const enableCustomIntegration = enableBetaFeatures
export const enableCustomIntegration = () => true
18 changes: 18 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c2aeb59

Please sign in to comment.