- Fix and reintroduce Add item
- Show which Bitwarden server is being used in the Login to Bitwarden title
- Fix server URL for bitwarden.eu again
- Fix server URL for bitwarden.eu
- Fix opening an item's URL when there is more than one
- Cleanup subtitles for inactive modifiers
- Add cmd+control and cmd+alt modifiers
- Comment out Add item (currently broken, probably a bug in the Bitwarden CLI)
- Look for jq in /usr/bin (for Sequoia 15.1+)
- Expanded README
- Create alfred_workflow_cache directory every time, not just when checking dependencies
- Don't display notification when not restoring an item from trash
- Fix setting default collection
- Add logging to jq scripts
- Check for workflow version changes
- Fix setting default organization
- Performance improvements
- Search deleted items and restore them
- Add support for Zen browser
- Use --connect-timeout 3 --max-time 5 on all calls to curl
- Clean up some outputs and log messages
- Bug fixes
- Unlock vault with two different payload formats
- Add a new login item to your vault
- Add vault timeout like the desktop app and browser extension
- Performance improvements
- Bug fixes
- Post unlock payload in JSON format
- Search for dependencies installed with Nix
- Edit an item directly in the workflow
- Choose Edit Item from the More Actions menu
- You can edit an item's Username, Password, and Name
- Navigate an item without leaving Alfred
- Highlight an item and invoke Alfred's Universal Action
- Added "return to" item in all menus to navigate to the previous menu in the workflow
- Use Control + Command from the search menu to open an item's URL in your default browser
- Include an item's ID, type, and Revision Date in the Show all fields window
- Show No items found if the search list is empty
- Add support for Firefox Developer Edition
- Hide password and MFA even from debug messages (Issue #10)
- Always sync vault immediately after unlocking
- Fix launch agent label
- Add support for Arc
- View item fields directly within the worfklow
- Use the command+option modifier when selecting an item
- Invoke a Universal Action
- Add support for Ghost Browser
- Fix JSON output for non-unlocked states
- Bug fix in "last item" processing
- Put recently selected item at the top of the list
- Use SyncInterval for AUTO_ROTATE
- Include file and line in debug messages
- Bug fix: Create ~/Library/LaunchAgents/ if it doesn't exist
- Add "automatic field rotation"
- If an item is selected twice within 15 seconds, copy the TOTP code to the clipboard instead of the password.
- Important bug fix in the path to bwa-sync as defined in the Launch Agent
- Secure notes always copy the note to the clipboard
- Cards and Identities will always Show all fields
- The auto-sync Launch Agent has been renamed to bwa-sync to make it easier to identify in System Settings.
- There is now a "hidden" debug option. Setting the workflow's DEBUG environment variable to 1 will write log information in the cache directory.
- New option to install an auto sync launch agent, which automatically syncs your vault every sync interval minutes
- Move .jq to jq
- Support EU and self-hosted servers
- Filter sensitive data before caching
- Initial release