diff options
author | jao <jao@gnu.org> | 2022-03-30 22:12:17 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-30 22:12:17 +0100 |
commit | 211af7d4cb5b29e71bcfbedae8f8c86009e99ad0 (patch) | |
tree | c23e81793fa4dfa18356c44d8bbd30bb2f413130 | |
parent | ec28c44674dde082980c8b23fc6ef6897fadd122 (diff) | |
download | xmobar-211af7d4cb5b29e71bcfbedae8f8c86009e99ad0.tar.gz xmobar-211af7d4cb5b29e71bcfbedae8f8c86009e99ad0.tar.bz2 |
Changelog and version bump
-rw-r--r-- | changelog.md | 5 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index d5d00d7..d62de69 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ _New features_ - New monitor `Load` providing load averages (stolen from Finn Lawler). +_Bug fixes_ + + - MultiCoreTemp: allow temperature directory names with more than + one digit. + ## Version 0.42 (March, 2022) _New features_ diff --git a/xmobar.cabal b/xmobar.cabal index 51cbd14..b8e36be 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.42 +version: 0.43 homepage: https://github.com/jaor/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |