From c1d0a42bed8cfcf97c18bb705cd192f58fe5925c Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 1 Aug 2015 08:30:00 +0200 Subject: [PATCH] Update changelog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 963c52f..10d314c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2015-07-30 b0.12 +2015-08-01 0.12.1 - Fixes: - Config: - Read config correctly when panel_items is at the end of the config file (issue #511) @@ -7,6 +7,9 @@ - System tray: - Set _NET_SYSTEM_TRAY_ICON_SIZE and _NET_SYSTEM_TRAY_PADDING - Throttle repeated resizes (workaround for issue #509) + - Taskbar: + - Use consistent visibility for sticky (all desktop) windows (related: issue #279) + - Compute monitor correctly for windows when Openbox animations are enabled (issue #511) - tint2conf: - Bad read of option panel_margin 2015-07-12 master