github tombii/better-ccflare v3.4.18
Stable Release v3.4.18

latest releases: v3.4.20, v3.4.19
8 hours ago

🎉 Stable Release v3.4.18

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.18/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.18/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-arm64

macOS 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.18


What's Changed

🐛 Bug Fixes

  • fix: address PR review comments on rate-limit clearing (17aaba8)
  • fix: type strategyStore assignment and acknowledge cowwoc contributions (2de2450)
  • fix: don't select manually-paused accounts as auto-fallback candidates (524334d)
  • fix: clear stale rate_limited_until when usage API shows capacity restored (7f853bc)
  • fix: iterate all auto-fallback candidates and use getCachedAvailability (b8ec613)
  • fix: persist settings across Docker restarts via XDG_CONFIG_HOME (bd89c78)

🔧 Improvements

  • improve: use provider-specific utilization helpers and fix null-sorts-first doc (07f0148)

Full Changelog

📋 Compare with previous version

Don't miss a new better-ccflare release

NewReleases is sending notifications on new releases.