🎉 Stable Release v3.4.11
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.4.11/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.4.11/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.4.11
What's Changed
🚀 Features
- feat: add manual release workflow with npm OIDC trusted publishing (
ef402e2)
🐛 Bug Fixes
- fix: use explicit main refspec in manual release workflow [skip-version] (
326add5) - fix: address PR review feedback (
45821a4) - fix: address remaining PR feedback on cleanup and release flow (
4a9f6ef) - fix: yaml syntax error in release-dispatch workflow (
5ca89ea) - fix: requests tab perf, db compaction, settings persistence, retention UI (
81ec024)