summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2016-07-26 03:11:42 +0200
committerjao <jao@gnu.org>2016-07-26 03:11:42 +0200
commit76eac0b144e21b9c4152dc81416058e7c07fcedd (patch)
treebe954aad7062a8e26a34698379123dabb38965c6
parent196a7bcd8145aece2a2c6cae5b76402c69c4fac0 (diff)
downloadxmobar-76eac0b144e21b9c4152dc81416058e7c07fcedd.tar.gz
xmobar-76eac0b144e21b9c4152dc81416058e7c07fcedd.tar.bz2
News update and version bump
-rw-r--r--news.md7
-rw-r--r--readme.md2
-rw-r--r--xmobar.cabal4
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 `<date>` 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