Skip to content

Releases: spyflow/oBattery

Version 0.1.0

Choose a tag to compare

@spyflow spyflow released this 16 Jun 18:49

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/--number flag 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

Choose a tag to compare

@spyflow spyflow released this 01 Jun 02:55
2aeb23b

Full Changelog: v0.0.2b...v0.0.3

Version 0.0.2b

Choose a tag to compare

@spyflow spyflow released this 31 May 22:22
5887b63
v0.0.2b

feat: add version and author flags, license header, and strict argume…