xmobar v0.15 Release Notes

Release Date: 2012-06-04 // almost 12 years ago
  • Incompatible changes

    • Batt monitor no longer uses -c to specify the charge file: it should figure things out by itself (cf. issue 69).

    ๐Ÿ†• New features

    • New command line option, -C, that allows adding commands to those specified in the configuration file (Ben Boeckel).
    • Dependency on GHC's threaded runtime has been eliminated.
    • New MPRIS (versions 1 and 2) monitor, by Artem Tarasov.
    • New monitor option -d to specify the number of decimal places to display for float numbers. Defaults to 0. See issue 58.
    • New compilation option --with_threaded, to use GHC's threaded runtime to compile xmobar. Disabled by default (cf. discussion in github #36).

    ๐Ÿ› Bug fixes

    • Stricter build dependencies versioning in cabal file.
    • issue 56 vertical alignment of text improved.
    • issue 64 display of watts in Batt monitor fixed.
    • issue 69 miscellaneous battery reporting issues.
    • issue 67 compilation in DragonFly.
    • DiskIO works also when device path in mtab are symbolic links to the real device file.
    • Wireless monitor honours padding settings for ESSID names.
    • CoreTemp monitor fixed for newer kernels (github #38).