diff options
| -rw-r--r-- | changelog.md | 4 | ||||
| -rw-r--r-- | doc/quick-start.org | 2 | ||||
| -rw-r--r-- | xmobar.cabal | 4 | 
3 files changed, 6 insertions, 4 deletions
| diff --git a/changelog.md b/changelog.md index f9a3c49..2b3fb76 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ -## Version 0.46 (unreleased) +## Version 0.46 (January, 2023)  - New bar position specifiers TopHM, BottomHM.  - New configuration option, `dpi`, to set the font scaling factor. +- Fixes and extensions for section aligment behaviour (#650, #655). +- Fix: honour fc/bg specs for icons (#663).  ## Version 0.45 (October, 2022) diff --git a/doc/quick-start.org b/doc/quick-start.org index a415c10..e6cc427 100644 --- a/doc/quick-start.org +++ b/doc/quick-start.org @@ -307,7 +307,7 @@ configuration language, see [[../etc/xmobar.config][etc/xmobar.config]], and you      - =commands= The list of monitors and plugins to run, together with their        individual configurations. The [[./plugins.org][plugin documentation]] details all the        available monitors, and you can also create new ones using Haskell.  See -      [[#commands-list][The commands list]] section below for more. +      the [[#commands-list][commands list section]] below for more.      - =sepChar= The character to be used for indicating commands in the        output template (defaults to '%'). diff --git a/xmobar.cabal b/xmobar.cabal index 4d17849..d8d2463 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@  name:               xmobar -version:            0.45 +version:            0.46  homepage:           https://codeberg.org/xmobar/xmobar  synopsis:           A Minimalistic Text Based Status Bar  description: 	    Xmobar is a minimalistic text based status bar. @@ -194,7 +194,7 @@ library      build-depends:                    aeson >= 1.4.7.1,                    async, -                  base >= 4.11.0 && < 4.17, +                  base >= 4.11.0 && < 4.18,                    bytestring >= 0.10.8.2,                    cairo >= 0.13,                    colour >= 2.3.6, | 
