diff options
author | jao <jao@gnu.org> | 2018-04-06 20:06:37 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-04-06 20:09:46 +0200 |
commit | f897fbe3645d5af96197ee6b9c2dc547f5c036cf (patch) | |
tree | 429cf2619d4b8e4dc96a6f2ced38b1785df9247f | |
parent | 660af6973712cb938b885166a6bcc9f68373c650 (diff) | |
download | xmobar-f897fbe3645d5af96197ee6b9c2dc547f5c036cf.tar.gz xmobar-f897fbe3645d5af96197ee6b9c2dc547f5c036cf.tar.bz2 |
Version 0.260.26
-rw-r--r-- | changelog.md | 7 | ||||
-rw-r--r-- | xmobar.cabal | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/changelog.md b/changelog.md index d2e2c88..2f4d54f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.26 +## Version 0.26 (April, 2018) _New features_ @@ -11,10 +11,11 @@ _Bug fixes_ - `CpuFreq` monitors honours `-d` (number of digits) if no suffix is given (cf. [issue #335]). - - - Race condition in network monitor fixed ([issue #347]). + - Race condition in network monitor fixed ([issue #347]). + - Limiting dbus supported version (see [issue #346]). [issue #335]: https://github.com/jaor/xmobar/issues/335 +[issue #346]: https://github.com/jaor/xmobar/issues/346 [issue #347]: https://github.com/jaor/xmobar/issues/347 ## Version 0.25 (February, 2018) diff --git a/xmobar.cabal b/xmobar.cabal index bc98063..a9523b8 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,9 +1,9 @@ name: xmobar -version: 0.25 +version: 0.26 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. - . + . Inspired by the Ion3 status bar, it supports similar features, like dynamic color management, output templates, and extensibility through plugins. @@ -13,7 +13,7 @@ license-file: license author: Andrea Rossato and Jose A. Ortega Ruiz maintainer: Jose A. Ortega Ruiz <jao@gnu.org> bug-reports: https://github.com/jaor/xmobar/issues -cabal-version: >= 1.6 +cabal-version: >= 1.8 build-type: Simple extra-source-files: readme.md, changelog.md, |