codeburn/mac/Sources/CodeBurnMenubar
AgentSeal e970f64cbb fix: menubar auto refresh stops working after app is idle
The menubar price would freeze after the app was idle for a while because macOS App Nap suspends Task.sleep even with beginActivity.

Replace Task.sleep with DispatchSourceTimer which is more robust for background execution. Also add observers for system wake and screen wake events to force a refresh when the Mac resumes from sleep.
2026-04-23 02:25:20 +02:00
..
Data fix(menubar): keychain account filter + App Nap hardening + single query 2026-04-22 05:27:07 -07:00
Security fix(menubar): force status bar redraw and lift subprocess QoS 2026-04-21 11:50:28 -07:00
Theme feat(mac): native Swift menubar app + one-command install 2026-04-17 16:55:56 -07:00
Views fix(menubar): prefetch periods and align dashboard dates with local timezone 2026-04-21 04:22:10 -07:00
AppStore.swift feat(menubar): opt-in compact mode with variable-width status item 2026-04-22 04:33:35 -07:00
CodeBurnApp.swift fix: menubar auto refresh stops working after app is idle 2026-04-23 02:25:20 +02:00
CurrencyState.swift feat(mac): native Swift menubar app + one-command install 2026-04-17 16:55:56 -07:00