From bed7e34a362b51319fc45aef16b53706a126f97d Mon Sep 17 00:00:00 2001 From: Krille Date: Sat, 7 Oct 2023 09:50:02 +0200 Subject: [PATCH] build: Bump version to 1.14.4 --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a128905..f3941dc57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - hotfix app lock still displayed even when account is logged out - Update to Flutter 3.13.6 diff --git a/pubspec.yaml b/pubspec.yaml index 66ae51b45..75ca45643 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.14.3+3518 +version: 1.14.4+3519 environment: sdk: ">=3.0.0 <4.0.0"