diff options
Diffstat (limited to 'news.md')
-rw-r--r-- | news.md | 55 |
1 files changed, 54 insertions, 1 deletions
@@ -1,6 +1,58 @@ % xmobar - Release notes -## Version 0.21 () +## Version 0.23 + +_New features_ + + - New variables in `Mem` monitor for available memory as reported by + Linux 3.14 and newer, by Samuli Thomasson. + +## Version 0.22.1 (Oct 11, 2014) + +_Bug fixes_ + + - Fix compilation in systems that don't need mtl newer than the one + shipped with GHC. + +## Version 0.22 (Oct 9, 2014) + +_New features_ + + - New `MarqueePipeReader` plugin by Reto Hablützel. + - `Network` monitor has now adaptive units (`-S` is used now to + switch them on), by Axel Angel. + - `Weather` now offers `dewPointC` and `dewPointF` instead of + `dewPoint`, and the new `windCardinal`, `windAzimuth`, `windMph` + and `windKnots` variables, by Tony Morris. + - Strings in the configuration file can now span multiple lines + using Haskell-style multiline script, thanks to dunric + - Icons can now be also xpm files (if xmobar is compiled with + `with_xpm`), thanks to Alexander Shabalin. + - New `borderWidth` option to set xmobar's boder width, thanks to + Travis Staton. + - Support for multiple Xft fonts, thanks to Phil Xiaojun Hu and + Cedric staub (see [pull request #196]). + - Icon patterns for several monitors, that allow you to specify a + collection of icons to use for successive integer variable values, + thanks to Alexander Shabalin (see [pull request #192] and the + documentation for details). + - Upgrade to libmpd 0.9. + +_Bug fixes_ + + - Much more efficient implementation of the `Locks` plugin, thanks + to Anton Vorontsov (see [pull request #195]). + - Not colorizing total disk size in `DiskU` ([issue #189]). + - Avoiding zombies on click actions, thanks to Phil Xiaojun Hu + ([issue #181]). + +[issue #181]: https://github.com/jaor/xmobar/issues/181 +[issue #189]: https://github.com/jaor/xmobar/issues/189 +[pull request #192]: https://github.com/jaor/xmobar/pull/192 +[pull request #195]: https://github.com/jaor/xmobar/pull/195 +[pull request #196]: https://github.com/jaor/xmobar/pull/196 + +## Version 0.21 (Jul 1, 2014) _New features_ @@ -17,6 +69,7 @@ _Bug fixes_ - `Network` now reports status for ppp connections (see [issue #89]). + - Fix for very long running `Cpu` monitors, by Robert J Macomber. [issue #89]: https://github.com/jaor/xmobar/issues/89 |