diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c86b37..84c3a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,12 @@ - Use server-side generated thumbnails in cleartext rooms - Add option to send images in their original resolution - Add additional confirmation for sending files & share intents +- Add option to opt-in to report issues / crashes to sentry +- Write keys to online key backup, fully implementing online key backup ### Changes - Tapping links, pills, etc. now does stuff +- Better handling of sending messages in bad network +- Better recovery of "keys not cached" ### Fixes: - Various html rendering and url-ifying fixes - Added support for blurhashes diff --git a/pubspec.lock b/pubspec.lock index c649109..4b93d53 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -187,8 +187,8 @@ packages: dependency: "direct main" description: path: "." - ref: "5863c8e168d796bcda3556409c46e27b71986862" - resolved-ref: "5863c8e168d796bcda3556409c46e27b71986862" + ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe + resolved-ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe url: "https://gitlab.com/famedly/famedlysdk.git" source: git version: "0.0.1" @@ -422,6 +422,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.3.4" + isolate: + dependency: transitive + description: + name: isolate + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.3" js: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 464a6f0..ee3a4d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: famedlysdk: git: url: https://gitlab.com/famedly/famedlysdk.git - ref: 8899f4c677f6f255db62f34a6ae46f92deaa1c88 + ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe localstorage: ^3.0.1+4 bubble: ^1.1.9+1