jjpr v0.14.0
Released 2026-03-23 · View on GitHub
- other Add AUR PKGBUILDs, cargo-binstall metadata, and expanded install docs
- other Obfuscate maintainer email in AUR PKGBUILDs
- other Add 0BSD license to AUR PKGBUILDs per Arch packaging guidelines
- other Fix AUR PKGBUILDs: pin checksums, add depends, install completions from source build, add check(), use system rust, fix SPDX license expression
- other Add jj as optdepends in AUR PKGBUILDs
- other Add GitHub Action to auto-update AUR packages on release
- other Add jjpr watch as a first-class command
- other New top-level 'jjpr watch' command (replaces 'jjpr merge --watch')
- other Auto-creates draft PRs for bookmarks without PRs
- other Auto-promotes drafts to ready when CI checks pass
- other Refuses to run with required_approvals=0 (prevents unreviewed merges)
- other Conditional stack comments: only posted for 2+ PR stacks
- other Reviewer hint when a PR needs approval but has no reviewers
- other Conflict pre-flight: waits with a helpful message instead of erroring
- other Initial status summary at startup
- other Deprecates 'merge --watch' with hint pointing to 'jjpr watch'
- other Extracts shared setup into resolve_stack helper (refactors cmd_submit/cmd_merge)
- other README restructured to lead with watch as the primary workflow