v1.13
New features
- Added support for generating TOTP codes (thanks @colemickens for the initial PR for this!) To use this feature, add a TOTP code to the password metadata like so:
You can also directly copy an
TOTP: <secret>
otpauth
URL.To generate a TOTP code, selectOTPAUTH: otpauth://otp/account?secret=<secret>
generate TOTP code
in the right-click menu of the notification area icon, or create a hotkey binding usinggenerate-totp-code
as action name.
Bugfixes
- Improved reliability of the hotkey parser (#103)