Release notes for GitHub Desktop
Version3.4.19-beta2April 9, 2025
- FixedRight-clicking on selected files will keep those files selected in the changes list - #20319
- FixedLet credential helper prompt for the specific enterprise account used in a given repository - #20318
- FixedFix invalidated token dialog styling - #20317
- FixedFix indentation bug in split diff view - #18800. Thanks @iamarjunsuresh!
- FixedInitialize Integrations settings when opening it from a no-changes screen - #19807. Thanks @iamarjunsuresh!
- ImprovedReturn changes check all label to full row width for expanded click target area - #20282
Version3.4.19-beta1March 24, 2025
- NewAdd support for multiple enterprise accounts - #20227
- NewUsers can filter the changed files list - #20220
- FixedResizing the list of files in "Preview Pull Request" does not open/create the pull request - #20200
- FixedSection lists such as the repository list in the cloning dialog and the pull request list announce their labels to screen readers - #20184
- FixedThe added and removed prefixes of diff do not wrap making diff contents width equal in side by side diffs - #20191
- FixedImprove default README formatting - #20161. Thanks @OctCarp!
- FixedPressing Ctrl+A in the Find dialog now selects the search text instead of the diff content - #20049
- ImprovedThe radio options label in the "How do you plan to use this fork?" dialog reflects their purpose - #20183
- ImprovedThe radio controls in the create branch, stashing changes, and fork behavior dialogs have visual selection indicators - #20052
- ImprovedPromote use of GIT_CONFIG_PARAMETERS to production - #20198
- ImprovedUse the default, not text cursor in whitespace hint popover - #20153
Version3.4.18-beta2March 7, 2025
- FixedPrevent crash due to non-critical error - #20150
Version3.4.18-beta1March 3, 2025
Version3.4.17-beta3February 13, 2025
- FixedDialogs announce their titles on macOS Sequoia for VoiceOver users - #20009
- FixedThe commit button words are separated by spaces for screen reader users - #20011
- ImprovedAnnounce update progress in about dialog - #20018
- ImprovedButtons with dropdown caret that trigger context menus can be opened with down arrow - #20007
- ImprovedLinks that do not open external urls now have a role of button for improved screen reader semantics - #20010
- ImprovedEmail attribution warning only considers verified emails - #19968
Version3.4.17-beta2February 12, 2025
Version3.4.17-beta1February 3, 2025
Version3.4.16-beta2February 3, 2025
- ImprovedPrevent upgrading from macOS 10.15 as soon to be unsupported - #19918
Version3.4.16-beta1January 22, 2025
Version3.4.13-beta2January 15, 2025
- AddedAdd Ghostty shell integration - #19777. Thanks @aelew!
- FixedMitigates several vulnerabilities related to Git's credential helper protocol - CVE-2024-50349, CVE-2024-52006, CVE-2024-50338, CVE-2024-53263
- FixedNo extra new line is prepended to `.gitignore` when adding to a non-existent `.gitignore` file - #19279. Thanks @GWDx!