Skip to content

Prowl 2026.7.4

Latest

Choose a tag to compare

@onevcat onevcat released this 03 Jul 15:51

New

  • The diff view now shows a render-in-progress indicator when diffing and painting large files takes a moment, so it's clear the app hasn't stalled.

Fixed

  • Fixed a crash that could occur during repository loading when duplicate worktree paths were detected.
  • Fixed the diff view getting stuck showing a render error with no way to recover; refreshing or reselecting the file now retries the render.
  • Fixed a race condition where switching worktrees or refreshing quickly could leave stale diff content on screen.

Improved

  • Selecting a file in the diff view now applies immediately instead of always waiting for a fixed delay; only rapid successive switches between files are debounced, avoiding the flash you'd see when flicking through several files quickly.