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/v2.0.10/better-ccflare-linux-amd64
chmod +x better-ccflare-linux-amd64
./better-ccflare-linux-amd64Or install via npm: npm install -g better-ccflare
What's Changed
🚀 Features
- docs: add comprehensive OAuth re-authentication documentation (
6cd2272) - feat: add automatic server reload after re-authentication (
6ff5b7f) - feat: add re-authentication command for OAuth accounts (
2c2455f) - debug: add comprehensive OAuth debugging for token exchange and refresh (
e6ebd34)
🐛 Bug Fixes
- fix: improve re-authentication security and performance (
a9384f7) - debug: add comprehensive OAuth debugging for token exchange and refresh (
e6ebd34) - fix: resolve PKCE verifier handling in OAuth re-authentication (
20c6315) - fix: improve re-authentication debugging and remove emoji characters (
34140ca)
🔒 Security
- fix: improve re-authentication security and performance (
a9384f7)
🔧 Improvements
- fix: improve re-authentication security and performance (
a9384f7) - refactor: clean up re-authentication implementation (
829ec29) - fix: improve re-authentication debugging and remove emoji characters (
34140ca)
🤝 New Contributors
- @tombii made their first contribution