summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-06-27 17:48:17 +0100
committerjao <jao@gnu.org>2026-06-27 17:48:17 +0100
commitccc164292c62e16c3c2585eb6e490570d194d08c (patch)
tree27d4109987c3ffb6638d1d0de499bbbbbabf885b
parent90cd6e1ce06aeda8f21ba0272b4cead41c606795 (diff)
downloadxmobar-ccc164292c62e16c3c2585eb6e490570d194d08c.tar.gz
xmobar-ccc164292c62e16c3c2585eb6e490570d194d08c.tar.bz2
changelog and copyright updates
-rw-r--r--changelog.md6
-rw-r--r--readme.org4
-rw-r--r--src/Xmobar/App/Opts.hs2
3 files changed, 8 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index bc56e1d..cc02021 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,10 @@
## Version 0.51 (unrelease)
-- Fix BadDrawable crash when wallpaper setters free the root pixmap while alpha is 255
+- Improvements for `PacmanUpdates` (thanks, Enrico Maria and Alexander)
+- Fixes and improvements to `Accordion` (thanks, Enrico Maria)
+- Fixes to `Batt` (thanks, Leana)
+- Fix BadDrawable crash when wallpaper setters free the root pixmap while
+ alpha is 255 (thanks, Ashesh)
- base dependency relaxed to 4.21
## Version 0.50 (June, 2025)
diff --git a/readme.org b/readme.org
index 6d65953..dd68ba5 100644
--- a/readme.org
+++ b/readme.org
@@ -168,7 +168,7 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]].
the greater xmobar and Haskell communities.
In particular, xmobar incorporates patches by Kostas Agnantis, Mohammed
- Alshiekh, Alex Ameen, Axel Angel, Enrico Maria De Angelis, Dhananjay Balan,
+ Alshiekh, Ashesh Ambasta, Alex Ameen, Axel Angel, Enrico Maria De Angelis, Dhananjay Balan,
Claudio Bley, Dragos Boca, Ben Boeckel, Ivan Brennan, Duncan Burke, Roman
Cheplyaka, Patrick Chilton, Antoine Eiche, Nathaniel Wesley Filardo, Guy
Gastineau, John Goerzen, Jonathan Grochowski, Patrick Günther, Reto
@@ -198,6 +198,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-2025 Jose Antonio Ortega Ruiz
+ Copyright © 2010-2026 Jose Antonio Ortega Ruiz
Copyright © 2007-2010 Andrea Rossato
diff --git a/src/Xmobar/App/Opts.hs b/src/Xmobar/App/Opts.hs
index e148898..5196b3c 100644
--- a/src/Xmobar/App/Opts.hs
+++ b/src/Xmobar/App/Opts.hs
@@ -116,7 +116,7 @@ usage = usageInfo header options ++ footer
info :: String
info = "xmobar " ++ showVersion version
- ++ "\n (C) 2010 - 2025 Jose A Ortega Ruiz"
+ ++ "\n (C) 2010 - 2026 Jose A Ortega Ruiz"
++ "\n (C) 2007 - 2010 Andrea Rossato\n "
++ mail ++ "\n" ++ license ++ "\n"