Releases: eddmann/revu
Releases · eddmann/revu
revu v0.4.0
Changed
- Review export now saves to
~/.revu/{repo-name}-{timestamp}.mdinstead of.revuin 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
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
Added
- Tree-shakeable demo modes for App Store screenshots
revu v0.2.0
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
Fixed
- Resolve relative paths (like
.) to display actual directory name in header
revu v0.1.2
Added
- Native macOS titlebar with window controls overlay for a more integrated look
revu v0.1.1
Fixed
- Bundled OpenSSL for consistent cross-platform builds
revu v0.1.0
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)