summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-01-05 01:04:15 +0000
committerjao <jao@gnu.org>2023-01-05 01:04:15 +0000
commitca2350bb1902c158c9bde9c90e1877623c8db75b (patch)
tree0445c2bc64ebb83797a1655e979e0c2f1142a341
parentcd2d6b3588458ca32e564f41f3750925af552629 (diff)
downloadxmobar-ca2350bb1902c158c9bde9c90e1877623c8db75b.tar.gz
xmobar-ca2350bb1902c158c9bde9c90e1877623c8db75b.tar.bz2
base 4.17 (ghc 9.4.x) and version bump
-rw-r--r--changelog.md4
-rw-r--r--doc/quick-start.org2
-rw-r--r--xmobar.cabal4
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,