build: Bump version to 1.19.1

This commit is contained in:
krille-chan 2024-04-07 16:10:46 +02:00
parent 6f9da100a0
commit da25c139c8
No known key found for this signature in database
2 changed files with 12 additions and 1 deletions

View file

@ -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.

View file

@ -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"