diff options
author | jao <jao@gnu.org> | 2019-10-10 03:15:19 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-10 03:15:19 +0100 |
commit | a9f668bc68f0d424be9cf6e0601f2de2db74af2e (patch) | |
tree | a4dc9aba9d154ef5b098ed25511bf80dc0f5f1f0 | |
parent | 6888b84cf2a416debad523160dd71303e30521da (diff) | |
download | xmobar-a9f668bc68f0d424be9cf6e0601f2de2db74af2e.tar.gz xmobar-a9f668bc68f0d424be9cf6e0601f2de2db74af2e.tar.bz2 |
Credits and version bump
-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. |