From 1013791b35d361530bb9aaaaf8e80689776b1aed Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 3 Jan 2016 21:58:13 +0000 Subject: [PATCH] Updated changelog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a930f6..f94889e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ -2015-12-23 master +2016-01-03 master - Enhancements: - Support for NETWM viewports (as in Compiz) (issue #94) - The default desktop font (Gtk/FontName from XSettings) is used when a font is not specified in the config file - When no fonts are specified in the config, tint2 picks up the default font of the desktop environment via XSettings + - Tint2 dumps a stack trace to stderr and ~/.tint2-crash.log in case of a crash + - Tint2 attempts to restart itself after a crash, but only if it has been running for more than 30 seconds + - Pixmaps are cached instead of always redrawn between different button states when mouse effects are enabled, + to improve performance - New config options: - Executor: new plugin that displays the output of a command in the panel (issue #161) - New taskbar sort order options: least-recently-used (lru), most-recently-used (mru) (issue #532) @@ -11,6 +15,7 @@ - Battery changes visibility correctly (issue #531) - Reverted the window flags back to the value in 0.11 to make sure the window manager detects that tint2 is a panel (fixes issue #537, breaks issue #455) + - Fixed a rare crash caused by the system tray code 2015-11-12 0.12.3 - Enhancements: - Battery: Multiple batteries are now supported under Linux (issue #139;