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
fix: communicate missing charge threshold setting
Return a user-friendly message when the charging threshold setting does
not exist instead of panicking.
feat: replace dependency on Bash with /bin/sh for cross-platform comp…
…atibility
This ensures cross-platform compatibility and accessibility for a wider range of users.
Resolves: #68.
fix: restore persistence functionality
This commit addresses an issue where the switch to using systemd
templates and format specifiers introduced a regression, causing the
persistence functionality to no longer work as expected.
To resolve this issue, we have reverted to an earlier implementation
that manually writes all the units and uses Go's exec.LookPath to
resolve the shell path.
Resolves: #65