Skip to content

Releases: actuallymentor/battery

Version v1.2.1 - bugfix release

17 Jan 11:52
Compare
Choose a tag to compare

This release fixes some bugs to do with app logic and the homebrew path.

Thanks to all new (and existing) contributors. I'd like to emphasise that I'm very grateful that so many of you open pull requests when you see an improvement to be made, and are a pleasure to interact with online.

Thanks also to those of you that respond to issues opened by fellow users. Given that this is a side project I don't keep a very close eye on issues, and your efforts make new users encountering issues feel welcome and supported.

Aside from the awesome contributors below, a shoutout to @double-thinker for the pre-work on native limiting. If anyone has the time to work on something similar to #163 please feel very welcome to work on it.

What's Changed

  • Add a README.md FAQ by @ScienceOwl13 in #170
  • Fix the paths for homebrew. by @gotgenes in #211
    • @actuallymentor notes: I added another commit to add all possible brew paths, they are probably redundant but I prefer a bit of clutter over the risk of path issues
  • fix adapter action by @maxtacu in #207

New Contributors

Full Changelog: v1.2.0...v1.2.1

Version v1.2.0 - magsafe turns green when maintain level was reached

24 Aug 14:47
Compare
Choose a tag to compare

This release brings the GUI up to date with the CLI update that makes the magsafe led turn green when the battery limit is reached.

Thanks to everyone in #71, notably: @jakjakob, @omniwired, and @ibrado.

Please test this and let me know if it performs as expected, I'm on battery power while traveling.

Full Changelog: v1.1.6...v1.2.0

v1.1.6

20 Aug 12:45
Compare
Choose a tag to compare

This version merges updates from helpful new contributors. Thank you all for your time 🙏

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5 - fix bugs and catch edge cases

20 Jul 11:49
bbd4d32
Compare
Choose a tag to compare

What's Changed

  • Update failures no longer break the app
  • Correct way to determine battery percentage icon for the menu tray by @igorkulman in #119
  • display help message when typing "battery help" by @lephilippe in #114
  • Ensure sudoers.d folder for visudo exists by @GeorgFleig in #126
  • Battery percentage calculated by @bjarketrux in #125

New Contributors

Full Changelog: v1.1.4...v1.1.5

Version 1.1.4 - allow users to opt-in to force-discharging

14 Mar 09:43
Compare
Choose a tag to compare

Based on Clamshell users feedback, I disabled the default discharge behaviour and added a --force-discharge flag, the GUI now has a setting for it.

This should closes #100, #89, #65, #28.

Full Changelog: v1.1.3...v1.1.4

Version 1.1.4 - allow users to opt-in to force-discharging

13 Mar 18:34
Compare
Choose a tag to compare

Based on Clamshell users feedback, I disabled the default discharge behaviour and added a --force-discharge flag, the GUI now has a setting for it.

This should close #100, #89, #65, #28.

Version 1.1.3 - Easier uninstall and under the hood improvements

12 Mar 14:40
Compare
Choose a tag to compare
  • Add uninstall button to the GUI
  • Simplify internal $PATH
  • Minor GUI performance enhancements
  • Started testing releases with UTM virtual machines (why did nobody ever tell me tis existed?!)

Contributions

  • Remove the regularly appearing notification 'Background Items Added' (introduced in macOS 13 Ventura) by @clemenstyp in #101
  • 📚 explain the battery visudo command by @SomeBdyElse in #96

Full Changelog: v1.1.2...v1.1.3

Version 1.1.3 - add an uninstall option in the GUI & simplify PATH

10 Mar 17:50
36a8f20
Compare
Choose a tag to compare

Add an uninstall button, and set the PATH entirely manually, because I noticed some apps on my laptop added spaces in the PATH which made osascript explode occasionally.

Contributions

Full Changelog: v1.1.1...v1.1.3

Version 1.1.2

07 Mar 22:14
36a8f20
Compare
Choose a tag to compare

This release works around Electron not supporting svgs by precompiling many icon sizes for different percentage amounts.

For those interested, see the assets/ folder in the root directory for the compiler. The resulting images are in app/assets.

Contributions

Full Changelog: v1.1.1...v1.1.2

Better icon support

07 Mar 11:25
Compare
Choose a tag to compare
Better icon support Pre-release
Pre-release

This release works around Electron not supporting svgs by precompiling many icon sizes for different percentage amounts.

For those interested, see the assets/ folder in the root directory for the compiler. The resulting images are in app/assets.