summaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorJoan MIlev <51526053+exorcist365@users.noreply.github.com>2021-07-13 01:01:19 +0300
committerGitHub <noreply@github.com>2021-07-12 23:01:19 +0100
commit23accf6c3acacb1c972961612cce1c7c831b11e7 (patch)
tree2b9865fffedb2ed4312d7c768f80bb920cd9c32e /changelog.md
parent802cd7ea845b804156ccdcce869526d178cf7e53 (diff)
downloadxmobar-23accf6c3acacb1c972961612cce1c7c831b11e7.tar.gz
xmobar-23accf6c3acacb1c972961612cce1c7c831b11e7.tar.bz2
Add TopH and BottomH for only controlling height of the window. (#556)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 105ea95..a155cb5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,8 @@
_New features_
+ - New constructors for only controlling bar height:
+ TopH and BottomH for Top and Bottom respectively
- New monitor: k10temp (Sam Kirby)
- Better handling of command line arguments for Haskell-based
configuration keys (see #553 and #554)