Skip to content

Releases: roborev-dev/roborev

v0.4.3

08 Jan 16:17

Choose a tag to compare

Full Changelog: v0.4.2...v0.4.3

v0.4.2

08 Jan 16:02

Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

08 Jan 15:53

Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Jan 15:23
084844b

Choose a tag to compare

What's Changed

  • Implement "roborev update" command and tui new version notification, incidental fixes by @wesm in #8
  • fix: create .git/hooks directory if it doesn't exist by @sinzin91 in #6

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Jan 03:43

Choose a tag to compare

Full Changelog: v0.2.4...v0.3.0

v0.2.4

08 Jan 00:06
4fd5b10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

07 Jan 15:24

Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Jan 10:26

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

06 Jan 22:01
b6b8dea

Choose a tag to compare

New Features

  • Add Gemini CLI and Copilot CLI support.
  • Add automatic retry for failed reviews (up to 3 attempts).

Improvements

  • Show retry counts in the TUI.
  • Widen TUI status column to fit retry counts.

Bug Fixes

  • Fix retry job atomicity to prevent inconsistent retries.

v0.2.0

06 Jan 16:00

Choose a tag to compare

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.