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 @@ -3,6 +3,7 @@
## 0.30.2 — Unreleased

### Changed
- Docs: update the Homebrew install command to use the official `codexbar` cask now that it supports Intel Macs (#1189). Thanks @SSakutaro!
- Tests: document and audit that routine validation must not trigger macOS Keychain prompts.
- Localization: localize popup panels and provider settings UI across supported languages (#1181). Thanks @jack24254029!

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Download: <https://github.com/steipete/CodexBar/releases>

### Homebrew
```bash
brew install --cask steipete/tap/codexbar
brew install --cask codexbar

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve Intel Homebrew install path

For Intel users on macOS 14+, this new command resolves to the Homebrew/homebrew-cask codexbar cask, whose current metadata has depends_on arch: :arm64; Homebrew will reject the install before downloading the universal release. The previous tap cask does not declare that arm64-only constraint, so this README change removes the only Homebrew install path that works for Intel Macs despite the Requirements section still saying only macOS 14+ is needed.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the Homebrew upgrade path consistent

When users follow this new install command, Homebrew installs still disable Sparkle and the app’s About/update hint in Sources/CodexBar/CodexbarApp.swift:320 tells them to run brew upgrade --cask steipete/tap/codexbar. That no longer matches the cask they installed from this README path, so official-cask users are sent to a different tap/token for updates unless the in-app Homebrew guidance is updated at the same time.

Useful? React with 👍 / 👎.

```

### CLI Tarballs (macOS/Linux)
Expand Down