You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forceRefresh() was missing force:true, so the cache TTL guard
silently skipped every LaunchAgent and wake-triggered refresh.
Also adds right-click context menu and version label in footer.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,14 @@
26
26
-**Instant cached data display.** Shows cached data immediately instead of blocking on CLI refresh.
27
27
28
28
### Fixed (macOS menubar)
29
+
-**Menubar stops updating after first load.** Background refresh was silently skipped by the cache TTL guard. Data loaded once, then froze. Fixes #179.
29
30
-**Menubar not dimming on inactive screens.**
30
31
-**Performance improvements.** Reduced unnecessary redraws and CLI invocations.
31
32
33
+
### Added (macOS menubar)
34
+
-**Right-click context menu.** Right-click the status bar icon for "Check for Updates" and "Quit CodeBurn".
35
+
-**Version label in footer.**
36
+
32
37
### Changed
33
38
- README restructured with honeycomb provider hero image, 2x2 screenshot grid, and complete inline reference.
34
39
-`bunx codeburn` added as alternative install option.
0 commit comments