Support for Guest Profile - November 17, 2025
- Add support for Guest profile in all commands
- Update dependencies to latest versions
Add Exclude Search Feature - November 5, 2025
- Add support for excluding search terms using " -" (space + dash) prefix
- Example: "raycast -firefox" finds items containing "raycast" but not "firefox"
- Support for searching literal "-" character using "-" escape sequence (e.g., "foo -bar" to find "foo-bar")
- Works across all search functions: tabs, history, bookmarks, and search all
- Fix SQL injection vulnerability in history search
- Improve performance by skipping filtering when no search query is provided
- Handle invalid URLs (e.g., javascript: protocol) gracefully to prevent crashes
- Fix
ERR_INVALID_URL error in Tab class methods (realFavicon, googleFavicon, urlWithoutScheme)
- Display warning icon and helpful message for bookmarks/history with unsupported URL protocols
Improvements - October 13, 2025
- Fix weird issue with a constant not working (ref: #22053, #22026, #21966, #21973, #21928)
- Add support for searching history in a specific profile.
- Add support for getting all Chrome profiles in AI
- Rewritten some of the logic to use
usePromise instead of useEffect
- Updated dependencies, mainly SQL.js was giving issues
Fix Search Bookmarks - October 1, 2025
- Fix the "Search Bookmarks" command returning an error when the hard-coded default profile directory does not exist.
Update the dependencies to fix search history and find tab - September 3, 2025
Chore: Updated contributors - September 3, 2025
Add Refresh Tab Command - August 25, 2025
- Add Reload Tab action to refresh a selected tab in the Search Tab command.
Fix New Tab Command React Hooks Violation - May 27, 2025
- Fix React Rules of Hooks violation causing TypeError when opening new tabs.
- Improve error handling for profile and history data loading.
Add Omnibox-like search behavior for New Tab - May 7, 2025
- Add support for entering URLs or search terms in a single input field, mimicking Chrome's Omnibox behavior.
Add Copy Title action for Search Tab - April 22, 2025
- Add the ability to create new incognito window.
Add Copy Title action for Search Tab - February 11, 2025
- Add Copy Title action for Search Tab command.
Add AI Tools - February 21, 2025
Allow to configure profile path - January 18, 2025
- The path for your profile can be configured in the settings. This allows you to use a different profile than the default one.
Fix - January 9, 2025
- Fix Search Tabs command when "Extract the favicon from every open tab" is enabled.
- Fix bookmark list in the Search All command.
Add Search All Command - August 1, 2024
- Add Google Chrome tabs and history, bookmarks search.
Fix Search History window - December 19, 2023
- Fix Search History window not opening when the app is open but no window is opened.
Multi-word tab search enhancements and vulnerability fixes - December 8, 2023
- Order-insensitivity: search "foo bar" now works with title/url "bar foo" or "foo bar".
- Spacing-insensitivity: search "foo bar" and "foo bar" now work with title/url "foo bar".
- URL-title-insensitivity: search "foo bar" now works for title "bar" on url "foo.com"
- Updated dependent packages to resolve vulnerabilities listed in npm audit
New shortcut - September 18, 2023
- Add shortcut for make quick quicklinks when searching tabs.
New shortcut - August 21, 2023
- Changed shortcut for Close Tab in the Search Tab command.
Added better debug - April 25, 2023
- Increase exception message to diagnose issues
Search url - April 1, 2023
- Added support to match url in bookmark and history search
New Window - March 22, 2023
- Add the ability to create new window
Tab closing - March 10, 2023
- Add the ability to close tabs
Performances improve - January 26, 2023
- Improved getting open tabs speed
Profiles support - January 24, 2023
- Added support for profiles across all commands
- Added support for opening tabs in different profiles
Search Bookmarks action - December 17, 2022
- Added search bookmarks action
- Refactored code to use new useSQL hook
Open Tab feature - November 8, 2021
- Add Open Tab action to action panel
History - October 26, 2021
- Add Google Chrome history search
Initial Version - October 20, 2021
- Add Google Chrome extension