Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3
4
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ User-visible changes go here. Bar Tender follows semantic versioning.

## Unreleased

## 1.0.1 (build 4) - 2026-08-26

- Added Gemini CLI (`gemini`) and Antigravity CLI (`agy`) as generation providers, with install/auth probing, model catalogs, and branded icons.
- Fixed GitHub update pagination to accumulate every `Link: rel="next"` page before semantic ranking.
- Moved the update channel out of the version string into explicit `BarTenderUpdateChannel` bundle metadata (`prerelease` / `stable`).
Expand Down
13 changes: 7 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Bar Tender 1.0.1
# Bar Tender 1.0.1 (build 4)

Bar Tender turns a plain-language request into a dedicated macOS menu bar tool using an already installed Codex, Claude, Grok, Gemini, or Antigravity (`agy`) CLI.

## Diagnostic focus (this build)
## This build

This prerelease is about whether menu bar items actually show up.
Build 4 of the 1.0.1 prerelease. Same Gatekeeper path as earlier 1.0.1 builds.

- Bundle identifier is `io.github.aforno.bartender.v2`, so Control Center starts from a clean host state.
- At most one individual applet status item by default, rendered as a compact square icon.
- Status items attach once from launch. The main window no longer forces an immediate re-registration.
- Gemini CLI and Antigravity CLI (`agy`) are generation providers.
- Update checks paginate GitHub releases fully and rank by semantic version.
- Update channel lives in `BarTenderUpdateChannel` (`prerelease` / `stable`), not in the version string.
- HTTP, git, shell, and approval boundaries are tighter; cancelled generation cancels the exact in-flight runner.

## Distribution notice (read this)

Expand Down
Loading