Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

2.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 20:38
· 28 commits to master since this release
f616709

Changelog

  • f825a5f

    • feature: support for yubikey otp tested
    • feature: add modifier method to open item in the Bitwarden web ui (for me a login is required each time again, that's not perfect but still helpful to edit an item quickly)
    • use (zenity)[https://pkg.go.dev/github.com/ncruces/zenity] for password/2fa input in login and unlock mode
    • after unlock no sync is any longer required
    • email login method works slightly different from the technical perspective. a login try is made, the email triggered by the server, then after timeout of x seconds this process is stopped and the next for the login with the received email 2f started. the x seconds can be configured via EMAIL_MAX_WAIT which defaults to 15 seconds.
    • removed SyncCacheAge, use background daemon or do manual sync
  • d017743

    • fix situations with nil values for userId and activeudserid in Bitwarden data json to detect logout state