Releases
Changelogs for safe-chains, workon, jjpr, branchdiff, specdiff ยท RSS
-
safe-chains v0.110.1 2026-03-30
- other Migrate jj and xcrun to TOML with structured+wrapper
-
safe-chains v0.110.0 2026-03-30
- feat Support wrapper on structured commands for global flag stripping
-
safe-chains v0.109.0 2026-03-30
- other Migrate command, networksetup, sysctl to TOML; revert mlr
-
jjpr v0.15.1 2026-03-27
- other Fix post-merge base retargeting trying to use deleted branches
-
jjpr v0.15.0 2026-03-25
- other Extract StackNav trait to decouple stack navigation from comment storage
- other Add DescriptionNav and stack_nav config option
- other DescriptionNav implementation: reads/writes stack nav from PR body
- other StackNavMode enum in config with "comment" and "description" variants
- other SubmitOptions struct to reduce create_submission_plan parameter count
- other Config template and README updated with new option
- other Tests for DescriptionNav parsing, splicing, and roundtrip
-
jjpr v0.14.2 2026-03-25
- other Strip custom ssh port from host
- other Bump version to 0.14.2
-
branchdiff v0.59.1 2026-03-25
- fix Gracefully fall back from CommitOnly/BookmarkOnly when revision context disappears
-
jjpr v0.14.1 2026-03-24
- other Wait for bookmark in jjpr watch instead of early exit
- other Bump version to 0.14.1
-
jjpr v0.14.0 2026-03-23
- 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
-
workon v0.10.1 2026-03-20
- other Split copy_gitignored_files into testable components