🎉 Stable Release v3.5.10
Multi-Architecture Binaries
Download the appropriate binary for your platform:
- Linux x86_64:
better-ccflare-linux-amd64 - Linux ARM64 (Raspberry Pi 3/4/5, Oracle Cloud ARM, AWS Graviton):
better-ccflare-linux-arm64 - macOS Intel:
better-ccflare-macos-x86_64 - macOS Apple Silicon:
better-ccflare-macos-arm64 - Windows x86_64:
better-ccflare-windows-x64.exe
Installation
# Linux x86_64
wget https://github.com/tombii/better-ccflare/releases/download/v3.5.10/better-ccflare-linux-amd64
chmod +x better-ccflare-linux-amd64
./better-ccflare-linux-amd64
# macOS Apple Silicon (ARM64)
curl -L -o better-ccflare-macos-arm64 https://github.com/tombii/better-ccflare/releases/download/v3.5.10/better-ccflare-macos-arm64
chmod +x better-ccflare-macos-arm64
xattr -d com.apple.quarantine better-ccflare-macos-arm64 # Required for unsigned binaries
./better-ccflare-macos-arm64macOS Users: The xattr command is required to bypass Gatekeeper for unsigned binaries. If you prefer not to run unsigned binaries, install from source instead.
Or install via npm: npm install -g better-ccflare@v3.5.10
What's Changed
🐛 Bug Fixes
- fix: surface update-check failure reason in dashboard tile (
574669b) - fix: exempt /api/version/check from authentication (
b5441db) - fix: persist priority through OAuth account creation flow (
fbcc65f)
🔧 Improvements
- improve: acknowledge d4rken (PR #207) (
856bb8c) - improve: preserve oauth_sessions column constraints during tier-drop rebuild (
8766529) - improve: acknowledge d4rken (PR #206) (
8ad3640) - improve: tighten oauth_sessions priority read & document migration ordering (
990333d) - improve: use parseHttpError for update-check error parsing (
d7bed4b) - improve: acknowledge d4rken (PR #208) (
eba6704)