build: Bump version to 1.14.4

This commit is contained in:
Krille 2023-10-07 09:50:02 +02:00
parent cb42b5900b
commit bed7e34a36
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.14.4
- Translated using Weblate (Spanish) (José Muñoz)
- Translated using Weblate (Spanish) (Yotta Mxt)
- build: Add custom iOS notification sound (Krille)
- design: Hide Navigationbar labels (krille-chan)
- design: New notification sound (krille-chan)
- fix: Flutter warnings because of applock animation (krille-chan)
- fix: UIA requests with navigator (krille-chan)
- fix: open story from push notification (Krille-chan)
- refactor: Only preload client for GUI start (krille-chan)
## v1.14.3 ## v1.14.3
- hotfix app lock still displayed even when account is logged out - hotfix app lock still displayed even when account is logged out
- Update to Flutter 3.13.6 - Update to Flutter 3.13.6

View file

@ -2,7 +2,7 @@ name: fluffychat
description: Chat with your friends. description: Chat with your friends.
publish_to: none publish_to: none
# On version bump also increase the build number for F-Droid # On version bump also increase the build number for F-Droid
version: 1.14.3+3518 version: 1.14.4+3519
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"