Merge pull request #1872 from famedly/release/v0.30.0

build: Release v0.30.0
This commit is contained in:
Krille-chan 2024-07-03 15:17:28 +02:00 committed by GitHub
commit 0ac0ef63ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## [0.30.0] 3rd July 2024
- feat: Automatically cancel typing indicators after 30 seconds (Krille)
- feat: move e2e test dind structure to use executor (td)
- fix: Correctly store lastEvent in database after decryption (Krille)
- fix: Do not update lastEvent with state events (Krille)
- fix: lastEvent after edit and redact (td)
- fix: Type error when uploading room keys (Krille)
- refactor: Remove Matrix Connection Exception (Krille)
## [0.29.13] 24th June 2024 ## [0.29.13] 24th June 2024
- chore: allow clients to set their own voip key delays (td) - chore: allow clients to set their own voip key delays (td)
- chore: use not cancelled in actions instead of always (td) - chore: use not cancelled in actions instead of always (td)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.29.13 version: 0.30.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