Skip to content

Release 8.24

Compare
Choose a tag to compare
@love-linger love-linger released this 05 Aug 02:53
· 1956 commits to master since this release
v8.24
36e035d

What's Changed

  • New regex for tag name: ^(?!\.)(?!/)(?!.*\.$)(?!.*/$)(?!.*\.\.)[\w\-\./]+$
  • Open folder dialog from Open Repository in Weclome page will starts from default clone dir.
  • Fix the issue that sometimes open repository with filters enabled crashes this application.
  • Add a toggle button in Preference dialog to only use monospace font in code editor.
  • Do not change global core.autocrlf when user not set it yet.
  • Supports checkout branch/commit by double click commit in histories view.
  • Add an auto complete box for searching commits by file path.
  • Rewrite amend behavior.
  • Remove Discard context menu item and text diff view button from staged changes.
  • Add tooltip for page tab to show repository's path.
  • Add locale for pt_BR (Brazilian Portuguese).
  • Add locale for de_DE (German).
  • Add -m 1 to git revert command to support reverting merge commit.
  • Add linux-arm64 target to Github Action.
  • Fetching avatar from avatars.githubusercontent.com for emails ends with @users.noreply.github.com.
  • Fix the issue that the first _ character is missing in context menu item.
  • Register to directory MimeType to open folders for Linux.
  • Several UX/Theme changes.

New Contributors

Full Changelog: v8.23...v8.24