v1.1.0
Visual setup — no config file to hand-edit
- ➕ Add repo — native Finder folder picker + prompts for name, port, and start command; validates it's a git checkout and writes the config for you. Available on first run (a welcome screen replaces the old "No config found" dead-end) and from the footer.
- ✎ Edit repo — the same prompts, pre-filled. The config key stays stable, so running state and the PR cache survive.
- ✕ Remove repo — confirm, then drop it from the menu only. Your repo, its worktrees, and any running server are left untouched.
Compatibility & robustness
- Menu-bar title falls back to a
⎇text glyph on non-SwiftBar hosts (xbar), so it's never a blank/unclickable entry. - Edit/Remove rewrite the config canonically and keep a
config.zsh.bak. - Fixed the Remove confirmation dialog never appearing (AppleScript quote/newline escaping).
Full changelog: v1.0.0...v1.1.0