build: Release v0.31.0
This commit is contained in:
parent
d5c4d03e94
commit
731ffb4450
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
||||||
|
## [0.31.0] 28th July 2024
|
||||||
|
|
||||||
|
- ci: create release job fix (Karthikeyan S)
|
||||||
|
- feat: Add support for isFederate option for rooms (Krille)
|
||||||
|
- fix: add main thread receipts to event.receipts getter (td)
|
||||||
|
- fix: also delete db on logout (td)
|
||||||
|
- fix: bump database version to v9 (td)
|
||||||
|
- fix: Synapse CI job failing because invite state not completely synced (Krille)
|
||||||
|
- refactor: Better avatar and names for invites (Krille)
|
||||||
|
- refactor: Cache profiles in database and refactor API (Krille)
|
||||||
|
|
||||||
## [0.30.0] 3rd July 2024
|
## [0.30.0] 3rd July 2024
|
||||||
|
|
||||||
- feat: Automatically cancel typing indicators after 30 seconds (Krille)
|
- feat: Automatically cancel typing indicators after 30 seconds (Krille)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.30.0
|
version: 0.31.0
|
||||||
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