From fcade764395401097b8907d230bc85c2437b65b5 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 27 May 2017 03:34:32 +0200 Subject: Version set to 0.24.5 --- news.md | 8 ++++++++ readme.md | 4 ++-- src/Main.hs | 2 +- xmobar.cabal | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/news.md b/news.md index c108bbf..c5d4220 100644 --- a/news.md +++ b/news.md @@ -1,5 +1,13 @@ % xmobar - Release notes +## Version 0.24.5 (May, 2017) + +_Bug fixes_ + + - Fix for vertical bars ([issue #303]) + +[issue #303]: https://github.com/jaor/xmobar/issues/303 + ## Version 0.24.4 (April, 2017) _Infrastructure_ diff --git a/readme.md b/readme.md index 64d13ff..598ae4b 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.24.4 (see [release notes]). +This page documents xmobar 0.24.5 (see [release notes]). [This screenshot] shows xmobar running under [sawfish], with antialiased fonts. And [this one] is my desktop with [xmonad] and two @@ -1602,7 +1602,7 @@ giving me the chance to contribute. This software is released under a BSD-style license. See [LICENSE] for more details. -Copyright © 2010-2016 Jose Antonio Ortega Ruiz +Copyright © 2010-2017 Jose Antonio Ortega Ruiz Copyright © 2007-2010 Andrea Rossato diff --git a/src/Main.hs b/src/Main.hs index 288939d..3760353 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -186,7 +186,7 @@ usage = usageInfo header options ++ footer info :: String info = "xmobar " ++ showVersion version ++ "\n (C) 2007 - 2010 Andrea Rossato " - ++ "\n (C) 2010 - 2014 Jose A Ortega Ruiz\n " + ++ "\n (C) 2010 - 2017 Jose A Ortega Ruiz\n " ++ mail ++ "\n" ++ license mail :: String diff --git a/xmobar.cabal b/xmobar.cabal index 4941c3e..3c244e6 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.24.4 +version: 0.24.5 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. -- cgit v1.2.3