Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 2.45 KB

File metadata and controls

78 lines (49 loc) · 2.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 - 2026-02-07

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

0.3.1 - 2026-02-05

Changed

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

0.3.0 - 2026-02-02

Added

  • Tree-shakeable demo modes for App Store screenshots

0.2.0 - 2026-01-30

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

0.1.3 - 2026-01-28

Fixed

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

0.1.2 - 2026-01-28

Added

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

0.1.1 - 2026-01-28

Fixed

  • Bundled OpenSSL for consistent cross-platform builds

0.1.0 - 2026-01-28

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)