Skip to content

v1.13

Compare
Choose a tag to compare
@geluk geluk released this 20 Mar 19:03
e48a975

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:
    TOTP: <secret>
    
    You can also directly copy an otpauth URL.
    OTPAUTH: otpauth://otp/account?secret=<secret>
    
    To generate a TOTP code, select generate TOTP code in the right-click menu of the notification area icon, or create a hotkey binding using generate-totp-code as action name.

Bugfixes

  • Improved reliability of the hotkey parser (#103)