chore: Bump version

This commit is contained in:
Christian Pauly 2021-08-28 11:36:20 +02:00 committed by Krille Fear
parent f3f9b219e1
commit 04ff890670
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [0.3.4] - 28nd Aug 2021
- fix: String.parseIdentifierIntoParts not working with unicode matrix.to links
Some clients do not uri-encode the identifier for matrix.to links, so we must
handle if we can't uri-decode them
- fix: missing null check in hideEdit condition
- fix: missing null check
It seems `device_keys` in the reply of `/keys/query` is not required. While synapse always
sent it, conduit did not, which resulted in an error.
## [0.3.3] - 20nd Aug 2021
- fix: room.lastEvent order now respects edits
- feat: use m.new_content in lastEvent (so no more * fallback)

View File

@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.3.3
version: 0.3.4
homepage: https://famedly.com
environment: