diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd5fdb7..df4d014a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.34.0 - 2021-07-21 +Mostly bugfixes and one new feature: Lottie file rendering. + +### All changes: +* feat: Add rendering of lottie files +* fix: Check for jitsi server in well-known lookup also on login screen +* fix: show thumbnails in timeline on desktop +* feat: Add a proper file saver +* feat: Better detect the device type from the device name +* fix: Workaround for iOS not removing the app badge +* fix: Keyboard hides imagePicker buttons on iOS +* feat: Add rendering of lottie files +* fix: Don't allow backup of the android app + ## v0.33.3 - 2021-07-11 Another bugfixing release to solve some problems and republish the app on iOS. diff --git a/pubspec.yaml b/pubspec.yaml index dbb094bd..35e934fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.33.3+0 +version: 0.34.0+0 environment: sdk: ">=2.6.0 <3.0.0"