build: Add changelog for 1.18.0
This commit is contained in:
parent
f12bf5a9bd
commit
278c3d165b
2 changed files with 38 additions and 1 deletions
37
CHANGELOG.md
37
CHANGELOG.md
|
|
@ -1,3 +1,40 @@
|
||||||
|
## v1.18.0
|
||||||
|
- feat: enhanced send video functionality by adding toggle send original (Mubeen Rizvi)
|
||||||
|
- feat: add dialog to hide presence list with long-press (Marcus Hoffmann)
|
||||||
|
- feat: Add notification shortcuts to android (krille-chan)
|
||||||
|
- feat: make showing user presence info optional (Marcus Hoffmann)
|
||||||
|
- feat: Open chat on shortcut click on android (krille-chan)
|
||||||
|
- fix: BuildContext crash when joining room (krille-chan)
|
||||||
|
- fix: Export session (krille-chan)
|
||||||
|
- fix: Notifications open sometimes automatically on android (krille-chan)
|
||||||
|
- fix: Open room after join (krille-chan)
|
||||||
|
- fix: Open room by notification happened multiple times (krille-chan)
|
||||||
|
- fix: Open room links with event id (krille-chan)
|
||||||
|
- fix: properly initialize hideUnimportantStateEvents setting (Marcus Hoffmann)
|
||||||
|
- fix: Remove status msg not changeable from old cache (krille-chan)
|
||||||
|
- fix: use correct icons for chat pin/unpin (Marcus Hoffmann)
|
||||||
|
- fix: use correct icons for mark read/unread action (Marcus Hoffmann)
|
||||||
|
- build: Update Linux build files (krille-chan)
|
||||||
|
- build: Update to Flutter 3.19.1 (Krille)
|
||||||
|
- chore: Add more information to Person object in android notifications (krille-chan)
|
||||||
|
- chore: Thumbnail follow up for notifications (Krille)
|
||||||
|
- refactor: Better download UX with file picker for android and iOS (krille-chan)
|
||||||
|
- refactor: Use hashcode instead of string to id workaround for notifications (Krille)
|
||||||
|
- Added translation using Weblate (Belarusian) (kopatych)
|
||||||
|
- Added translation using Weblate (Interlingua) (Software In Interlingua)
|
||||||
|
- Translated using Weblate (Arabic) (Rex_sa)
|
||||||
|
- Translated using Weblate (Basque) (xabirequejo)
|
||||||
|
- Translated using Weblate (Chinese (Simplified)) (Poesty Li)
|
||||||
|
- Translated using Weblate (Chinese (Simplified)) (大王叫我来巡山)
|
||||||
|
- Translated using Weblate (Estonian) (Priit Jõerüüt)
|
||||||
|
- Translated using Weblate (Galician) (josé m)
|
||||||
|
- Translated using Weblate (German) (Benjamin Wagner)
|
||||||
|
- Translated using Weblate (Greek) (Benjamin Wagner)
|
||||||
|
- Translated using Weblate (Russian) (Benjamin Wagner)
|
||||||
|
- Translated using Weblate (Russian) (v1s7)
|
||||||
|
- Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
|
||||||
|
- Translated using Weblate (Ukrainian) (Сергій)
|
||||||
|
|
||||||
## v1.17.3
|
## v1.17.3
|
||||||
- feat: New account data based wallpaper feature (Krille)
|
- feat: New account data based wallpaper feature (Krille)
|
||||||
- build: Update dependencies (Krille)
|
- build: Update dependencies (Krille)
|
||||||
|
|
|
||||||
|
|
@ -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.17.3+3527
|
version: 1.18.0+3528
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue