From b6a6e220f732ca8c1a16d7bb69d6993c45d7a491 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Mon, 27 Sep 2021 10:52:07 +0200 Subject: [PATCH] chore: cut v0.11.0 release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38fddef9..2a9797d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## v0.11.0 (2021-09-27) + + +#### Bug Fixes + +* track category opened state ([0631d500](0631d500)) +* **StatusChatList:** ensure right click popup opens in correct position ([a2e3659d](a2e3659d)) +* **StatusSearchPopup:** use correct theme color for search result text ([654bd9f2](654bd9f2)) +* **StatusSpellcheckingMenuItems:** Exact menu items order ([478177f2](478177f2)) + +#### Features + +* add star icons (#422) ([5c3267f7](5c3267f7)) + + ## v0.10.0 (2021-09-20)