feat: v1.3.0 final cut
This commit is contained in:
parent
3aaedec7f6
commit
6a2ab542b9
@ -4,7 +4,7 @@
|
|||||||

|

|
||||||
|
|
||||||
### Features:
|
### Features:
|
||||||
- Supports of otpauth links with parameters "client", "issuer", "algorithm", "digits", "period", "offset"
|
- Supports of ```otpauth://``` links with parameters "client", "issuer", "algorithm", "digits", "period", "offset"
|
||||||
- Addition/Edition/Deletion of TOTPs from mobile app
|
- Addition/Edition/Deletion of TOTPs from mobile app
|
||||||
- Support of Google Authenticator migration links formated: ```otpauth-migration://offline?data=...``` (At this stage with only 6 digits and only 30 seconds period)
|
- Support of Google Authenticator migration links formated: ```otpauth-migration://offline?data=...``` (At this stage with only 6 digits and only 30 seconds period)
|
||||||
|
|
||||||
|
2
app.json
2
app.json
@ -6,7 +6,7 @@
|
|||||||
"appType": "app",
|
"appType": "app",
|
||||||
"version": {
|
"version": {
|
||||||
"code": 1,
|
"code": 1,
|
||||||
"name": "1.3"
|
"name": "1.3.0"
|
||||||
},
|
},
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"vender": "zepp",
|
"vender": "zepp",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "totpfit",
|
"name": "totpfit",
|
||||||
"version": "1.3",
|
"version": "1.3.0",
|
||||||
"description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4",
|
"description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"author": "Lisoveliy",
|
"author": "Lisoveliy",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user