mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 17:06:47 +00:00
update version
This commit is contained in:
parent
1b819c5b08
commit
90bf944bb3
3 changed files with 12 additions and 3 deletions
|
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# 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
|
## 0.0.87
|
||||||
|
|
||||||
- Adds link preview to images
|
- Adds link preview to images
|
||||||
|
|
|
||||||
|
|
@ -905,7 +905,7 @@ packages:
|
||||||
path: "dependencies/hashlib"
|
path: "dependencies/hashlib"
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "2.2.0"
|
version: "2.3.0"
|
||||||
hashlib_codecs:
|
hashlib_codecs:
|
||||||
dependency: "direct overridden"
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
|
|
@ -1259,7 +1259,7 @@ packages:
|
||||||
path: "dependencies/no_screenshot"
|
path: "dependencies/no_screenshot"
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.3.2-beta.3"
|
version: "0.3.2"
|
||||||
objective_c:
|
objective_c:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec
|
||||||
|
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.0.89+89
|
version: 0.0.90+90
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.6.0
|
sdk: ^3.6.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue