Releases
Changelogs for safe-chains, workon, jjpr, branchdiff, specdiff · RSS
-
branchdiff v0.63.0 2026-04-07
- feat Mark files as reviewed with r/R keybindings
-
branchdiff v0.62.2 2026-04-07
- fix WCAG AA contrast for solarized HTML theme
-
branchdiff v0.62.1 2026-04-07
- fix Hunk boundary sliding for cleaner function-level diffs
-
branchdiff v0.62.0 2026-04-07
- feat Move detection with block matching across files
-
jjpr v0.17.0 2026-04-05
- other Change default reconcile strategy from merge to rebase
-
branchdiff v0.61.1 2026-04-05
- fix HTML output refinements — live-reload, collapsed files, styling
- other Regenerate Cargo.lock and changelog
-
branchdiff v0.61.0 2026-04-05
- feat HTML output mode with shared rendering engine
-
branchdiff v0.60.1 2026-04-05
- fix Consistent bracket notation for status bar toggles
- other Regenerate changelog
-
branchdiff v0.60.0 2026-04-03
- feat Upstream divergence awareness with fork-point/trunk-tip toggle
-
jjpr v0.16.0 2026-04-01
- other Improve watch reliability: empty bookmark detection, progress dots, early exit fix
- other Detect empty bookmarks (all commits empty after jj squash) and skip pushing them to prevent GitHub from auto-closing PRs when head matches base
- other Post-push PR state verification warns if a PR was closed by force-push
- other Suppress MergeabilityUnknown on first evaluation (expected after push)
- other Progress dots every 30s while polling, heartbeat reduced from 5min to 60s
- other Fix early exit: all_done now re-discovers segments instead of breaking
- other No-progress safety valve exits after 5 stalled iterations
- other Resilient rediscover_segments falls back to infer_target_bookmark
- other Forge verification before exit warns about orphaned PRs
- other merge --watch delegates to cmd_watch (single watch code path)
- other Approval threshold message: 'Approval threshold reached' when have >= need