Skip to content

Releases: CarlGreenApps/OTP

OTP v1.0.7

28 Jun 05:32
01907bc
Compare
Choose a tag to compare

New Features

  • The OTP Object window enables the check boxes so all secrets are uppercase and spaces removed by default.
  • The OTP Test button displays the pass code on the left side of window which can now be double clicked to copy to clipboard.
  • A custom otp configuration file can be loaded using the command line parameters of:
    ..\otp.exe [path\filename.ico];[path\filename.otp]
    Example: ..\otp.exe C:\Temp\key-go5.ico;C:\Temp\private.otp
  • The loaded otp filename now appears on the Title Bar and the System Tray Tool Tip popup.
  • OTPs can be raised and lowered in the main list view. Once order is correct Save and Reload the configuration.
  • View QR Code window has been redesigned.
    Left click secret value is copied to the clipboard.
    Shift+Left click copies the otpauth://totp/.... value to the clipboard.
  • All Form menu items have been updated with Alt+ menu shortcuts.
  • Shortcut keys have been added to following menu items:
    File \ Load: Ctrl+O
    File \ Reload: Ctrl+R
    File \ Save: Ctrl+S
    File \ Save As: Ctrl+T
    File \ Set Icon Path: Ctrl+I
    File \ Set Default Configuration: Ctrl+D
    Action \ Add Item: F1
    Action \ View QR Code: F4
    Action \ Raise Item: F2
    Action \ Lower Item: F3
    Action \ Delete Item: Del

Known Issues

  • The Test button returns the wrong pass code when used with third-party OTP software - #2

OTP v1.0.6

10 May 20:07
01907bc
Compare
Choose a tag to compare

New Features

  • The popup window timeout defaults to 10 seconds and can be set manually in the registry (HKCU\SOFTWARE\VB and VBA Program Settings\OTP\Settings\PopupTimeout=10000 [REG_SZ]) - Timeout is in milliseconds.

Bug Fixes

  • Mimecast TOTP codes were incorrect and a workaround to calling a third party TOTP command line client solves the issue. #1

Known Issues

  • Native support for Mimecast TOTP.