What's Changed
- Merge pull request #124 from gadfly3173/fix/launcher-tab
- ux: Use RepeatButton instead of Button to make ScrollIndicator support PointerPress operation
- fix: add ScrollViewer event handler to disable scroll indicators based on scroll position
- fix: Fixed ScrollViewer rebounding when scrolling to the right
- feature: add hotkeys
Ctrl+Shift+P
(on Windows/Linux) and⌘+,
(on macOS) to openPreference
dialog - ux: style for auto fetch interval input widget (#123)
- Merge pull request #123 from gadfly3173/feat/auto-fetch-interval
- feat: Add config of auto fetch interval
- Merge pull request #122 from gadfly3173/fix/dictionary-exception
- fix: avoid potential IndexOutOfRangeException in Models.User
- localization: add native menu item header labels
- fix: use NativeMenuItemSeparator instead of NativeMenuItem
- feature: move main menu to macOS system menu bar
- code_review: PR #120
- Merge pull request #120 from gadfly3173/fix/handle-select-changed
- fix: update search filter selected commit after Histories selected commit changed
- ux: do not show
/dev/null
in DiffView for new file - fix: add missing script to start from commandline on linux
- readme: force update contributors
- fix: issue cause by commit eeb6abb
- fix: avoid duplicated nodes being added into the repository tree
- enhance: keep repository tree sorted by name
- code_style: use
?:
operator instead ofif...else
- fix: welcome page should use a shared singleton instance to manage and filter repositories (#117)
- localization: update copyright
- feature: enhance the behaviour of closing the last tab
- Merge pull request #116 from gadfly3173/fix/worktree-branch-switch
- fix: Fixed the problem that the switching branch of the worktree repo is not displayed
Full Changelog: v8.11...v8.12