diff --git a/app/package.json b/app/package.json index ece930e9b3a..77b8149c7a5 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.13", + "version": "3.4.14", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 0cfe8efadb5..1a0ea5b9648 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,18 @@ { "releases": { + "3.4.14": [ + "[Added] Add Ghostty shell integration - #19777. Thanks @aelew!", + "[Fixed] No extra new line is prepended to `.gitignore` when adding to a non-existent `.gitignore` file - #19279. Thanks @GWDx!", + "[Fixed] Fix Branch List context menu showing pull request option when none exists - #19711. Thanks @DylanDevelops!", + "[Fixed] The Thank You banner is announced by VoiceOver - #19734", + "[Fixed] The \"Showcase Update Banner\" and \"OS version No Longer Supported Banner\" announce their messages when using VoiceOver.", + "[Fixed] Showcase update banner's \"x\" button will dismiss the banner.", + "[Improved] Desktop's CLI no longer communicates with the app via protocol handlers - #19733", + "[Improved] Defer expensive path validation until it's required - #19694", + "[Removed] Remove the tooltip on the CI status indicator - #19735", + "[Removed] Drop support for Atom, invoke editors directly - #19744", + "[Removed] The \"Accessibility Settings\" announcement banner is removed." + ], "3.4.13": [ "[Fixed] Mitigates several vulnerabilities related to Git's credential helper protocol - CVE-2025-23040, CVE-2024-50349, CVE-2024-52006, CVE-2024-50338, CVE-2024-53263" ],