build: Bump version to 1.14.4
This commit is contained in:
parent
cb42b5900b
commit
bed7e34a36
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
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
|
## 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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue