From 684ef6611551d7d727843e22d65a975870039e8d Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 2 Jan 2022 12:37:19 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++- pubspec.yaml | 2 +- 2 files changed, 65 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199d2dea..882234a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,67 @@ -## v1.1.0 - Unreleased +## v1.2.0 - Unreleased +FluffyChat 1.2.0 brings a new stories feature, a lot of bug fixes and improved +voice messages. + +- change: Set client ID in invite action link (Krille Fear) +- design: Improved animations in chat view when changing account (The one with the Braid) +- design: Remove redundant voice message button (S1m) +- design: Use more adaptive elements (Krille Fear) +- feat: Add button to record a video on Android (S1m) +- feat: Add static + button to pick reaction (S1m) +- feat: Better in app video player (Christian Pauly) +- feat: Enable compression and thumbnails for videos (Christian Pauly) +- feat: Nicer file event design (Krille Fear) +- feat: Recording dialog with displaying amplitude (Christian Pauly) +- feat: Remember homeserver on search page (Christian Pauly) +- feat: Save files images and videos (Christian Pauly) +- feat: Settings for stories (Christian Pauly) +- feat: Share to story (Christian Pauly) +- feat: Stories (Krille Fear) +- fix: Add missing routes (Christian Pauly) +- fix: Better thumbnails (Krille Fear) +- fix: Do not setup UP if init from an UP action (S1m) +- fix: linux notifications (Raatty) +- fix: Play video without thumbnail if none (S1m) +- fix: Show message bubble on download only video attachments (Drews Clausen) +- fix: Show scrollDownButton only if selectedEvents is empty (S1m) +- fix: Snapcraft image (Krille Fear) +- fix: Snapcraft.yaml (Christian Pauly) +- fix: Use system fonts except for desktop (Christian Pauly) +- fix: Video playback on iOS (John Francis Sukamto) +- fix: Videoplayer (Christian Pauly) +- followup: Improve stories (Christian Pauly) +- Improve website SEO tagging (Marcel) +- Increase font size granularity (S1m) +- refactor: /command hints add tooltips, test for missing hints, script to generate glue code, hints for dm, create, clearcache, discardsession (Steef Hegeman) +- refactor: Make more files null safe (Christian Pauly) +- refactor: Make style settings null safe (Krille Fear) +- systemNavigationBarColor ← appBar.backgroundColor (Steef Hegeman) +- Translated using Weblate (Chinese (Simplified)) (Eric) +- Translated using Weblate (Chinese (Simplified)) (Lynn Nakanishi Lin(林中西)) +- Translated using Weblate (Chinese (Traditional)) (Lynn Nakanishi Lin(林中西)) +- 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 (Finnish) (Aminda Suomalainen) +- Translated using Weblate (French) (Anne Onyme 017) +- Translated using Weblate (Galician) (Xosé M) +- Translated using Weblate (German) (Christian) +- Translated using Weblate (German) (Jana) +- Translated using Weblate (German) (TeemoCell) +- Translated using Weblate (Hebrew) (MusiCode1) +- Translated using Weblate (Hebrew) (y batvinik) +- Translated using Weblate (Hungarian) (Balázs Meskó) +- Translated using Weblate (Indonesian) (Linerly) +- Translated using Weblate (Korean) (Kim Tae Kyeong) +- Translated using Weblate (Polish) (KSP Atlas) +- Translated using Weblate (Russian) (Nikita Epifanov) +- Translated using Weblate (Slovenian) (John Jazbec) +- Translated using Weblate (Spanish) (Valentino) +- Translated using Weblate (Turkish) (Oğuz Ersen) +- Translated using Weblate (Ukrainian) (Ihor Hordiichuk) + +## v1.1.0 - 2021-12-08 - CI: Add candidate release pipeline (Krille Fear) - Translated using Weblate (Dutch) (Jelv) - Translated using Weblate (Estonian) (Priit Jõerüüt) diff --git a/pubspec.yaml b/pubspec.yaml index 6fd735d4..5d87d63b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 1.1.0+1838 +version: 1.2.0+2041 environment: sdk: ">=2.11.0 <3.0.0"