Commit graph

7 commits

Author SHA1 Message Date
maxsoch 1c565507a3 release 0.3
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 18:07:45 +02:00
maxsoch 9f54e27e47 release 0.2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 23:24:08 +02:00
maxsoch 3f130af56a re-release as 0.1: app is still pre-release quality
Replace the premature 1.0 with 0.1 to signal beta status. Document the
0.x version scheme and the brew-never-downgrades caveat in RELEASING.md.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 18:52:17 +02:00
maxsoch 73e0db3519 cask: document quarantine removal, --no-quarantine no longer exists
Recent Homebrew removed the --no-quarantine option entirely, so the
install docs and cask now instruct clearing the quarantine attribute
with xattr after install/upgrade. The cask prints it as a caveat at
install time.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 06:38:10 +02:00
maxsoch 19c5436441 cask: use symbol form for macOS requirement (brew deprecation)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 06:36:20 +02:00
maxsoch de59c46cbe lower deployment target to macOS 13 Ventura
15.6 was just the Xcode default from project creation, not a real
requirement — the newest API in use is SMAppService (macOS 13). The
compiler enforces the audit: everything builds and tests pass at 13.0.
Release zip rebuilt; cask gets the new sha256 and a :ventura floor.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 06:33:07 +02:00
maxsoch 5c6b46ef7a add Homebrew cask so BrewBar installs via brew
The repo doubles as a Homebrew tap: brew tap accepts an explicit git
URL, so Casks/brewbar.rb here is enough — no separate homebrew-* repo.
The cask downloads the zipped Release build from the matching Forgejo
release (v<version>) and verifies it against the pinned sha256. dist/
(local release artifacts) is gitignored.

Install:
  brew tap maxsoch/brewbar https://forgejo.socheleau.fr/maxsoch/BrewBar.git
  brew install --cask --no-quarantine maxsoch/brewbar/brewbar

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 06:21:39 +02:00