diff options
author | jao <jao@gnu.org> | 2024-02-07 02:01:19 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-02-07 02:01:19 +0000 |
commit | c4083055d20d4383f8da6517d0feeee788d2301a (patch) | |
tree | f29a842dfdb0a55aeb29e262df9dc4522dc444f2 | |
parent | c54d93e6d4d6c0d194bcd8696dce92da9f795869 (diff) | |
download | xmobar-c4083055d20d4383f8da6517d0feeee788d2301a.tar.gz xmobar-c4083055d20d4383f8da6517d0feeee788d2301a.tar.bz2 |
version tag and changelog0.47.3
-rw-r--r-- | changelog.md | 3 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 9409786..ce948f2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ -## Unreleased +## Version 0.47.3 (February, 2024) - New flag `with_shared` to use xmobar with dynamic linking (see PR #690) +- Fix for actions invoked from recompiled xmobar instances (issue #688) - Maximum base version bumped to 4.20 ## Version 0.47.2 (November, 2023) diff --git a/xmobar.cabal b/xmobar.cabal index 7559af2..b5f9ba6 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.48 +version: 0.47.3 homepage: https://codeberg.org/xmobar/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |