diff options
-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. |