build: Changelog for 1.26.1
Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
This commit is contained in:
parent
24e25c1d9b
commit
87572be6f7
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -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…
Add table
Reference in a new issue