diff options
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | README | 10 | ||||
| -rw-r--r-- | xmobar.cabal | 2 | 
3 files changed, 7 insertions, 6 deletions
| @@ -9,6 +9,7 @@ _Incompatible changes_  _New features_ +  - Dependency on GHC's threaded runtime has been eliminated.    - New MPRIS (version 1 and 2) monitor, by Artem Tarasov.    - New monitor option `-d` to specify the number of decimal places to      display for float numbers.  Defaults to 0. See [issue 58]. @@ -11,7 +11,7 @@ xmobar was inspired by the [Ion3] status bar, and supports similar  features, like dynamic color management, output templates, and  extensibility through plugins. -This page documents xmobar 0.14.1 (see [release notes]). +This page documents xmobar 0.15 (see [release notes]).  [This screenshot] shows xmobar running under [sawfish], with  antialiased fonts. And [this one] is my desktop with [xmonad] and two @@ -52,7 +52,7 @@ bells and whistles, use:  If you don't have `cabal-install` installed, you can get xmobar's  source code in a variety of ways: -  - From [Hackage]. Just download [xmobar-0.14.1.tar.gz] from xmobar's +  - From [Hackage]. Just download [xmobar-0.15.tar.gz] from xmobar's      hackage page.    - From [Github]. You can also obtain a tarball in [Github's      downloads page]. You'll find there links to each tagged release. @@ -61,13 +61,13 @@ source code in a variety of ways:      git:          git clone git://github.com/jaor/xmobar -[xmobar-0.14.1.tar.gz]: http://hackage.haskell.org/packages/archive/xmobar/0.14.1/xmobar-0.14.1.tar.gz +[xmobar-0.15.tar.gz]: http://hackage.haskell.org/packages/archive/xmobar/0.15/xmobar-0.15.tar.gz  [Github's downloads page]: https://github.com/jaor/xmobar/downloads  To install simply run (if needed): -        tar xvfz xmobar-0.14.1 -        cd xmobar-0.14.1 +        tar xvfz xmobar-0.15 +        cd xmobar-0.15  If you have cabal installed, you can now use it from within xmobar's  source tree. Otherwise, run the configure script: diff --git a/xmobar.cabal b/xmobar.cabal index 60ac051..dba9f91 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@  name:               xmobar -version:            0.14.1 +version:            0.15  homepage:           http://projects.haskell.org/xmobar/  bug-reports:        http://code.google.com/p/xmobar/issues  synopsis:           A Minimalistic Text Based Status Bar | 
