From 6cd3b9f883df2c47b4a32879bcaa4d2150e926f8 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 1 May 2021 16:03:16 +0200 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63865f2aa..beade33ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Change Log for fluffychat -Chat with your friends. ## Unreleased +In this release we have mostly focused on bugfixing and stability. We have switched to the new Flutter 2 framework and have done a lot of refactoring under the hood. The annoying freezing bug should now be fixed. Voice messages now have a new backend which should improve the sound quality and stability. There is now a more professional UI for editing aliases of a room. Users can now see a list of all aliases, add new aliases, delete them and mark one alias as the canonical (or main) alias. Some minor design changes and design fixes should improve the overall UX of the app exspecially on tablets. + ### Chore * Update UP and automatically re-register UP on startup [aa3348e]