Releases: Rookiestyle/KeePassOTP
Releases · Rookiestyle/KeePassOTP
v0.19: Improve QR code handling
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
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
Lower .NET framework reqirements from 4.6.1 to 4.5
v0.18 Support multiple otp datasets in Google Authenticator import
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
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
Create correct otpauth string in case a different encoding than BASE32 is used
v0.16: Add support for Steam OTP
Allow adding Steam OTP data (compatible with KeePassXC) Enable migration of Steam OTP settings from/to KeeTrayTotp
v0.15.1
Bugfix: Incorrect display of remaining time for TOTP in KPOTP column
v0.15: Don't ask twice for masterkey during export
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
-
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