- Added support for charge-based ACPI battery attributes (charge_now, charge_full)
- Fixed batty failing on systems that expose charge-based instead of energy-based attributes
- Battery reader now automatically detects and uses either energy (µWh) or charge (µAh) attributes
- Added battery health percentage display in TUI header
- Changed battery percentage() to charge_percentage() and health_percentage() for clarity
- Fixed error on writing to start threshold if path not available
- Added battery statistics display in TUI header
- Current charge percentage
- Charging status (charging/not charging/unknown)
- Battery cycle count
- Multi-battery support with tab navigation
- Visual battery container with battery name in title
- Status footer for warnings, errors, and success messages
- Support for both start and end battery charge thresholds.
- Enhanced TUI to manage start/end thresholds interactively.
- Updated CLI to accept --kind (start/end) argument.
- Initial TUI release.
- Initial release.