From 2b1dba16c00ea67262750cffe8ba026f46c12125 Mon Sep 17 00:00:00 2001 From: Adrian Samoticha Date: Sat, 7 Oct 2023 19:44:29 +0200 Subject: [PATCH] update changelog entry for version 2.0.1 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27d69cf..981068e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ## [2.0.1] ### 🔄 Updated 🔄 * `PushButton` has received a facelift. It now mimics the look and feel of native macOS buttons more closely. - * **Note:** As a result, its `pressedOpacity` property and the `PushButtonTheme` class have been deprecated. + * **Note:** As a result, its `pressedOpacity` property and the `PushButtonTheme` class have been deprecated. +* Fixed a bug that caused the sidebar to appear darker than intended. +* `SidebarItems` has now respects the user’s selected accent color and mimics the look of macOS’ sidebar items more closely. ## [2.0.0] ### 🚨 Breaking Changes 🚨