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