Skip to content

Releases: Rookiestyle/KeePassOTP

v0.19: Improve QR code handling

01 Nov 14:34
v0.19
d176066
Compare
Choose a tag to compare
Switch to ZXing.net to read / write QR images

Support data-uri containing a string represenation of QR images (data:image/...)

v0.18.2: Restore compatibility with Mono

18 Oct 09:56
v0.18.2
0ac4460
Compare
Choose a tag to compare
Lower required .NET framework from 4.5 to 4.0

This will make the plugin usable on Mono
 (again)

v0.18.1 Lower .NET framework reqirements from 4.6.1 to 4.5

16 Oct 05:36
v0.18.1
e9ee3cc
Compare
Choose a tag to compare

Lower .NET framework reqirements from 4.6.1 to 4.5

v0.18 Support multiple otp datasets in Google Authenticator import

14 Oct 10:28
v0.18
4d4dffc
Compare
Choose a tag to compare

Support multiple otp datasets in Google Authenticator import

Either drag&drop the QR code image or paste the otpauth-migration://offline?data= string

v0.17 - Google Authenticator

14 Oct 07:40
29f34b0
Compare
Choose a tag to compare
Google authenticator import (#23)

Import Google Authenticator exports - otpauth-migration string

Use nuget packages to parse data and to create the plugin
Parse otpauth-migration also when doing drag&drop

v0.16.1: Minor bugfix

09 Oct 11:02
v0.16.1
c9295fa
Compare
Choose a tag to compare
Create correct otpauth string in case a different encoding than BASE32 is used

v0.16: Add support for Steam OTP

01 Oct 08:52
v0.16
267ed70
Compare
Choose a tag to compare
Allow adding Steam OTP data (compatible with KeePassXC)

Enable migration of Steam OTP settings from/to KeeTrayTotp

v0.15.1

29 Sep 19:36
v0.15.1
f6df454
Compare
Choose a tag to compare
Bugfix: Incorrect display of remaining time for TOTP in KPOTP column

v0.15: Don't ask twice for masterkey during export

10 Sep 17:15
v0.15
8cba454
Compare
Choose a tag to compare
Starting with KeePass 2.46, reasking the masterkey is done within the Export method
There is no need anymore to reask the masterkey from within KeePassOTP when exporting the OTP database

Improve Auto-Type OTP

08 Sep 18:13
v0.14
6483b04
Compare
Choose a tag to compare
  • Improve Auto-Type of OTP

    • Auto-Type entry selection - Only display entries with OTP defined
    • Add option to auto-submit after auto-typing OTP (opt-in feature)
  • Bugfix

    • Create correct otpauth-string, fix #16