Skip to content

v0.7.0

Choose a tag to compare

@jalehman jalehman released this 27 Jan 22:42
· 20 commits to master since this release
3f3a26f

What's Changed

  • pb close accepts multiple IDs — Close several issues at once by @jalehman in #3
  • pb sync command — Commit events.jsonl for worktree visibility by @jalehman in #4

Usage

# Close multiple issues
pb close pb-123 pb-456 pb-789

# Sync for worktrees  
pb sync           # Commits events.jsonl
pb sync --push    # Also pushes after commit

Full Changelog: v0.6.0...v0.7.0