summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 59accbd..1e15772 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,37 @@
% xmobar - Release notes
% Jose A. Ortega Ruiz
-## Version 0.13
+## Version 0.14
+
+_New features_
+
+ - New monitor brightness monitor, courtesy of Martin Perner.
+
+_Bug fixes_
+
+ - [issue 50]: `MPD` monitor now works with libmpd 0.6.
+
+[issue 50]: http://code.google.com/p/xmobar/issues/detail?id=14
+
+## Version 0.13 (March 28, 2011)
_New features_
- New `Volume` monitor displaying ALSA soundcards information, by
Thomas Tuegel.
+ - New `ThermalZone` plugin substituting `Thermal` and using linux's
+ *sysfs* interface (you need this one if you're using a kernel
+ version equal to or above 2.6.37). See [issue 44].
- xmobar app new has WM_CLASS, WM_NAME and _NET_WM_PID xprops
([issue 38]).
_Incompatible changes_
+ - In the process of solving [issue 14], we've broken those
+ configurations that rely on including alignment separators in the
+ input fed to `StdinReader`.
+ - The MPD plugin does not accept host and port options anymore: use
+ the environment variables MPD_HOST and MPD_PORT instead.
- The `Mail` plugin now takes a second parameter (a string)
specifying its alias. As a side-effect, this solves [issue 30].
@@ -40,6 +60,7 @@ _Bug fixes_
[issue 38]: http://code.google.com/p/xmobar/issues/detail?id=38
[issue 40]: http://code.google.com/p/xmobar/issues/detail?id=40
[issue 42]: http://code.google.com/p/xmobar/issues/detail?id=42
+[issue 44]: http://code.google.com/p/xmobar/issues/detail?id=44
## Version 0.12 (Dec 24, 2010)