From 5a5b2e95e0a74381406134415c44b3d383ec867a Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 26 Jun 2021 10:56:01 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9923f3..779cbe80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.33.0 - 2021-06-26 +Just a more minor bugfixing release with some design changes in the settings, updated missing translations and for rebuilding the arm64 Linux Flatpak. + +### Features +* redesigned settings +* Updated translations - thanks to all translators +* display progress bar in first sync +* changed Linux window default size +* update some dependencies + +### Fixes +* Favicon on web +* Database not storing files correctly +* Linux builds for arm64 +* a lot of minor bugs + ## v0.32.2 - 2021-06-20 * fix: Broken hive keys diff --git a/pubspec.yaml b/pubspec.yaml index b66c5e61..9da5ce60 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.32.2+0 +version: 0.33.0+0 environment: sdk: ">=2.6.0 <3.0.0"