summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-08-30 13:37:46 +0100
committerjao <jao@gnu.org>2023-08-30 13:37:46 +0100
commit788120c8e4a53082bdd85cd5d7e191b22913f316 (patch)
treea5fda541a50c26b695745facc422332e5de6f761
parent1e2a221fc9c0ff83616a72c4cadb38fc4c13ae80 (diff)
downloadxmobar-788120c8e4a53082bdd85cd5d7e191b22913f316.tar.gz
xmobar-788120c8e4a53082bdd85cd5d7e191b22913f316.tar.bz2
changelog and copyright years0.47
-rw-r--r--changelog.md7
-rw-r--r--readme.org2
-rw-r--r--src/Xmobar/App/Opts.hs4
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.
diff --git a/readme.org b/readme.org
index 80b0cf5..0336969 100644
--- a/readme.org
+++ b/readme.org
@@ -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"