build: Changelog for 1.26.1

Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
pull/1850/head rc1.26.1-1
Christian Kußowski 6 months ago
parent 24e25c1d9b
commit 87572be6f7
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -1,3 +1,19 @@
## v1.26.1
Updates the Matrix Dart SDK to fix multiple issues where messages can be missing in the timeline.
- feat: Reenable archive feature after various fixes landed in sdk (krille-chan)
- build: Update matrix dart sdk to 0.40.0 (Christian Kußowski)
- chore: Adjust new chat page design (krille-chan)
- chore: Display count of invited in members page (krille-chan)
- chore: Do not load timeline while sync processing (Krille)
- chore: Do not store event from push in database (Krille)
- chore: Only show joined members in members list by default (Krille)
- chore: Remove matrix notification workflow (Krille)
- fix(docs): escape tag (Sophie L)
- fix: Crash when opening settings in column mode from popup menu (krille-chan)
- refactor: Display thread messages like replies as a thread fallback (Krille)
## v1.26.0
- feat: Add advanced configuration page (Krille)

@ -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.26.0+3538
version: 1.26.1+3539
environment:
sdk: ">=3.0.0 <4.0.0"

Loading…
Cancel
Save