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
feat: add `--json` flag to `batt status` for machine-readable output (#……122)
* feat: add --json flag to status command for machine-readable output
* chore: fix code formatting
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
---------
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
Co-authored-by: Charlie Chiang <charlie_c_0129@outlook.com>
chore: fix incorrect power metrics on M4 Pro chips (#78)
by bumping github.com/peterneutron/powerkit-go to v0.3.3
Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
fix: Reintroduce Power Flow via ObjC observer + selector NSTimer (#66)
* fix: Reintroduce Power Flow via ObjC observer + selector NSTimer; drop libffi closures causing SIGABRT on menu open
* fix: update menu item states to enabled for better readability; add quit item with observer management
* fix: refactor menubar setup to include cleanup function for observer management