mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 12:16: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
|
||||
|
||||
## 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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue