chore: Bump version

This commit is contained in:
Krille 2024-02-04 06:44:24 +01:00
parent 6fde2fbeaa
commit e68306c8b3
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,19 @@
## v1.17.3
- feat: New account data based wallpaper feature (Krille)
- build: Update dependencies (Krille)
- build: Update flutter to 3.16.9 (Krille)
- build: Update matrix dart sdk to 0.25.7 (Krille)
- build: Update minor versions (Krille)
- chore: Adjust status msg design (krille-chan)
- chore: Improved error handling for recovery key (Krille)
- chore: Make stickers smaller (Krille)
- chore: Wait for device keys before ask bootstrap (Krille)
- fix: Missing null check in public room bottom sheet (Krille)
- fix: onDragDone crashes when no files found (Krille)
- fix: Render tg-forward html tags (Krille)
- fix: Use HapticFeedback.selectionClick() for long press on message (Krille)
- fix: whitespaces sometimes encoded in html message (Krille)
## v1.17.2
Another minor bugfix release which also implements private read receipts.

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.2+3526
version: 1.17.3+3527
environment:
sdk: ">=3.0.0 <4.0.0"