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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- Codex pace: extrapolate historically exhausted weeks for run-out forecasts and avoid contradictory reset headlines. Thanks @Yuxin-Qiao!
- Localization: correct the German in-progress refresh label. Thanks @ChrisLauinger77!
- Localization: correct misleading literal German UI translations. Thanks @madebyjulz!
- Install docs: describe the official Homebrew cask as universal on Intel and Apple silicon. Thanks @ChrisGVE!
- Settings: switch tabs immediately before animated window resizing and reduce Providers sidebar work. Thanks @elijahfriedman!
- Windsurf: import complete Devin sessions from the current app origin before legacy browser storage. Thanks @kiranmagic7!
- Antigravity: humanize raw model identifiers while preserving server-provided quota labels. Thanks @bcharleson!
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1><span data-i18n="hero.prefix">Every AI coding limit,</span> <span class="gra
</button>
</div>
</div>
<p class="fineprint" data-i18n="hero.fineprint">Free &amp; open source · macOS 14+ · Universal on GitHub Releases · Apple Silicon via Homebrew</p>
<p class="fineprint" data-i18n="hero.fineprint">Free &amp; open source · macOS 14+ · Universal via GitHub Releases and Homebrew</p>
</section>

<section class="providers" aria-labelledby="providers-h">
Expand Down Expand Up @@ -314,8 +314,8 @@ <h3 data-i18n="features.cliTitle">CLI &amp; widgets</h3>
<article class="block">
<h3 data-i18n="detail.installTitle">Install &amp; updates</h3>
<p data-i18n-rich="detail.installBody">
Universal app via <a href="https://github.com/steipete/CodexBar/releases/latest">GitHub Releases</a> with Sparkle auto-updates, or
<code>brew install --cask steipete/tap/codexbar</code> for Apple Silicon (updates via <code>brew upgrade</code>).
Universal app via <a href="https://github.com/steipete/CodexBar/releases/latest">GitHub Releases</a> with Sparkle auto-updates, or via
<code>brew install --cask steipete/tap/codexbar</code> (updates via <code>brew upgrade</code>).
</p>
</article>
<article class="block">
Expand Down
2 changes: 1 addition & 1 deletion docs/releasing-homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If dispatch fails or is rate-limited, update the files manually.
In `../homebrew-tap`, update the cask at `Casks/codexbar.rb`:
- `url` points at the GitHub release asset: `.../releases/download/v<version>/CodexBar-macos-universal-<version>.zip`
- Update `sha256` to match that zip.
- Keep `depends_on arch: :arm64` and `depends_on macos: ">= :sonoma"` (CodexBar is macOS 14+).
- Keep `depends_on macos: ">= :sonoma"` (CodexBar is macOS 14+). Do not add an architecture restriction; the app zip is universal.

## 2b) Manual formula update
In `../homebrew-tap`, update the formula at `Formula/codexbar.rb`:
Expand Down
Loading