Releases: dropseed/review
Releases · dropseed/review
v0.0.57
v0.0.56
- Reduced UI flashing when files change during active editing — refreshes no longer cause the window to visibly reload symbols and diffs while you're working
v0.0.55
- Fixed diff view showing empty content for new files when reviewing a branch that isn't currently checked out
v0.0.54
- Commits panel now shows inline stats (file count, additions, deletions) and colored author initials badges on each commit row, with visual separators between different authors
- Commits panel is scoped to the active comparison range and refreshes when the comparison changes
- Deleted branches are detected and shown with a warning in the reviews list
- Pressing the reveal keyboard shortcut now scrolls to the file in the browse panel
- Gitignored directories no longer show tracked files inside them in the browse tree
v0.0.53
- Guided review now automatically regenerates when hunks change (e.g., after amending a commit), with a visible countdown in both the header and sidebar
v0.0.52
- Improved scroll position preservation when reviewing diffs — approving or trusting a hunk no longer causes the view to jump. Scroll position is also better maintained during file edits and git state changes.
v0.0.51
- Add case-sensitive toggle to sidebar search panel
- Fix diff view not letting user stay scrolled to the bottom
v0.0.50
- Add case-sensitive toggle ("Aa" button / Alt+C) to global search
- Fix in-file search not scrolling to matches in diff view
- Show commit diffs inline in content area instead of modal
v0.0.49
- Diff view mode toggles (unified/split) are now independent per pane and no longer persist across files
- Fix crash when switching files while a line is highlighted in file view
- Fix deleted files not appearing in review when their parent directory doesn't exist
v0.0.48
- Fixed guided review crashing when viewing new or untracked files