Skip to content

Releases: Rookiestyle/KeePassOTP

v1.1: Improvements & bugfixes

06 Nov 07:38
v1.1
511b4a7
Compare
Choose a tag to compare

Improve tray menu

  • If entries from multiple databases are shown, the database color is shown as well
  • OTP entries in tray now show the entry's icon
  • OTP entries in tray show entry specific foreground & background colors if configured

OTP improvements

  • Update API used for two-factor authentication checks to V3 (https://2fa.directory/api/v3/tfa.json)
  • Show additional details in entry form and OTP setup form (OTP setup, OTP documentation, OTP recovery, ...)

Bugfix: Focus & tab issues in KeePassOTP setup form

v1.0.1: Bugfix: Proper handling of country code second level domains

27 Oct 18:53
v1.0.1
47810b7
Compare
Choose a tag to compare
Properly handle ccSLD (country code second level domains) like com.au, co.uk, al.gov.br, ...
This fixes an isssue while indicating possible two factor authentication usage

Closes #73

v1.0 Improve OTP handling in various aspects

20 Oct 18:41
v1.0
606e036
Compare
Choose a tag to compare
  • Ask for storage location of OTP secrets
    When setting up the first OTP secret in a database, KeePassOTP now asks for the storage location.
    You can decide to store the secrets within the respective entries or in a seperate embedded database.
    You can switch between these approaches anytime, use KeePassOTP's options to do so.

  • Improve KPOTP column
    The KPOTP column will now display either the OTP value or only the OTP status (OTP defined / OTP can be defined)
    Improves 81cd74f

  • Ask for consent to download two factor json file

  • Add option to store recovery codes to OTP setup
    These codes can be used to regain access in case OTP generation is no longer possible.
    You can now store these codes in KeePassOTP.
    Usually a recovery expires after its usage, you need to remove expired codes manually.

  • Minor bugfixes


Finally bumped version to 1.0

v0.30: Renew copied OTP

19 Aug 13:30
v0.30
14a5e92
Compare
Choose a tag to compare
You can now specify whether a copied OTP shall be renewed.
Options:
- No renewal of copied OTP
- Renew once if it will expire soon (default)
- Renew until KeePass clears the clipboard

No renewal of copied OTP:
This is the previous behaviour. You copy an OTP and the current value will remain in the clipboard until it is cleared.

Renew once if it will expire soon:
If the copied OTP will expire within 5 seconds, a new OTP will be copied to the clipboard as well *once*.
This allows to e. g. select the correct field in your browser manually (focus got lost, ...)

Renew until KeePass clears the clipboard:
While the clipboard countdown is ticking, a new OTP will be copied to the clipboard whenever the copied one expires.
This has an effect only if you set your clipboard timeout to a higher value than the OTP timeout (usually 30 seconds)

If a copied OTP is renewed, the clipboard countdown will *NOT* be restarted.

In addition, all KeePassOTP specific data (time correction URL, flag in case a 2nd db is used for OTP secrects) is moved to entries's custom data section

v0.29: Implement support for Yandex (Yandex.Key)

29 Jul 18:23
v0.29
729b687
Compare
Choose a tag to compare
You can now generate a Yandex OTP in addition to standard TOTP, HOTP and Steam OTP.
The Yandex smartphone app also allows to scan a QR code and use that to login to one of the supported services.
This functionality is *not* covered by KeePassOTP.

v0.28.1: Correct bug parsing QR code images

09 Jun 11:23
v0.28.1
6c49b6c
Compare
Choose a tag to compare
Correct bug parsing QR code images

v0.28: Add option to scan the screen for OTP qr codes

18 May 19:12
v0.28
d4f844d
Compare
Choose a tag to compare
KeePass will drop to background and search for an OTP qr code.
If found, the data is taken over and KeePass will be restored.
If no OTP qr code is found within 30 seconds, KeePass will be restored as well.

v0.27: Retry reading 2FA sites

05 May 18:22
v0.27
b3d3446
Compare
Choose a tag to compare
If no internet connection is available during KeePass start, KeePassOTP now continuosly tries to read 2FA sites.
A message is only shown the first time per KeePass start

v0.26: New source location for 2FA checks

23 Feb 14:55
v0.26
0dfda0b
Compare
Choose a tag to compare

v0.25.2: Bugfix: Correct handling of placeholders

12 Feb 20:24
v0.25.2
e8c5117
Compare
Choose a tag to compare

Correct handling of placeholders
Fix interaction with other plugins