diff options
author | jao <jao@gnu.org> | 2016-08-08 21:28:33 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2016-08-08 21:28:33 +0200 |
commit | 1a91118305037d72c8bb14126ba7d42f5055975c (patch) | |
tree | 927d0bd2998c90d98b72586dbc28224559517606 | |
parent | 69c40e8cebed65d1ea92c7ac9569fa15bb8a585c (diff) | |
download | xmobar-1a91118305037d72c8bb14126ba7d42f5055975c.tar.gz xmobar-1a91118305037d72c8bb14126ba7d42f5055975c.tar.bz2 |
version 0.24.20.24.2
-rw-r--r-- | news.md | 8 | ||||
-rw-r--r-- | readme.md | 2 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,13 @@ % xmobar - Release notes +## Version 0.24.2 (Aug 8, 2016) + +_Bug fixes_ + + - New Weather plugin URL (see [issue #270]). + +[issue #270]: https://github.com/jaor/xmobar/issues/270 + ## Version 0.24.1 (Jul 28, 2016) _Bug fixes_ @@ -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.24.1 (see [release notes]). +This page documents xmobar 0.24.2 (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 203ed92..9558c4c 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.24.1 +version: 0.24.2 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |