chore: Bump version

This commit is contained in:
Christian Pauly 2021-06-18 11:44:41 +02:00
parent 33b6aca061
commit 18b663964a
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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"