From 76eac0b144e21b9c4152dc81416058e7c07fcedd Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 26 Jul 2016 03:11:42 +0200 Subject: News update and version bump --- news.md | 7 +++++++ readme.md | 2 +- xmobar.cabal | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/news.md b/news.md index 49c667f..b2a5008 100644 --- a/news.md +++ b/news.md @@ -13,12 +13,19 @@ _New features_ Knabe. - `UVMeter`, a new optional plugin showing UV data for Australian users, by Roman Joost. + - New template parameter `` for the `MPD` plugin (by Bruno + Heridet) _Bug fixes_ - The `Volume` plugin now supports capture devices (Antoine Eiche). - The `MPD` plugin will now automatically update on options changes (Ben Boeckel). + - The `Battery` plugin does now a better job at tracking AC status + and times (see [issue #231]). + - `PipeReader` was polling too often (thanks to zlbruce). + +[issue #231]: https://github.com/jaor/xmobar/issues/225 ## Version 0.23.1 (Apr 14, 2015) diff --git a/readme.md b/readme.md index 4c3af93..65f875b 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ xmobar was inspired by the [Ion3] status bar, and supports similar features, like dynamic color management, icons, output templates, and extensibility through plugins. -This page documents xmobar 0.23.1 (see [release notes]). +This page documents xmobar 0.24 (see [release notes]). [This screenshot] shows xmobar running under [sawfish], with antialiased fonts. And [this one] is my desktop with [xmonad] and two diff --git a/xmobar.cabal b/xmobar.cabal index 56ca34a..c0237a0 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.23.1 +version: 0.24 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -81,7 +81,7 @@ flag with_uvmeter flag with_conduit description: Use http-conduits for getting weather data default: False - + executable xmobar hs-source-dirs: src main-is: Main.hs -- cgit v1.2.3