Skip to content

Commit

Permalink
Merge pull request desktop#19095 from desktop/releases/3.4.4-beta1
Browse files Browse the repository at this point in the history
Release 3.4.4-beta1
  • Loading branch information
sergiou87 authored Aug 12, 2024
2 parents d1fe97d + 4f78274 commit 2a1de56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.3",
"version": "3.4.4-beta1",
"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 = enableDevelopmentFeatures
export const enableCustomIntegration = enableBetaFeatures
8 changes: 7 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"releases": {
"3.4.4-beta1": [
"[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] Only ask for SSH credentials for the selected repository and only delete them after an authentication error - #19019"
],
"3.4.3": [
"[Added] Add Zed as an external editor option for Linux - #18962. Thanks @adil192!",
"[Fixed] Allow pushing to gists - #19009",
"[Added] Shift + F10 opens context menu's on macOS",
"[Fixed] Allow pushing to gists - #19009",
"[Fixed] The copy button announces when clicked in VoiceOver.",
"[Fixed] Context menu actions in the diff are accessible via keyboard - #18946",
"[Fixed] Add/Remove Co-authors hint text is positioned correctly when scrolling through the changes list - #18929",
Expand Down

0 comments on commit 2a1de56

Please sign in to comment.