Skip to content

v0.3.2

Compare
Choose a tag to compare
@charlie0129 charlie0129 released this 09 Oct 01:33
· 1 commit to master since this release

What's Changed

  • fix: do not turn off led when waking and controlling magsafe led is disabled @charlie0129 in 27e3b11

How to Install

Option 1: Installation Script

bash <(curl -fsSL https://github.com/charlie0129/batt/raw/master/hack/install.sh)

Option 2: Homebrew

brew install batt
sudo brew services start batt

How to Upgrade

Please use the same method (Installation Script / Homebrew) as you installed to upgrade batt. Using both methods will cause conflicts.

Option 1: Installation Script

bash <(curl -fsSL https://github.com/charlie0129/batt/raw/master/hack/install.sh)
# Yes, the command is the same as installing.

Option 2: Homebrew

brew update
sudo brew services stop batt
brew upgrade batt
sudo brew services start batt

Compatibility

Upgrading to v0.3.2 should be fine for users using macOS Monterey or later. If you are on macOS Big Sur, you can stay at v0.1.0 or build it by yourself.