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

Releases: blacs30/bitwarden-alfred-workflow

3.0.4

04 Oct 22:59
Compare
Choose a tag to compare

Changelog

3.0.3

03 Oct 20:45
8cccee0
Compare
Choose a tag to compare

Changelog

  • 8cccee0 Merge pull request #176 from luckman212/2023-bash-scripts-update

Thanks @luckman212

3.0.2

31 Aug 19:36
6f774b2
Compare
Choose a tag to compare

Changelog

  • 6f774b2 fix workflow to get sub-items/fields again (#173)

3.0.1

31 Aug 10:48
a9d20b5
Compare
Choose a tag to compare

Changelog

3.0.0

31 Aug 00:48
6d957d0
Compare
Choose a tag to compare

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

20 Oct 20:50
c05e98a
Compare
Choose a tag to compare

Changelog

  • c05e98a fix regression - use complex passwords (#143)

2.4.6

06 Oct 07:56
49bf41d
Compare
Choose a tag to compare

Changelog

  • 49bf41d prevent the Alfred search from popping up when the background daemon is used for syncing (#139)

2.4.5

28 Sep 20:38
f616709
Compare
Choose a tag to compare

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

2.4.4

26 Jul 19:29
Compare
Choose a tag to compare

Changelog

Thank you @creatorKoo for your contribution!

2.4.3

07 Mar 09:36
0ef94e2
Compare
Choose a tag to compare

Changelog

  • 0ef94e2 add option to choose to copy or open url (#125)