Skip to content

Releases: eddmann/revu

revu v0.4.0

07 Feb 15:25

Choose a tag to compare

Changed

  • Review export now saves to ~/.revu/{repo-name}-{timestamp}.md instead of .revu in the project root
  • Exported file path is copied to clipboard for easy pasting into agents
  • Renamed "Send to Agent" to "Export for Agent" throughout the UI

Removed

  • SKILL.md agent skill file — replaced by simpler clipboard-based workflow

revu v0.3.1

05 Feb 18:42

Choose a tag to compare

Changed

  • Redesigned comment cards with category icons, compact layout, and content preview limits
  • Enriched demo mode data and updated App Store screenshots

revu v0.3.0

02 Feb 16:56

Choose a tag to compare

Added

  • Tree-shakeable demo modes for App Store screenshots

revu v0.2.0

31 Jan 16:46

Choose a tag to compare

Added

  • Independent horizontal scrolling for split view panes, allowing each side to scroll separately
  • Comment navigation with keyboard shortcuts and clickable badges showing comment counts per file

revu v0.1.3

28 Jan 23:55

Choose a tag to compare

Fixed

  • Resolve relative paths (like .) to display actual directory name in header

revu v0.1.2

28 Jan 15:35

Choose a tag to compare

Added

  • Native macOS titlebar with window controls overlay for a more integrated look

revu v0.1.1

28 Jan 14:21

Choose a tag to compare

Fixed

  • Bundled OpenSSL for consistent cross-platform builds

revu v0.1.0

28 Jan 09:37

Choose a tag to compare

Added

  • Initial revu release
  • Local git diff viewer with unified and split view modes
  • Inline commenting system with categories (issue, suggestion, question, nitpick, praise)
  • Git operations: stage/unstage files, create commits, discard changes
  • Review export to structured XML/Markdown for AI agent consumption
  • CLI integration with repo path argument support
  • Light/dark theme with system preference detection
  • Keyboard shortcuts: Cmd+R (refresh), Cmd+Shift+C (copy), Cmd+Enter (commit)