From b7e7743b214724ef528b9558478c8a5d8cc15aa9 Mon Sep 17 00:00:00 2001 From: Chris Lee <@klee93> Date: Sun, 18 Apr 2021 19:42:58 -0700 Subject: [PATCH] update changelog --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index b128d2c..9109426 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2021-04-18 master +- Fixes: + - Crash when a window icon is large (issue #786) (santouits) + - Minute clock doesn't update (issue #786) + - Scrollbars in tint2conf (issue #796) + - Preserve item order when skipping executors (issue #799) + - Image memory leak (issues #704, #721) (Adam M. Trofa) + - Incorrect timeout microsecond computation leading to high CPU usage (issue #800) +- Enhancements: + - Port tint2conf to gtk3 (issue #380) + - execp_monitor config (issue #799) + - Improved executor examples (Nikita Zlobin) 2019-07-14 16.7 - Fixes: - Fix spacing around icons in executor without text in vertical panels (issue #716)