build: Bump version to 1.17.1

This commit is contained in:
Krille 2024-01-13 17:17:11 +01:00
parent fdfb6a8f1a
commit 9981826f7b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
## v1.17.1
Minor bugfix release.
- build: Update matrix sdk 0.25.5 (Krille)
- build: Update to flutter 3.16.7 (Krille)
- chore: Remove vibration on iOS for long press (Krille)
- design: Better paddings in tablet mode (krille-chan)
- docs: Fix typo in readme (Krille)
- Fix dependency. missing yq when invoking setup-web. also ensure updated config.json copied in (Isaac Johnson)
- fix: text nodes with multiple links crash the timeline (Krille)
- fix: URL too long when reporting bug (Krille)
- fix: Wait for user device keys before start verification (Krille)
## v1.17.0
FluffyChat v1.17.0 refreshes the overall user experience, changes some design and fixes a lot of bugs. It also replaces the stories feature with matrix presences, introduces a new kind of database to store the messages locally and improves the performance and app stability.

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.17.0+3524
version: 1.17.1+3525
environment:
sdk: ">=3.0.0 <4.0.0"