Skip to content

Commit

Permalink
Bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Jan 20, 2025
1 parent f43f822 commit eaabef1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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.13",
"version": "3.4.14",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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"
],
Expand Down

0 comments on commit eaabef1

Please sign in to comment.