diff options
author | jao <jao@gnu.org> | 2024-05-07 15:15:12 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-05-07 15:15:12 +0100 |
commit | 1e8175d38a9f6048e638dcfa07e76dffbf438774 (patch) | |
tree | 5685032c56b9028f4ee4bf766268302b9267be2c | |
parent | cfc2c9099ae1ef53efd21b5b413ff04192f539e9 (diff) | |
download | xmobar-1e8175d38a9f6048e638dcfa07e76dffbf438774.tar.gz xmobar-1e8175d38a9f6048e638dcfa07e76dffbf438774.tar.bz2 |
changelog and cabal file for 0.48.10.48.1
-rw-r--r-- | changelog.md | 5 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 6306c03..3f2e484 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ -## Version 0.49 (unreleased) +## Version 0.48.1 (May, 2024) + +- Removing for now mouse support for `Kbd`, which can be recovered by + interested users using regular actions (see issue #703 for further details). ## Version 0.48 (April, 2024) diff --git a/xmobar.cabal b/xmobar.cabal index e6de840..559131c 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.49 +version: 0.48.1 homepage: https://codeberg.org/xmobar/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |