Releases: spyflow/oBattery
Releases · spyflow/oBattery
Release list
Version 0.1.0
Version 0.1.0
What's New
- Numeric output mode (-n flag) - Perfect for status bars and integration
- Completely rewritten documentation with examples
- Better code style and comments
Improvements
- Updated output format to be cleaner
- Added integration examples for popular status bars (Polybar, i3status, dwmblocks)
- Improved troubleshooting documentation
- Code cleanup with improved comments in English
Changes
- Added
-n/--numberflag to output only the numeric value without "Battery:" prefix or "%" symbol - Changed output format from "Battery Percentage: X.XXX%" to "Battery: X.XX%"
- Enhanced README with installation instructions, detailed usage guide, and integration examples
- Improved code consistency and variable naming
Full Changelog
Full Changelog: v0.0.3...v0.1.0
Version 0.0.3
Version 0.0.2b
v0.0.2b feat: add version and author flags, license header, and strict argume…