From 1a3ad45628c2a519c4f730d16b17f079293cce1d Mon Sep 17 00:00:00 2001 From: Mike Kiss Date: Fri, 10 May 2024 21:35:57 -0400 Subject: [PATCH] feat: darkmode #1502 update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e89ca1cb2..c2f96e7938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,16 @@ # New features: +* Add dark mode to the desktop UI ([#1502](https://github.com/TryQuiet/quiet/issues/1502)) * Add support for new format of invitation link: `c=&t=&s=&i=` ([#2310](https://github.com/TryQuiet/quiet/issues/2310)) * Use server for downloading initial community metadata if v2 invitation link is detected ([#2295](https://github.com/TryQuiet/quiet/issues/2295)) # Refactorings: + * Consolidate colors and align theme with MUI standards ([#2445](https://github.com/TryQuiet/quiet/issues/2445)) # Fixes: + * Disable spellCheck/autoCorrect on non-spelling sensitive fields like usernames and channels ([#373](https://github.com/TryQuiet/quiet/issues/373)) * Fixes issue with reconnecting to peers on resume on iOS ([#2424](https://github.com/TryQuiet/quiet/issues/2424))