From da25c139c872e8f591f0f78a370a924bd9abb2ce Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 7 Apr 2024 16:10:46 +0200 Subject: [PATCH] build: Bump version to 1.19.1 --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec8b391..7f3199c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.19.1 +Minor bugfix release for login with SSO on web. + +- feat: Show/hide third column in chat view (krille-chan) +- design: Adjust some colors in inputbar (krille-chan) +- fix: Login with SSO on web (krille-chan) +- fix: Make chat permission settings null and type safe (krille-chan) +- chore: do not use static openssl (ShootingStarDragons) +- refactor: Move room headers into appbar bottom field (krille-chan) +- refactor: new flutter only typing animation (krille-chan) + ## v1.19.0 FluffyChat v1.19.0 features an improved design for message bubbles and a lot of fixes under the hood. diff --git a/pubspec.yaml b/pubspec.yaml index 8e49418e..2cb460d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fluffychat description: Chat with your friends. publish_to: none # On version bump also increase the build number for F-Droid -version: 1.19.0+3529 +version: 1.19.1+3530 environment: sdk: ">=3.0.0 <4.0.0"