From b6c19da36c6dea4880707267176651fa60aba5ab Mon Sep 17 00:00:00 2001 From: Chris Lee <@klee93> Date: Sun, 24 Feb 2019 23:13:17 +0100 Subject: [PATCH] update authors and changelog --- AUTHORS | 1 + ChangeLog | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 99a6a47..e7b03d9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -34,6 +34,7 @@ Contributors: aaaz (https://gitlab.com/aaaz) : clock fixes heisenbug (https://gitlab.com/heisenbugh) : taskbar button tinting with icon color Fabian Carlström : taskbar sort order by app name + Chris Billington (https://gitlab.com/chrisjbillington) : panel struts pivoting Translations: Bosnian: diff --git a/ChangeLog b/ChangeLog index c89fd2e..c2336b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ -2019-02-17 master +2019-02-24 master - Fix spacing around icons in executor without text in vertical panels (issue #716) - Fix Bug: Clock Only Updates Every Minute With Format %s (issue #724) - Fix markup drawing when font shadow enabled (issue #709) - Blink battery when low (issue #723) +- Struts pivoting: workaround for panel positioning between monitors in mutter 2018-08-05 16.6.1 - Fix packaging regression for debian (issue #715)