diff options
-rw-r--r-- | changelog.md | 6 | ||||
-rw-r--r-- | readme.md | 1 | ||||
-rw-r--r-- | xmobar.cabal | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md index 850dc00..20aecd4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.27 +## Version 0.27 (July, 2018) _New features_ @@ -7,6 +7,10 @@ _New features_ vertical offsets for each of the fonts in `additionalFonts`. See [issue #311]. +_Bug fixes_ + + - Use the maximum width options `-T` and `-E` correctly when a + monitor subtemplate contains font and color tags. [issue #311]: https://github.com/jaor/xmobar/issues/311 [issue #352]: https://github.com/jaor/xmobar/issues/352 @@ -15,7 +15,6 @@ extensibility through plugins. antialiased fonts. And [this one] is my desktop with [xmonad] and two instances of xmobar. -[release notes]: http://projects.haskell.org/xmobar/releases.html [xmonad]: http://xmonad.org [Ion3]: http://tuomov.iki.fi/software/ [This screenshot]: http://projects.haskell.org/xmobar/xmobar-sawfish.png diff --git a/xmobar.cabal b/xmobar.cabal index 5392b72..7c08610 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -46,7 +46,7 @@ test-suite XmobarTest Plugins.Monitors.Uptime, Plugins.Monitors.Bright, Plugins.Monitors.CatInt build-depends: - base >= 4.9.1.0, + base >= 4.9.1.0 && < 4.12, hspec == 2.*, containers, regex-compat, @@ -159,7 +159,7 @@ executable xmobar extra-libraries: Xrandr Xrender build-depends: - base >= 4.9.1.0, + base >= 4.9.1.0 && < 4.12, containers, regex-compat, process, |