Releases: KristofferRisa/powerctl-cli
Releases · KristofferRisa/powerctl-cli
Release list
v0.4.2
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/powerctlAlready installed? brew upgrade powerctl
Go
go install github.com/kristofferrisa/powerctl-cli/cmd/powerctl@v0.4.2Binary — 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 versionVerify your download
sha256sum --check --ignore-missing checksums.txtFull changelog: v0.4.1...v0.4.2
v0.4.1
Changelog
- 4f2d63c fix(release): replace existing GitHub assets so re-runs can finish
v0.4.0
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
v0.2.1
v0.2.0
What's Changed
- Renamed tibber-cli to powerctl-cli by @KristofferRisa in #3
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Feat testing by @KristofferRisa in #1
- Add CI/CD workflows and GoReleaser configuration by @KristofferRisa in #2
New Contributors
- @KristofferRisa made their first contribution in #1
Full Changelog: https://github.com/KristofferRisa/tibber-cli/commits/v0.1.0