Skip to content

Version 0.2

Compare
Choose a tag to compare
@florentc florentc released this 09 Mar 18:40
· 44 commits to master since this release

This release introduces more precise timeout specification (mind the new unit for -t) and an orientation option. This option makes it possible to chose between a new vertical style or the classic horizontal style.

Added

  • New vertical mode to display a bar that fills up from bottom to top.
  • New orientation option to choose between classic horizontal mode and new vertical mode.
  • More precise timeout specification (millisecond). Values below one second are now allowed.

Changed

  • Default style: the bar is now vertical near the right edge of the screen. This prevents the bar from overlapping two screens in typical horizontal dual-monitor setups.
  • Unit for timeout -t is now the millisecond. xob will issue a warning when the specified value seems too low (e.g. after a migration from v0.1.x).

Fixed

  • Integers (0 and 1) not accepted as values for rel options in configuration file .
  • Typos in documentation.