From 102899caed8ed7f045cc71140b7e9b53ba71f51d 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 63865f2a..beade33c 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]