Skip to content

Releases: dropseed/review

v0.0.57

06 Mar 18:32
v0.0.57
b5b305a

Choose a tag to compare

Fixes

  • Fixed symbol tree showing all symbols as "added" for renamed files — old content is now fetched using the original file path
  • Fixed "b/" prefix appearing in filenames in the guided review diff viewer for new files

v0.0.56

06 Mar 17:05
v0.0.56
f9ea3cd

Choose a tag to compare

  • 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

06 Mar 16:00
v0.0.55
d4ec6bd

Choose a tag to compare

  • Fixed diff view showing empty content for new files when reviewing a branch that isn't currently checked out

v0.0.54

05 Mar 19:43
v0.0.54
c20ccab

Choose a tag to compare

  • 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

04 Mar 21:59
v0.0.53
d49ba41

Choose a tag to compare

  • 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

04 Mar 21:17
v0.0.52
d98485a

Choose a tag to compare

  • 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

04 Mar 17:52
v0.0.51
5a346e2

Choose a tag to compare

  • Add case-sensitive toggle to sidebar search panel
  • Fix diff view not letting user stay scrolled to the bottom

v0.0.50

04 Mar 03:47
v0.0.50
cecfbdd

Choose a tag to compare

  • 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

03 Mar 17:19
v0.0.49
b330856

Choose a tag to compare

  • 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

03 Mar 03:42
v0.0.48
376d583

Choose a tag to compare

  • Fixed guided review crashing when viewing new or untracked files