Merge pull request #2079 from famedly/release/0394
chore: release v0.39.4
This commit is contained in:
commit
9ee62f1f80
|
|
@ -1,3 +1,9 @@
|
||||||
|
## [0.39.4] 6th May 2025
|
||||||
|
|
||||||
|
- chore: prev_batch update after a limited timeline follow-up (Karthikeyan S)
|
||||||
|
- fix: make sure prev_batch is updated after a limited timeline (td)
|
||||||
|
- fix: sanity if room prev_batch null, populate it (td)
|
||||||
|
|
||||||
## [0.39.3] 6th May 2025
|
## [0.39.3] 6th May 2025
|
||||||
- fix: Do not load timeline while sync is processed (Krille)
|
- fix: Do not load timeline while sync is processed (Krille)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.39.3
|
version: 0.39.4
|
||||||
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