diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5309a..92b3f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.0.90 + +- Fixes issue that media files where not reuploaded +- Fixes iOS zooming issue when switching between .5 and x1 +- Fixes biometric auth bypass when opening a twonly/reopen send image +- Fixes that media files could not be downloaded in case the contact deleted his account +- Fixes database issue in case twonly is opened multiple times +- Fixes typos in translation + ## 0.0.87 - Adds link preview to images diff --git a/pubspec.lock b/pubspec.lock index 6b30fbb..1227333 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -905,7 +905,7 @@ packages: path: "dependencies/hashlib" relative: true source: path - version: "2.2.0" + version: "2.3.0" hashlib_codecs: dependency: "direct overridden" description: @@ -1259,7 +1259,7 @@ packages: path: "dependencies/no_screenshot" relative: true source: path - version: "0.3.2-beta.3" + version: "0.3.2" objective_c: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5ac7cf8..5cf436c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec publish_to: 'none' -version: 0.0.89+89 +version: 0.0.90+90 environment: sdk: ^3.6.0