Skip to content

Releases: KristofferRisa/powerctl-cli

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:18
4177b70

powerctl v0.4.2

A CLI for monitoring Tibber power consumption and electricity prices.

Changelog

🐛 Bug fixes

  • cfdf37e Fix segmentation fault on invalid home-id in live command

🔧 Other changes

  • c04440a Refactor websocket live errors and test duplication

Install

Homebrew (macOS & Linux)

brew install kristofferrisa/powerctl/powerctl

Already installed? brew upgrade powerctl

Go

go install github.com/kristofferrisa/powerctl-cli/cmd/powerctl@v0.4.2

Binary — download the archive for your platform from the assets below, then:

tar -xzf powerctl-cli_0.4.2_linux_amd64.tar.gz
sudo install -m 755 powerctl /usr/local/bin/powerctl
powerctl version

Verify your download

sha256sum --check --ignore-missing checksums.txt

Full changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:29
28e9d6f

Changelog

  • 4f2d63c fix(release): replace existing GitHub assets so re-runs can finish

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 05:30
a2b5854

Changelog

  • 6224070 Add CONTRIBUTING.md and expand GitHub issue/PR templates
  • f6ca6ca Fix stale API and structure details in ARCHITECTURE.md
  • c7b2d94 ci: bump the github-actions group across 1 directory with 4 updates
  • f454517 ci: drop phantom Go 1.22 matrix legs and fix codecov input
  • 5789287 feat: add bar graph to consumption output
  • 9a1d446 feat: add cost bar graph to consumption output
  • 73bfc4c feat: add emojis to consumption headers
  • a767b03 feat: implement consumption history command
  • 98a9919 feat: publish the Homebrew cask from GoReleaser
  • 0691914 fix: add currency to average price
  • 79a4f65 fix: close remaining review blockers on consumption history
  • aa342d0 fix: resolve review blockers (gofmt, timezone shift, and error masking)
  • 1afc069 fix: restore home not found error masking but wrap original GraphQL error
  • f5d7876 fix: sanitize graphql error when home is not found
  • 92372e7 fix: validate resolution and last flags
  • 5ec954b style: address reviewer should-fixes (hourly table breaking, footer leaking, empty results)
  • f03be55 style: fix average price unit to show /kWh
  • caeec62 style: fix pretty formatter footer horizontal rule length and width
  • 9903210 style: match consumption pretty output to other commands
  • 0781902 updated goreleaser

v0.3.0

Choose a tag to compare

@KristofferRisa KristofferRisa released this 31 Jan 20:22
f253b5f

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@KristofferRisa KristofferRisa released this 31 Jan 07:34
b0c7608

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@KristofferRisa KristofferRisa released this 10 Jan 18:18
1c0b349

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@KristofferRisa KristofferRisa released this 05 Jan 06:07
447ec60

What's Changed

New Contributors

Full Changelog: https://github.com/KristofferRisa/tibber-cli/commits/v0.1.0