diff options
-rw-r--r-- | news.md | 8 | ||||
-rw-r--r-- | readme.md | 4 | ||||
-rw-r--r-- | src/Main.hs | 2 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
4 files changed, 12 insertions, 4 deletions
@@ -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_ @@ -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. |