diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | changelog.md | 1 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -17,3 +17,5 @@ cabal.project.localtags *.swp tags /cabal.project.local +/.ghc.environment.* +/cabal.project.local~ diff --git a/changelog.md b/changelog.md index 50915f6..0803624 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ _New features_ - New option `--contiguous-icons` for `MultiCpu` to draw icons without padding (see [issue #388]). + - New version of libmpd (0.9.0.10), thanks to John Tyree [issue #388]: https://github.com/jaor/xmobar/issues/388 diff --git a/xmobar.cabal b/xmobar.cabal index 1005542..151c94c 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.30 +version: 0.31 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |