github tombii/better-ccflare v2.0.12
Release v2.0.12

latest releases: v3.0.4, v3.0.3, v3.0.2...
one month ago

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.12/better-ccflare-linux-amd64
chmod +x better-ccflare-linux-amd64
./better-ccflare-linux-amd64

Or install via npm: npm install -g better-ccflare


What's Changed

🚀 Features

  • docs: add comprehensive .env file support documentation (e6675ff)
  • feat: add .env file support to Docker Compose configuration (fbece4a)
  • fix: load .env files in CLI binary and add build version display (9955303)

🐛 Bug Fixes

  • fix: load .env files in CLI binary and add build version display (9955303)
  • fix: sync fresh DB tokens to in-memory account on usage polling (d175642)

🔧 Improvements

  • docs: remove TUI references and update re-authentication docs (c39b540)

Full Changelog

📋 Compare with previous version

Don't miss a new better-ccflare release

NewReleases is sending notifications on new releases.