Download Latest Version CodeBurnMenubar-v0.9.11.zip (2.2 MB)
Email in envelope

Get an email when there's a new version of CodeBurn

Home / mac-v0.9.11
Name Modified Size InfoDownloads / Week
Parent folder
CodeBurnMenubar-v0.9.11.zip 2026-05-27 2.2 MB
CodeBurnMenubar-v0.9.11.zip.sha256 2026-05-27 94 Bytes
Menubar v0.9.11 source code.tar.gz 2026-05-27 4.5 MB
Menubar v0.9.11 source code.zip 2026-05-27 4.6 MB
README.md 2026-05-27 1.6 kB
Totals: 5 Items   11.3 MB 0

Added

  • CLI update notification. When a newer CLI version is published, a blue banner appears above the star row showing the version and a copy button for the update command (brew upgrade codeburn or npm update -g codeburn, detected automatically from how the CLI was installed).

Fixed

  • Loading watchdog killed healthy CLI fetches. The recovery loop ran every 8 seconds with no backoff. Each attempt reset the generation counter, discarding in-flight CLI responses (45s timeout) before they could finish. Replaced with exponential backoff (8s to 60s, 6 attempts max) that skips recovery when a fetch is already in flight. Shows an error overlay with a Retry button after all attempts are exhausted.
  • Multi-day cache key mismatch. selectedDay returned the earliest date instead of nil when multiple days were selected, and startInteractiveSelectionRefresh did not pass the day set to the cache key constructor. Both now match PayloadCacheKey normalization rules.
  • Dead code cleanup. Removed RefreshBackoff.swift, its test file, and a broken test that called methods deleted in [#393].

Install with:

npm install -g codeburn@0.9.11
codeburn menubar

That command drops the app into ~/Applications, records the persistent codeburn CLI path used by the menubar, verifies the downloaded checksum, clears quarantine after bundle verification, and launches it. If you download the zip from this page directly and macOS shows "cannot verify developer", right-click the app in Finder and pick Open to whitelist it once.

Source: README.md, updated 2026-05-27