Releases: kenn-io/roborev
Releases · kenn-io/roborev
Release list
v0.9.0
New Features
- Add
refinecommand for automated review fixing. - Add
respondcommand for recording review responses, either manually or via agent.
Improvements
- Retry release automation when a Nix PR already exists.
- Update Nix flake metadata for v0.8.0.
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Update flake.nix for v0.7.1 by @wesm in #44
- Rename
enqueuetoreview, add--dirty(for reviewing uncommitted changes) and--waitflags by @wesm in #46
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Update README screenshots by @wesm in #36
- Include full commit message body in review prompts by @wesm in #37
- Improve new release notifications to be more clear by @wesm in #38
- Add
excluded_branchesanddisplay_nameconfig options for .roborev.toml by @wesm in #39 - Remove Queued/Running counts from TUI status line, add more test coverage for branch skipping by @wesm in #40
- Make scripts/release.sh compatible with main branch protection by @wesm in #41
- Fix potential test flake by @wesm in #42
- Fix some other false positive "failed" reviews observed by @wesm in #43
Full Changelog: v0.7.0...v0.7.1
v0.7.0
New Features
- Add
rhotkey to rerun failed/canceled jobs or start a new review after completion. - Added
roborev streamcommand to stream JSONL updates when reviews start, fail, or finish. - Add Nix flake for building and development.
Improvements
- Update flake.nix for v0.7.0.
Bug Fixes
- Fix git worktrees being treated as separate repositories.
New Contributors
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Update README with new TUI features by @wesm in #28
- Add branch display and distinct [ADDRESSED] color to TUI review viewBranch dispaly by @wesm in #29
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.1
What's Changed
- Update queue screenshot for 0.5.0 by @wesm in #23
- Add P/F (Pass/Fail) verdict column to TUI queue view by @wesm in #24
Full Changelog: v0.5.0...v0.5.1
v0.5.0
New Features
- Add filter-by-repo modal and workflow in the TUI.
- Support
ROBOREV_DATA_DIRto override the data directory. - Add configurable job timeout setting.
Improvements
- Implement pagination in the TUI for large review lists.
- Add keyboard navigation between reviews without returning to the list.
- Make TUI views fit terminal width dynamically.
- Make executable path handling more robust for hook workflows.
New Contributors
- @andyxhadji made their first contribution in #18
Full Changelog: v0.4.5...v0.5.0
v0.4.5
What's Changed
- feat: Add Husky git hook manager support by @sinzin91 in #11
- Address review feedback for enqueue quiet mode by @wesm in #12
- Refactors post-commit hook generation to eliminate code duplication, improve security, and ensure truly silent operation. by @wesm in #13
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- Do not trigger reviews when rebasing by @wesm in #9
- Move rebase detection and quiet mode into roborev enqueue by @wesm in #10
Full Changelog: v0.4.3...v0.4.4