Releases
Changelogs for safe-chains, workon, jjpr, branchdiff, specdiff ยท RSS
-
workon v0.9.1 2026-03-16
- fix Serialize release workflow to prevent duplicate builds
- other Skip save prompt when only workon-generated files changed
-
jjpr v0.12.12 2026-03-14
- 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
-
workon v0.9.0 2026-03-14
- feat Git worktree fallback when jj is unavailable
- fix Configure git user in tests for CI environments
-
jjpr v0.12.11 2026-03-14
- 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
-
workon v0.8.0 2026-03-14
- feat Optional label for workspace sessions (-w "fix tests")
- other Show --skip-copy-ignored hint and keep both Cloning/Cloned lines visible
-
workon v0.7.2 2026-03-14
- fix Clone nested git repo directories (e.g. bundler gem checkouts) in worktree copy
-
jjpr v0.12.10 2026-03-12
- other Preserve merged PR links in stack comments by merging with existing comment data
-
jjpr v0.12.9 2026-03-12
- other Fix merge rebase dropping intermediate commits in multi-commit segments
-
jjpr v0.12.8 2026-03-12
- other Preserve merged PR links in stack navigation comments
-
jjpr v0.12.7 2026-03-12
- other Detect conflicted commits before pushing and improve stale bookmark warnings