jjpr releases
← Back to jjpr ยท RSS
-
- 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
-
- other Add merge-based reconciliation to eliminate force pushes during stack merging
- other Add ReconcileStrategy enum (Merge default, Rebase) to config
- other Add merge_into() to Jj trait and JjRunner implementation
- other Add --reconcile-strategy CLI flag for per-invocation override
- other Only push bookmarks whose merge_into succeeded (skip failed ones)
- other Document merge method and reconcile strategy in README and --help
-
- other Preserve merged PR links in stack comments by merging with existing comment data
-
- other Fix merge rebase dropping intermediate commits in multi-commit segments
-
- other Preserve merged PR links in stack navigation comments