Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 16:00
· 340 commits to main since this release

New Features

  • Add project-specific review guidelines in .roborev.toml.
  • Add addressed status tracking for reviews with an Addr'd column and queue toggle.
  • Add prompt inspection in the TUI with a queue shortcut.
  • Add page up/down navigation in the TUI.
  • Add daemon version tracking with auto-restart on upgrade.
  • Add a release script with codex-generated changelog.

Improvements

  • Improve TUI HTTP error handling with timeouts.
  • Show timestamps in the TUI queue with a compact format.
  • Display daemon version in the TUI and all CLI commands.
  • Update the TUI screenshot and README with new features and shortcuts.

Bug Fixes

  • Fix TUI queue edge cases for empty queues and navigation.
  • Fix daemon stop behavior and improve restart reliability.
  • Fix SQLite datetime parsing for TUI timestamps.
  • Use robust SQL no-rows checks.
  • Quote shell trap variables properly.
  • Keep stderr visible and reduce noise in changelog generation.