jjpr releases
← Back to jjpr ยท RSS
-
- other Wait for bookmark in jjpr watch instead of early exit
- other Bump version to 0.14.1
-
- 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
-
- other Add --ready flag to merge command to auto-mark draft PRs as ready
-
- other Update stack comments during merge reconciliation
-
- other Reconcile remaining stack after any segment advance, not just after merge
- other Fix clippy warning: remove unnecessary mut
-
- other Check CI by commit SHA and treat no-checks as pending when CI required
-
- other Clarify merge header: 'stack up to' instead of 'stack for'
- other Bump to 0.13.1
-
- other Fix noisy merge output: dedup stale bookmark warnings, detect conflicts before pushing, stop cascading push failures, remove doubled warning display
- other Redesign merge --watch as persistent watcher; make post-merge reconciliation non-fatal
- other Bump version to 0.13.0 for merge --watch redesign
- other Fix Cargo.lock for 0.13.0
- other Document semver, lockfile, and full pre-push checklist in CLAUDE.md
- other Fix Windows build: localtime_r is unix-only, use localtime_s on Windows
-
- other Skip already-requested reviewers during stack submission
-
- other Improve GitLab and Forgejo forge adapter parity
- other GitLab merge_pr: support squash, merge, and rebase methods
- other GitLab update_comment: search all MR states (not just opened)
- other GitLab request_reviewers: batch user lookups via project members
- other GitLab get_pr_reviews: check reviewer states endpoint (16.3+)
- other Forgejo find_merged_pr: warn when 250-PR scan cap is hit