Skip to content

Tags: tshakalekholoane/bat

Tags

1.2

Toggle 1.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tshakalekholoane Tshaka Lekholoane
refactor: use helper to derive variable path

1.1

Toggle 1.1's commit message
fix: communicate missing charge threshold setting

Return a user-friendly message when the charging threshold setting does
not exist instead of panicking.

1.0

Toggle 1.0's commit message
build: bump golang.org/x/sys from 0.15.0 to 0.16.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
- [Commits](golang/sys@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

0.14

Toggle 0.14's commit message

Verified

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

0.13.1

Toggle 0.13.1's commit message
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

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tshakalekholoane Tshaka Lekholoane
build: set lower minimum supported version

0.13

Toggle 0.13's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tshakalekholoane Tshaka Lekholoane
build: set lower minimum supported version

0.12

Toggle 0.12's commit message

Unverified

No user is associated with the committer email.
docs: update README

0.11

Toggle 0.11's commit message
fix: fix uncaught insufficient permission error

Switching over errors does not work with wrapped errors. Prefer the more
verbose errors.Is instead.

0.10.1

Toggle 0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: update threshold and variable packages