From a1944d52b93f845fa8d4305986ac48c70c52b30b Mon Sep 17 00:00:00 2001 From: FranklinDM <mrmineshafter17@gmail.com> Date: Tue, 28 Feb 2023 17:03:50 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3490b..1249b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 1.1.0 +* Override tab panel background color + - This implements an internal color method for use with the browser window. This should hopefully get rid of the white flashes and follows the same method used in bug 1488384, which overrides the background color of the tab panel (anonymous content that is a *child of the `browser` element). +* Fix conflicts with uBO element picker + ### 1.0.9 * Fix missing domWindow variable