Compare commits

...

1 Commits
main ... v1.4

Author SHA1 Message Date
3bc2546439 feat: v1.4 version release 2025-08-08 17:50:19 +03:00
3 changed files with 14 additions and 9 deletions

View File

@ -1,17 +1,22 @@
# TOTPFIT # TOTPFIT
### Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4 with Google Authenticator migration support ### Another 2FAuthenticator based on TOTP for Zepp OS with Google Authenticator and Proton Authenticator support
![alt text](docs/assets/image2.png) ![alt text](docs/assets/image2.png)![alt text](docs/assets/image.jpg)
### Features: ### Features:
- Supports of `otpauth://` links with parameters "client", "issuer", "algorithm", "digits", "period", "offset" - Support 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=...`
- 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 **Proton Authenticator** export with parameters "client", "issuer", "algorithm", "digits", "period", "offset" **(BETA)**
- Addition/Sort/Edition/Deletion of TOTPs from mobile app
### Guides: ### Guides:
[How to add 2FA TOTP records (keys) on app](/docs/guides/how-to-add-totps/README.md) [How to add 2FA TOTP records (keys) on app](/docs/guides/how-to-add-totps/README.md)
#### This repo has mirror for issues on [GitHub](https://github.com/Lisoveliy/totpfit) #### This repo has mirror for public issues on [GitHub](https://github.com/Lisoveliy/totpfit)
#### To contribute on this repo you must use my [Gitea](https://git.lisoveliy.su/Lisoveliy/totpfit)
Don't be shy to contact me for access!

View File

@ -6,7 +6,7 @@
"appType": "app", "appType": "app",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.3.1" "name": "1.4.0"
}, },
"icon": "icon.png", "icon": "icon.png",
"vender": "zepp", "vender": "zepp",

View File

@ -1,7 +1,7 @@
{ {
"name": "totpfit", "name": "totpfit",
"version": "1.3.1", "version": "1.4.0",
"description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4", "description": "Another 2FAuthenticator based on TOTP for Zepp OS with Google Authenticator and Proton Authenticator support",
"main": "app.js", "main": "app.js",
"author": "Lisoveliy", "author": "Lisoveliy",
"license": "MIT", "license": "MIT",