build: Bump version to 0.25.13
This commit is contained in:
parent
beeff0a2c3
commit
6f905f7d3b
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
## [0.25.13] 7th March 2024
|
||||||
|
- chore: Add regression test for invite->join state handling (Nicolas Werner)
|
||||||
|
- feat: add fromLocalStoreOnly to Event.downloadAndDecryptAttachment (Romain GUILLOT)
|
||||||
|
- fix: archived room state store logic (Nicolas Werner)
|
||||||
|
- fix: Do not assume a missing timestamp means "now" (Nicolas Werner)
|
||||||
|
- fix: Do not compare timestamps when setting roomstate (Nicolas Werner)
|
||||||
|
- fix: properly fetch participants when transitioning from invite to join (Nicolas Werner)
|
||||||
|
- fix: properly overwrite loaded state for partial loaded rooms (Nicolas Werner)
|
||||||
|
- fix: some tests fail with the "fixed" membership fetch logic (Nicolas Werner)
|
||||||
|
|
||||||
## [0.25.12] 1st March 2024
|
## [0.25.12] 1st March 2024
|
||||||
- chore: pass refreshToken to uiaLogin (Krille)
|
- chore: pass refreshToken to uiaLogin (Krille)
|
||||||
- fix: removed prev_sender for empty chats (Patrick Hettich)
|
- fix: removed prev_sender for empty chats (Patrick Hettich)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.25.12
|
version: 0.25.13
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue