Merge pull request #1891 from famedly/release/v0.31.0

build: Release v0.31.0
This commit is contained in:
Karthikeyan S 2024-07-29 09:59:42 +05:30 committed by GitHub
commit 0ec9de5d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View File

@ -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
- feat: Automatically cancel typing indicators after 30 seconds (Krille)

View File

@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.30.0
version: 0.31.0
homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues