You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.