diff --git a/CHANGELOG.md b/CHANGELOG.md index 9684d3d9..9e855aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pubspec.yaml b/pubspec.yaml index 0c5e83d8..90a29b1b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.3.3 +version: 0.3.4 homepage: https://famedly.com environment: