diff options
| -rw-r--r-- | changelog.md | 7 | ||||
| -rw-r--r-- | readme.org | 2 | ||||
| -rw-r--r-- | src/Xmobar/App/Opts.hs | 4 | 
3 files changed, 10 insertions, 3 deletions
| diff --git a/changelog.md b/changelog.md index d5d22fe..a8b3345 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +## Version 0.47 (August, 2023) + +- Fix: center middle section for templates of the for }M{ +- Documentation fixes and improvements +- Better error handling in network connections +- Dependency fixes (libmpd excluded for GHC > 9.2) +  ## Version 0.46 (January, 2023)  - New bar position specifiers TopHM, BottomHM. @@ -195,6 +195,6 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]].    This software is released under a BSD-style license. See [[https://codeberg.org/xmobar/xmobar/src/branch/master/license][license]] for more    details. -  Copyright © 2010-2022 Jose Antonio Ortega Ruiz +  Copyright © 2010-2023 Jose Antonio Ortega Ruiz    Copyright © 2007-2010 Andrea Rossato diff --git a/src/Xmobar/App/Opts.hs b/src/Xmobar/App/Opts.hs index bc01435..7e42374 100644 --- a/src/Xmobar/App/Opts.hs +++ b/src/Xmobar/App/Opts.hs @@ -1,7 +1,7 @@  ------------------------------------------------------------------------------  -- |  -- Module: Xmobar.App.Opts --- Copyright: (c) 2018, 2019, 2020, 2022 Jose Antonio Ortega Ruiz +-- Copyright: (c) 2018, 2019, 2020, 2022, 2023 Jose Antonio Ortega Ruiz  -- License: BSD3-style (see LICENSE)  --  -- Maintainer: jao@gnu.org @@ -116,7 +116,7 @@ usage = usageInfo header options ++ footer  info :: String  info = "xmobar " ++ showVersion version -        ++ "\n (C) 2010 - 2022 Jose A Ortega Ruiz" +        ++ "\n (C) 2010 - 2023 Jose A Ortega Ruiz"          ++ "\n (C) 2007 - 2010 Andrea Rossato\n "          ++ mail ++ "\n" ++ license ++ "\n" | 
