From 04ff890670a174f7a2af72b2f5e07469d176333f Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 28 Aug 2021 11:36:20 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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: