Skip to content

Tags: charlie0129/batt

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
charlie0129 Charlie Chiang
feat: add `--for` in `adapter disable` command

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was signed with the committer’s verified signature.
charlie0129 Charlie Chiang
feat: show battery health in batt status

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was signed with the committer’s verified signature.
charlie0129 Charlie Chiang
chore: use lzma dmg compression

[skip ci]

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was signed with the committer’s verified signature.
charlie0129 Charlie Chiang
fix: disable charging when batt execution is interrupted by macos

see #123

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
charlie0129 Charlie Chiang
feat: display different quit tooltip when daemon is not installed

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>

#117

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
charlie0129 Charlie Chiang
docs: add note about hibernate mode

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
charlie0129 Charlie Chiang
chore: hide gui command

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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