From 18b663964a15fd0b07452a61453620c462ac1ce1 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 18 Jun 2021 11:44:41 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 17 +++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 500f4ab1..127c1e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v0.32.0 - 2021-06-16 +FluffyChat 0.32.0 targets improved stability and a new onboarding flow where single sign on is now the more prominent way to get new users into the app. This release also introduces a complete rewritten database under the hood based on the key value store Hive instead of sqlite. This should improve the overall stability and the performance of the web version. + +### Feat +* Long-press reactions to see who sent this +* New login UI +* Shift+Enter makes a new line on web and desktop +* Updated translations - Thanks to all translators +* Brand new database backend +* Updated dependencies +* Minor design tweaks + +### Fixes +* Single sign on on iOS and web +* Database corruptions +* Minor fixes + ## v0.31.3 - 2021-05-28 ### Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 56644b62..e38d257b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.31.3+0 +version: 0.32.0+0 environment: sdk: ">=2.6.0 <3.0.0"