build: Release v0.30.0
This commit is contained in:
parent
ab24a25350
commit
1d0161b24e
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
- chore: allow clients to set their own voip key delays (td)
|
||||
- chore: use not cancelled in actions instead of always (td)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.29.13
|
||||
version: 0.30.0
|
||||
homepage: https://famedly.com
|
||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||
|
|
|
|||
Loading…
Reference in New Issue