Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@bjackman bjackman released this 30 Jan 13:48
· 2 commits to master since this release

Fixed

  • Make shutdown a bit more responsive
  • Don't send database references over the global notif channel
  • Bias event-loop towards user action
  • Discard revisions if more than 1024
  • Fix integer underflow
  • Fix terminal flickering with dumb hack
  • Don't panic on dropped notifications
  • Throttle the number of concurrent test jobs
  • Throttle the number of git commands run in parallel

Other

  • Revert "fix: Don't hold database locks from UI code"
  • Fixup failure message
  • Comment on semaphore
  • More verbose logging for Git output mysteries
  • Fix GitHub release link
  • Update stale comment
  • Make Worktree::git a private method
  • Turn Worktree::git into an async method
  • Remove unused impl params