Forráskód Böngészése

Update changelog and description

Neeraj Gupta 2 éve
szülő
commit
ecdeb2c8ae

+ 0 - 3
fastlane/metadata/android/en-US/changelogs/38.txt

@@ -1,3 +0,0 @@
-- Added OTPAuth URL Scheme Support: Our Two-Factor Authenticator app now supports the otpauth:// URL scheme for easy setup and configuration of your one-time password (OTP) accounts.
-
-- Expanded Language Support:In addition to English, French, and Spanish, our app now supports German (de), Spanish from Spain (es-ES), Dutch (nl), Brazilian Portuguese (pt-BR), Russian (ru), and Simplified Chinese (zh-CN). To change your language preferences, go to Settings > Account > Language.

+ 3 - 0
fastlane/metadata/android/en-US/changelogs/39.txt

@@ -0,0 +1,3 @@
+- Added OTPAuth URL Scheme Support: Our Two-Factor Authenticator app now supports the otpauth:// URL scheme for easy setup and configuration of your one-time password (OTP) accounts.
+
+- Expanded Language Support: Thanks to the help from our community, in addition to English, French, and Spanish, our app now supports German, Spanish, Dutch, Brazilian Portuguese, Russian, and Simplified Chinese. To change your language preferences, go to Settings > Account > Language.

+ 4 - 1
fastlane/metadata/android/en-US/full_description.txt

@@ -13,6 +13,9 @@ and preserve your data.
 ente will automatically sync the 2FA tokens you add to your account, across all
 ente will automatically sync the 2FA tokens you add to your account, across all
 your devices. Every new device you sign into will have access to these tokens.
 your devices. Every new device you sign into will have access to these tokens.
 
 
+- Web access
+You can access your 2FA code from any web browser by visiting https://auth.ente.io .
+
 - Offline Mode
 - Offline Mode
 ente generates 2FA tokens offline, so your network connectivity will not get in
 ente generates 2FA tokens offline, so your network connectivity will not get in
 the way of your workflow.
 the way of your workflow.
@@ -23,7 +26,7 @@ You can add tokens to ente by one of the following methods:
 2. Manually entering (copy-pasting) a 2FA secret
 2. Manually entering (copy-pasting) a 2FA secret
 3. Bulk importing from a file that contains a list of codes in the following format:
 3. Bulk importing from a file that contains a list of codes in the following format:
 
 
-otpauth://totp/ACCOUNT?secret=SUPERSECRET&issuer=SERVICE
+otpauth://totp/provider.com:you@email.com?secret=YOUR_SECRET
 
 
 The codes maybe separated by new lines or commas.
 The codes maybe separated by new lines or commas.