Skip to content

Release 8.11

Compare
Choose a tag to compare
@love-linger love-linger released this 06 May 04:21
· 147 commits to master since this release

What's Changed

  • Merge pull request #111 from dangreene0/develop
  • Switched workflow branch back to develop
  • Program packaged into tarball before uploaded to artifacts
  • enhance: hotkeys
  • Merge pull request #107 from dangreene0/develop
  • ux: macOS hotkey tips (#103)
  • Added ability to run program by default.
  • fix: disable removing repository at startup (#90)
  • feature: add a checkbox to also delete the tracking remote branch (#99)
  • ux: show tips if user is about to delete a remote branch (#99)
  • ux: macOS hotkey (#103)
  • enhance: use instead of Ctrl , instead of Alt for all hotkeys used by this app on macOS (#103)
  • fix: launch terminal in current user's home dir failed on macOS(#105)
  • fix: disable native system menubar on macOS (#106)
  • readme: add VSCodium tips
  • feature: supports open in/diff with VSCodium (#102)
  • Merge pull request #104 from gadfly3173/fix/keep-commit
  • fix: keep selected commit after _commits var reassigned
  • enhance: if current repository is a worktree of another repository, watch the gitdir to it's main repository's gitdir (#86)
  • code_style: rename BoolConverters.BoolToStarOrAutoGridLength to BoolConverters.ToStarOrAutoGridLength
  • Merge pull request #100 from gadfly3173/fix/base-info
  • Merge pull request #101 from gadfly3173/fix/linux-tar
  • build: copy .icns file into Linux archive
  • fix: Fixed the issue when the email address is too long and exceeds the scope of the StackPanel
  • code_style: rename platform_finder to platformFinder and run dotnet format to apply code style rules
  • ux: left margin of branch icon
  • Merge branch 'bogomolets-owl/develop' into develop (#98)
  • code_review: PR #98
  • Add checkout local changes handling
  • ux: hotkey tooltip in buttons
  • ci: fix wrong runtime identifier for linux
  • ci: use lowercase executable file name on linux; build packages for both Intel and Apple Silicon CPU architecture on macOS (#97)

New Contributors

Full Changelog: v8.10...v8.11