Skip to content

Burnly v0.1.21

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:19
· 34 commits to main since this release

Burnly v0.1.21

Improves Claude Code collection compatibility and refresh diagnostics.

Highlights

  • Accepts the current ccusage Claude Code session field names while retaining
    compatibility with the legacy activity field names.
  • Adds coverage for real Claude session envelopes, empty reports, malformed JSON,
    incompatible envelopes, and optional project paths.
  • Records the source, projection, and failure code when an individual refresh
    target hard-fails, making partial refresh failures visible in diagnostics.

Install

Universal Installer

Linux and macOS:

curl -fsSL https://github.com/fikrilal/burnly/releases/latest/download/install.sh | sh

Windows PowerShell:

irm https://github.com/fikrilal/burnly/releases/latest/download/install.ps1 | iex

Linux

Run:

curl -fsSL https://github.com/fikrilal/burnly/releases/latest/download/install-linux.sh | sh

For a pinned install of this release:

curl -fsSL https://github.com/fikrilal/burnly/releases/download/v0.1.21/install-linux.sh | BURNLY_VERSION=v0.1.21 sh

Windows Preview

Download the Windows x64 installer from this release:

burnly-v0.1.21-windows-x86_64.exe

The Windows preview installer is unsigned for the MVP. Windows may show an
unknown publisher or SmartScreen warning. Only download Burnly from the official
GitHub release.

macOS Preview

Run:

curl -fsSL https://github.com/fikrilal/burnly/releases/latest/download/install-macos.sh | sh

For a pinned install of this release:

curl -fsSL https://github.com/fikrilal/burnly/releases/download/v0.1.21/install-macos.sh | BURNLY_VERSION=v0.1.21 sh

Manual .dmg installation is also available:

burnly-v0.1.21-macos-aarch64.dmg
burnly-v0.1.21-macos-x86_64.dmg

Open the .dmg, drag Burnly.app to Applications, then clear Gatekeeper
quarantine once if macOS blocks the unsigned preview build:

xattr -dr com.apple.quarantine /Applications/Burnly.app

Updates

In-app updates are available from the Settings tab on Linux, Windows, and macOS.
On macOS, the .dmg is only the first-install artifact; updates use the signed
.app.tar.gz updater archive from the release.

Verification

Release artifacts include SHA256SUMS. Updater metadata is published as
latest.json; latest-linux.json is kept as a compatibility alias for older
Linux builds.

Notes

  • Windows and macOS support is preview.
  • Windows and macOS installer code signing is deferred; Tauri updater artifact signing is
    still required.