Skip to content

Releases: burnban/burnban

Burnban v0.5.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:47

Highlights

The dashboard now does everything the terminal does. Six tabs at http://localhost:4141: live meter, windowed reports with CSV/JSON export, a live request feed, cap/fuse/ban/alert controls, optimization receipts, and meter health. Every panel names its CLI twin, both surfaces call the same internal functions against the same ledger, and destructive controls take two clicks: arm, then confirm. Team gateways serve a read-only dashboard; burnban serve --allow-remote-admin enables the control panels for token holders.

Day mode. A header toggle switches the panel lighting between the night default and a warm paper palette. The choice stays in your browser.

Guardrails hold. Setting any cap re-arms enforcement after a lift --today override. Bounded local log scans read the newest days first, so a large history can never hide today. The installer starts the meter after guided setup, adds a login start entry, and its uninstall touches only the service it owns.

Full Changelog: v0.5.0...v0.5.1

Burnban v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:42
18dd923

What's Changed

  • docs: add animated subsidy share recording by @burnban in #9
  • feat: add first-run setup wizard by @burnban in #10
  • subsidy: separate real API spend from flat-rate subscription usage by @burnban in #11

New Contributors

Full Changelog: https://github.com/burnban/burnban/commits/v0.4.0