This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Releases: blacs30/bitwarden-alfred-workflow
Releases · blacs30/bitwarden-alfred-workflow
3.0.4
3.0.3
Changelog
Thanks @luckman212
3.0.2
3.0.1
3.0.0
Changelog
- 6d957d0 take over change in datastrucure to login (#168) closes #168 and #164 possibly also #165
- in-workflow update is currently disabled as preparation for the Alfred Gallery
- move configs to workflow config for most important items
- the europe region vault can be used by setting the server SERVER URL to
https://vault.bitwarden.eu
- The workflow internal decryption process is currently broken due to changes in Bitwarden. The Bitwarden CLI is used for that now again (was always fallback)
- totp is currently not working because of that issue, no fallback for totp was implemented before
Thanks for your contributions @zhongjis
2.4.7
2.4.6
2.4.5
Changelog
-
- 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
-
- fix situations with nil values for userId and activeudserid in Bitwarden data json to detect logout state
2.4.4
Changelog
Thank you @creatorKoo for your contribution!