From 6f6fb86fee1d66eaaabb161b96fa8811b4ccbedf Mon Sep 17 00:00:00 2001 From: Savely Savenok Date: Fri, 8 Aug 2025 17:50:19 +0300 Subject: [PATCH] chore: v1.4 version release --- README.md | 17 +++++++++++------ app.json | 2 +- package.json | 4 ++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 40b4efb..0a12f85 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,22 @@ # 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: -- 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) +- Support of `otpauth://` links with parameters "client", "issuer", "algorithm", "digits", "period", "offset" +- Support of Google Authenticator migration links formated: `otpauth-migration://offline?data=...` +- Support of **Proton Authenticator** export with parameters "client", "issuer", "algorithm", "digits", "period", "offset" **(BETA)** +- Addition/Sort/Edition/Deletion of TOTPs from mobile app ### Guides: [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! \ No newline at end of file diff --git a/app.json b/app.json index 8df975d..aaf0743 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,7 @@ "appType": "app", "version": { "code": 1, - "name": "1.3.1" + "name": "1.4.0" }, "icon": "icon.png", "vender": "zepp", diff --git a/package.json b/package.json index b46fdb4..3f3e841 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "totpfit", - "version": "1.3.1", - "description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4", + "version": "1.4.0", + "description": "Another 2FAuthenticator based on TOTP for Zepp OS with Google Authenticator and Proton Authenticator support", "main": "app.js", "author": "Lisoveliy", "license": "MIT",