From 7cdabbd89f0f079b09e9d92e9311b26c3a9c51f6 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 28 Aug 2021 18:22:20 +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 39ea2056..bd6c8c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v0.39.0 - 2021-08-28 +This release fixes a bug which makes it impossible to send images in unencrypted rooms. It also implements a complete new designed new chat page which now uses a QR code based workflow to start a new chat. + +- feat: Dismiss keyboard on scroll in iOS +- feat: Implement QR code scanner +- feat: New design for new chat page +- feat: Use the stripped body for notifications and room previews +- feat: Send on enter configuration for mobile devices +- fix: Prefix of notification text +- fix: Display space as room if it contains unread events in timeline +- fix: missing null check +- fix: Open matrix.to urls +- fix: Padding and colors +- fix: Sharing invite link +- fix: Unread bubbles on iOS +- fix: Sending images in unencrypted rooms + ## v0.38.0 - 2021-08-22 This release adds more functionality for spaces, enhances the html viewer, adds a brand new video player and brings some improvements for voice messages. Thanks to everyone involved! diff --git a/pubspec.yaml b/pubspec.yaml index e2267796..42a9f93d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.38.0+1 +version: 0.39.0+1 environment: sdk: ">=2.6.0 <3.0.0"