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

|
||||
|
||||
### 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
|
||||
- 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",
|
||||
"version": {
|
||||
"code": 1,
|
||||
"name": "1.3"
|
||||
"name": "1.3.0"
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"vender": "zepp",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "totpfit",
|
||||
"version": "1.3",
|
||||
"version": "1.3.0",
|
||||
"description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4",
|
||||
"main": "app.js",
|
||||
"author": "Lisoveliy",
|
||||
|
Loading…
x
Reference in New Issue
Block a user