diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-06 19:35:23 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-06 19:35:23 +0100 |
commit | e5135d0784aac75439857bced72c7f40e036065b (patch) | |
tree | 9fcb94416e1964a07d60f5dc7c58537cf12c068f | |
parent | 91a1bc6c311cbf1efc48cde59a593ddf65409a5c (diff) | |
download | xmobar-e5135d0784aac75439857bced72c7f40e036065b.tar.gz xmobar-e5135d0784aac75439857bced72c7f40e036065b.tar.bz2 |
NEWS updated
-rw-r--r-- | NEWS | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -3,15 +3,23 @@ ## Version 0.12.1 +_Incompatible changes_ + + - The `Mail` plugin now takes a second parameter (a string) + specifying its alias. + _Bug fixes_ + - Text is now correctly centered vertically. + - `FullBM` border spec fixed. - [issue 27]: `BottomSize` placement now respects its width argument. + - [issue 28]: Compilation in Mac OS X fixed. + - [issue 30]: `Mail` plugin can be specified anywhere in commands list. - [issue 36]: Battery monitor now supports non-standard locations of the `/sys/class/power_supply/AC/online` file. - - Text is now correctly centered vertically. - - `FullBM` border spec fixed. [issue 27]: http://code.google.com/p/xmobar/issues/detail?id=27 +[issue 28]: http://code.google.com/p/xmobar/issues/detail?id=28 [issue 36]: http://code.google.com/p/xmobar/issues/detail?id=36 ## Version 0.12 (Dec 24, 2010) |