Fix Repeated Re-Authentication - August 14, 2026
- Fixed the "Authentication Required" screen appearing on macOS even though the 1Password desktop-app integration works. The
op account get fallback added in the previous release only ran on Windows, so macOS still trusted op whoami, which reports "account is not signed in" without an op signin session.
- Because the same check gates Auto Renew Authorization, that command starts renewing on macOS for people who sign in through the desktop app. Its guard always failed for them before, so it never renewed anything.
- Failures while loading accounts or items now show the error with Retry and Copy Error Details instead of the "No items found" empty state.
- Authentication errors from the 1Password CLI keep their full output, including the steps the CLI suggests, instead of only the first line.
- Documented the desktop app integration, the available commands and preferences, and how to enable Auto Renew Authorization in the README.
Windows Desktop-App Integration Fixes - August 13, 2026
- Fixed constant "cannot connect to 1Password app" failures on Windows. The 1Password app briefly has no CLI pipe listener right after a previous
op process disconnects; back-to-back op invocations are now serialized and connection failures are retried instead of surfacing immediately.
- Fixed the "Authentication Required" screen appearing on Windows even though the 1Password desktop-app integration works.
op whoami reports "account is not signed in" without an op signin session, so the sign-in check and account resolution now fall back to op account get, which uses the app's delegated sessions.
- Item actions (copy/paste credentials, share, open in browser, password generation) now run through the same guarded execution path instead of spawning
op directly, so they benefit from the same connection-failure handling.
Bug Fix - June 15, 2026
- Reduce memory usage when loading large item lists by avoiding the full item payload until it is needed. Opt in via Reduce item list memory usage in extension preferences.
- When enabled, the item list uses the summary payload, so username/email subtitles and username/email search are unavailable until full item details are fetched by an action.
- When enabled, the list renders the first 200 matching items to avoid Raycast worker memory limits on very large vaults.
Enhancements - April 16, 2026
- Improved search: queries now match across all item fields (title, username/email, URLs, vault name). For example, searching "m@ goo" now finds a Google login with email "m@example.com".
Added Windows Support - April 6, 2026
- Added Windows platform support
- Added Windows-compatible 1Password CLI path detection
- Updated keyboard shortcuts for cross-platform compatibility
- Updated setup guide for Windows (Windows Hello instead of Touch ID)
Chore - November 15, 2025
- Add stricter, opinionated eslint rules for clarity
Chore - October 14, 2025
- Adopt the latest available extension template
- Fix lints
Enhancements - October 1, 2025
- Added Paste actions for Login items: Paste Username, Paste Password, Paste One-time Password.
- Paste actions now show the app's icon and name (e.g., "Paste Password to Safari").
- Preferences updated to allow selecting Paste actions as Primary/Secondary actions.
Enhancements - August 25, 2025
- Fixed "Enter Vault" misleading icon
Moved contributor - February 24, 2025
Moved contributor - February 3, 2025
Enhancements - February 12, 2025
- Give a guid page when the user not install 1Password CLI
Maintenance - January 19, 2025
- Remove unused Bun lockfile
- Fix types
- Bump all dependencies to the latest
Chore - January 9, 2025
- Moved contributor to past contributors
- Bump all dependencies to the latest
Chore - December 2, 2024
- Add readme & FAQ
- Bump all dependencies to the latest
- Resolve all linting errors
- Resolve all vulnerabilities through
npm audit fix
Enhancements - October 16, 2024
- Feat: allow filtering by additional information
Enhancements - August 13, 2024
- Fix: multilingual OTP name can't be read
- Feat: support generate random password
Fix - August 5, 2024
- Add support for showing missing 1Password CLI error
- Adjust toast message
- Fix markdown format
Fix - May 23, 2024
- Fixes the infinite loading when trying to switch accounts.
Fix - May 21, 2024
- Fixes account_uuid is undefined
Enhancements - May 10, 2024
- Fixes double auth prompts.
- Adds "My Vaults" command.
- Adds "Switch Account" action.
- Improves error handling.
- Modifies Auto Renewal to be disabled by default.
- Improves Auto Renewal to start renewing only after a manual sign-in.
Moved contributor - May 3, 2024
Enhancements - April 8, 2024
- Adds Optimistic Updates for items and account.
- Adds auto renewal of Authorization.
- Improves performance by removing some unnecessary re-renders.
- Updates settings screenshot on the guide.
- Adds HUD messages to when actions are performed. ex: 'Copied password to clipboard'.
- Raycast window now always closes itself after copying successfully any field from an Item.
- Fixes issues where 1password-cli is not found when installed via homebrew.
Bug fixes - February 4, 2024
- Fix the problem of synchronization with the 1password client in v8 verison
Enhancements - December 5, 2023
- Adds Copy one-time password action.
Concealed copy of the password - October 2, 2023
- Copying a password will be faster while avoiding being recorded in the Clipboard History.
Raycast window closes after copying (opt-out option) - June 6, 2023
- NEW: Raycast window now closes itself after copying a username or password (you can turn this off in settings)
Bug fixes - April 3, 2023
- Fixed newline in clipboard copied values
Configurable primary/secondary actions - March 22, 2023
- Added configuration to customize the primary and secondary actions on Login
items (1Password v8 only)
Fixes and Enhancements - February 10, 2023
- Increased maxBuffer since it caused problems if you had more than 2k items in the vault
- Moved Reset Cache to command instead, so regular users is not confused about it
- Updated Empty views
CLI support - February 6, 2023
This new version of the 1Password extension contains the following changes.
1Password 8
- Filter by categories
- opbookmark is removed
- Copying of item fields
- Create new items (TBD)
1Password 7
- Better caching
- Beautiful icons instead of emojis
- Cleaner code
Support for 1Password 8 - May 3, 2022
- Added support for 1Password 8
- Added a preference to specify which app version the extension interacts with. By default, it automatically detects the installed one.
Bug fixes - March 15, 2022
- Fixed an issue when items failed to open (#1102)
Implement Categories in 1Password extension - November 22, 2021
- Implement Categories in 1Password extension
- Resolve unique key error with 1Password categories
Add 1Password 7 Extension - October 25, 2021
Added 1Password 7 extension