From 686bfa3157dbd5c648a8b17dc190f3c4a0e7cb63 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 21 Jul 2021 16:15:26 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bea706..ab9d05b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.1.10] - 21th Jul 2021 +Please note: This removes the isolate code from the SDK to make it compatible with dart web. If +you still want the SDK to execute code in the background to not block the UI on key generation +for example, pass the `compute` method from Flutter to your client: + +```dart +// ... +final client = Client('name...', + // ... + compute: compute, +); +``` + ## [0.1.9] - 20th Jul 2021 - fix: Add missing null check which made bootstrap fail for newest Synapse release diff --git a/pubspec.yaml b/pubspec.yaml index 8ee84a55..4f69b8e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.1.9 +version: 0.1.10 homepage: https://famedly.com environment: