From 0fb69631c71173677c95d20d03bb83a203871700 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 3 Jun 2022 08:06:42 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5664d37..b88a3bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## v1.5.0 - 2022-06-03 +- Translated using Weblate (Ukrainian) (Ihor Hordiichuk) +- feat: Better sign up UX and allow signup without password (Christian Pauly) +- feat: Initial material you support (Christian Pauly) +- feat: include Synapse into integration test (TheOneWithTheBraid) +- fix: Broken dynamic color palette (Christian Pauly) +- fix: Build on iOS emulator (Christian Pauly) +- fix: Missing bottom padding in text only stories (Christian Pauly) +- fix: Send sticker without blocking the UI (Christian Pauly) +- fix: Sentry switch being broken (Sorunome) +- fix: add new Play patch (TheOneWithTheBraid) +- fix: handle matrix.to prefix when starting chat (TheOneWithTheBraid) +- fix: minor design bugs (TheOneWithTheBraid) +- fix: privacy in sign up (TheOneWithTheBraid) +- fix: properly set app title in embedder (TheOneWithTheBraid) +- fix: proprietory classes included into build (TheOneWithTheBraid) +- fix: remove proprietary classes from build (TheOneWithTheBraid) +- refactor: Sharing intent (Christian Pauly) +- refactor: Stories header (Christian Pauly) +- refactor: Update Matrix SDK (Christian Pauly) +- refactor: Upgrade to Flutter 3.0.0 (Christian Pauly) +- Translated using Weblate (Basque) (—X—) +- Translated using Weblate (Chinese (Simplified)) (Eric) +- Translated using Weblate (Croatian) (Milo Ivir) +- Translated using Weblate (Czech) (Milan Korecky) +- Translated using Weblate (Dutch) (Jelv) +- Translated using Weblate (Estonian) (Priit Jõerüüt) +- Translated using Weblate (Galician) (Xosé M) +- Translated using Weblate (Indonesian) (Linerly) +- Translated using Weblate (Lithuanian) (Mind) +- Translated using Weblate (Portuguese (Brazil)) (Hermógenes Oliveira) +- Translated using Weblate (Portuguese (Brazil)) (mmagian) +- Translated using Weblate (Russian) (Nikita Epifanov) +- Translated using Weblate (Turkish) (Oğuz Ersen) + ## v1.4.0 - 2022-04-23 - design: Display icon for failed sent messages (Krille Fear) - design: Display own stories at first place and combine with new stories button (Krille Fear) diff --git a/pubspec.yaml b/pubspec.yaml index f03eb16a..ceff3c7c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 1.4.0+2323 +version: 1.5.0+2323 environment: sdk: ">=2.12.0 <3.0.0"