Skip to content

Release 8.8

Compare
Choose a tag to compare
@love-linger love-linger released this 15 Apr 01:46
· 285 commits to master since this release

What's Changed

  • Merge pull request #73 from walterlv/master
  • Fix windows terminal startup directory
  • code_style: remove unused name declaration
  • refactor: re-design toolbar of Views.DiffView
  • refactor: detecting programs from the PATH environment variable instea…
  • code_style: run dotnet format to apply rules defined in .editorconfig
  • Merge pull request #69 from gadfly3173/feat/diff-file-mode
  • refactor: remove duplicate ObjectConverters, remove unused using
  • Merge pull request #70 from gadfly3173/fix/gpg-select
  • fix: use TextTrimming alternative PathConverters
  • fix: enhance diff view by truncating long file paths with ellipsis and…
  • fix: change file mode status postion to right
  • feat: show git file mode change if exist
  • fix: GPG executable file input didn't echo after selected
  • Merge branch 'fix/stage-list-count' into develop from PR #68
  • code_review: review PR #68
  • code_style: private functions should appear after all public functions
  • feat: shows the number of files in the current list on unstaged and staged lists
  • fix: Fixed the problem that the AvaloniaRider plugin on Windows cannot…
  • feature: supports resolving multiple conflicts at once.
  • readme: add tips for Windows users
  • ux: change MaxHeight of commit message to 64 to ensure that there are …
  • enhance: use --force to override local refs if it is mismatched with remote's
  • ux: disable TextEditor hyperlinks (#65)
  • resource: update all icons to 64x64 (since we use this icons in 16x16 size)
  • enhance: use diff command instead of show command to get changes o…
  • feature: support Meld as an external merge tool on Linux platform
  • ux: add icons for external merge tools
  • Merge branch 'feature/powershell_supports' into develop
  • ci: change the ci branch to develop
  • ux: macOS main menu position
  • fix: deepin-terminal commandline argument format
  • ux: use RenderOptions.BitmapInterpolationMode="HighQuality" for shell icons
  • feature: add supports to deepin-terminal
  • fix: Windows Terminal is not a built-in app on Windows 10
  • fix: the system default powershell.exe does not recognize the -Working…
  • enhance: add -WorkingDirectory and -Nologo arguments for PowerShell
  • refactor: external tools and shells
  • feature: add powershell support for Windows

New Contributors

Full Changelog: v8.7...v8.8