Releases: jordond/jolt
Releases · jordond/jolt
1.2.0
What's Changed
- feat(daemon): add protocol version compatibility checks by @jordond in #141
- feat: respect XDG Base Directory environment variables by @jordond in #142
- feat(ui): add transparent background setting by @jordond in #149
- clean(linux): remove the daemon control command when compiling for linux by @0x61nas in #120
- fix(macos): detect low power mode with flexible whitespace parsing by @McNight in #152
New Contributors
Full Changelog: 1.1.3...1.2.0
1.2.0-beta.2
What's Changed
- Website SEO and documentation updates by @jordond in #146
- feat(ui): add transparent background setting by @jordond in #149
Full Changelog: 1.2.0-beta.1...1.2.0-beta.2
1.2.0-beta.1
What's Changed
- feat(daemon): add protocol version compatibility checks by @jordond in #141
- feat: respect XDG Base Directory environment variables by @jordond in #142
Full Changelog: 1.1.3...1.2.0-beta.1
1.1.3
1.1.2
1.1.1
What's Changed
- Add support for NixOS installation by @clementpoiret in #116
- fix: build on linux by @FelixSchausberger in #118
New Contributors
- @clementpoiret made their first contribution in #116
- @FelixSchausberger made their first contribution in #118
Dependencies
- fix(deps): update astro monorepo by @renovate[bot] in #110
- chore(deps): update dependency prettier to ^3.8.1 by @renovate[bot] in #108
- chore(deps): update typescript-eslint monorepo to ^8.53.1 by @renovate[bot] in #113
- fix(deps): update dependency @astrojs/starlight to ^0.37.3 by @renovate[bot] in #109
- chore(deps): update rust crate chrono to 0.4.43 - autoclosed by @renovate[bot] in #107
- chore(deps): update rust crate thiserror to 2.0.18 by @renovate[bot] in #111
Full Changelog: 1.1.0...1.1.1
1.1.0
1.0.0
jolt v1.0.0
Terminal-based battery and energy monitor for macOS and Linux.
Features
- Battery status — charge, time remaining, health, cycle count
- Power metrics — system power draw with CPU/GPU breakdown
- Process tracking — sorted by energy impact, kill from the app
- Historical data — background daemon records trends over time
- Themes — 10 built-in (Catppuccin, Dracula, Nord, etc.), auto dark/light
Platform Support
| Platform | Battery | Power Metrics |
|---|---|---|
| macOS (Apple Silicon) | ✅ | ✅ |
| macOS (Intel) | ✅ | ❌ |
| Linux | ✅ | ✅ (RAPL) |
Install
Install script:
curl -fsSL https://getjolt.sh/install.sh | bash
Homebrew:
brew install jordond/tap/jolt
Cargo:
cargo install jolt-tui
0.4.3
Full Changelog: 0.4.2...0.4.3
0.4.2
Full Changelog: 0.4.1...0.4.2
