|
1 | | -GitHub Desktop Plus v3.5.8 |
| 1 | +GitHub Desktop Plus v3.5.9-beta1 |
2 | 2 |
|
3 | | -Upstream: [GitHub Desktop 3.5.8 release notes](https://github.com/desktop/desktop/releases/tag/release-3.5.8) |
| 3 | +Upstream: [GitHub Desktop 3.5.9-beta1 release notes](https://github.com/desktop/desktop/releases/tag/release-3.5.9-beta1) |
4 | 4 |
|
5 | | ---- |
6 | | - |
7 | | -## **Changes and improvements:** |
8 | | - |
9 | | -- [#105] We now support displaying **worktrees in the repository sidebar** list. Thank you @ignatremizov! |
10 | | - To enable it, go to `File` > `Options` > `Appearance` and check the box for "Show worktrees in repository sidebar". |
11 | | - |
12 | | -- [#129] When the current local branch is ahead and behind the remote branch, added a new **Reset and pull** option to the pull dropdown. This will discard your local commits and pull the latest changes from the remote branch (similar to the existing "Force push" option but the other way around). |
| 5 | +- The upstream now supports absolute date formats, so we have removed our fork-specific patch for that. |
| 6 | + You can find the new date format settings in `File` > `Options` > `Appearance`, including the option "Prefer absolute dates over relative". |
13 | 7 |
|
14 | | -- [#131] You can now change the font family and size that will be used in the diff view. Thank you @kingdo10! |
15 | | - To change the font settings, go to `File` > `Options` > `Appearance`. |
16 | | - |
17 | | -- [#126] When creating a new worktree, [.worktreeinclude](https://code.claude.com/docs/en/common-workflows#copy-gitignored-files-to-worktrees) files are now respected, and the files specified in them will be copied to the new worktree. |
18 | | - |
19 | | -- Show a frendlier error message when trying to delete a worktree or branch with uncommitted changes. |
| 8 | +--- |
20 | 9 |
|
21 | 10 | ## **Fixes:** |
22 | 11 |
|
23 | | -- Worktrees that contain submodules can now be deleted without errors. |
| 12 | +- [#119] **Windows:** Fetching a repository will no longer hang indefinitely in some situations. |
24 | 13 |
|
25 | | -- The "Pull all" button now correctly pulls changes in linked worktrees as well. |
| 14 | +- [#143] **Linux:** Fix arm64 binary by rebuilding x86_64 native dependencies. |
26 | 15 |
|
27 | | -- [#130] Fixed a visual bug where the hovered commit was not highlighted when using drag and drop to squash commits. |
| 16 | +- [#139] Fixed missing padding in the text of some buttons. |
28 | 17 |
|
29 | | -- Fixed a problem where some context menus (*"Open with ..."*) displayed the globally configured external editor name instead of the repository-specific one. |
| 18 | +- Performing a merge with conflicts in a linked worktree now displays the conflicts dialog correctly. |
0 commit comments