- Prevent crash when CLI is not installed and display troubleshooting screen instead
- Use downloaded CLI on arm64 devices that have it working
- Improve CLI not found error message
- Temporarily disable CLI download for arm64 devices until bitwarden releases arm binaries
- Decreased time to get passwords for large vaults by not waiting for all items to be loaded
- Added images to README
- Bumped the downloaded CLI version from 2023.10.0 to 2024.2.0
- Added new action to copy the errors captured during the command execution
- Attempt to fix reported crashes with the new download CLI mechanism
- Download the official CLI binary upon launch if necessary, rather than relying on the user to install it
- Improved troubleshooting screen content
- Added a bug report data collection action
- Added a new experimental option to lock the vault "On system lock"
- Fixes timeout lock being removed due to lock command updating last activity time
- Adds Create Folder command
- Fixes issue with Loading Fallback
- Improved error handling
- Fix "not logged in" error when locking the vault
- Fixed irregular identity table
- Fixed crash in Logout command
- Adds ability to paste TOTP code into active application
- Removed visible line break in card, identity and note details
- Display favorites at the top of the list on a separate section
- Added ability to mark/remove items as favorites and reorder them in the list (with keybindings)
- Display reprompt required icon on the list
- Fixed a bug that prevented the user from searching by username/email
- Updated the raycast packages and resolved a small type checking TODO
- Added preference to change the window behaviour when copying values
- Added Logout command
- Added a Folder Dropdown to filter the list by folder
- Each item now displays an icon that represents its type
- Allow to search by item type (e.g. login)
- Display a different image depending on the card brand
- Avoid displaying timeout info label on Unlock Form when the preference is Never
- Fix crashing when getting the name of the frontmost application
- Add "Show Identity" action for identity vault items
- Change "Show Card" action details view to a table format
- Add actions with shortcuts to copy Card and Identity fields in the details view
- General action improvements: Better order, labels, icons and section titles
- Add Lock Vault command
- Fixed Generate Password (Quick) command not copying password before pasting
- Add different icons for each command
- Hopefully fixed a bug that caused the extension to keep logging out right after logging in.
- Use session token on every bitwarden cli command
- Implemented caching of vault items (only safe values) to speed up the Search Vault command loading time.
- Display better login/unlock error messages
- Allow to copy the last login/unlock error to debug issues
- Fix copy TOTP action
- Added a Vault Timeout options that locks your vault after a certain time of inactivity
- Added password reprompt for Notes, Cards and Identity details
- Change copy actions to use the transient flag
- Added options to choose, per command, if values should be copied as transient
- Added a "Generate Password (Quick)" command that allows to quickly generate a password and copy and/or paste it right away.
- Added "Show Card Details" action for vault items.
- Added a new action to the vault items that allows you to open the main URI in the browser.
- Cleanup and reorganization of the whole codebase
- Added master password re-prompt feature.
- Cleans up the clipboard password copy code
- Added re-prompt feature and a setting for temporarily disabling re-prompt dialogs for a specified period of time after entering the master password.
- Copy passwords in a way that asks clipboard managers to not save it
- Add so it's possible to see folder of items
- Fixes an existing bug that prevented users from writing on the password generator inputs, getting stuck while writing.
- Added new validation
- Added the option to use a self-hosted Bitwarden server
- Support self-signed certificates for self-hosted server
- Stop the Bitwarden extension from interfering with the Bitwarden CLI
- Allow copying item properties without using a dropdown
- Added
Logout
action - Vault Status shown while unlocking vault
- Fix vault constantly locking
- Remove detailed view
- Convert
Lock Vault
to an action of theSearch Vault
command
- Improvements to search:
- Card brand and last 4 digits
- Username
- Website domain
- Add
Copy Username
action with shortcut
- Add
Generate Password
command
- Changed to use Bitwarden hosted service
- Add
Paste Password
action
- Hide password while unlocking vault
- Use Raycast Node runtime
- Copy TOTP for a login item
- Trim spaces from API credentials
- Add
Lock Vault
command - Show favorites at the top
- Automatically find Bitwarden CLI in multiple brew directories (support Apple Silicon)
Initial version code