Changelog

v1.27.0January 12, 2022

πŸ” Quick Search

QuickSearch

Finding stuff with Quicklinks has become even faster now. Just select text in any app and press the hotkey for a Quicklink to search the selected text with that Quicklink. This was inspired by the Quick Search extension built by @iwfan and you can find details on how to enable it here.

πŸ’Ž Improvements

  • Root Search: Raycast now suggests more relevant and diverse commands
  • Calculator: Added support for shorthand for Australia and New Zealand timezones
  • Calendar: Added support for Cron as a default calendar when opening events from Raycast. You can change it in Preferences β†’ Extensions β†’ My Schedule.
  • Preferences: You can now open Store to install extensions from the Extensions Tab
  • Store: Last update date now always shows the relative date in extension details
  • Quicklinks: Library in preferences now includes a Search App Store Quicklink
  • Walkthrough: Tasks that require more than one action now displays additional information when in progress
  • Clipboard History: Links can be easily saved as Quicklink with the new Save as Quicklink action. Pro-tip: use ⌘ ⇧ S shortcut
  • Clipboard History: Delete All Entries action now has a dedicated shortcut - ⌘ ⇧ X
  • Send Feedback: Made toast messages more relevant
  • Performance: Significantly increased startup speed for those with links on the applications folder

🐞 Fixes

  • Search Menu Items: Fixed issues related to nested menus in various apps
  • Script Commands: When a script command with the compact mode is run via a hotkey, the Raycast window comes to the front and the message is displayed as toast

πŸ’Ž API

  • Developer Tools: Added Open Support Directory action to local dev extensions
  • Developer Tools: Removed auto-injecting of globals for enabling React Developer Tools in dev mode
  • Developer Tools: Added prettier checks to CLI lint command
  • Navigation: Fixed a bug where a programmatic pop, followed by a manual pop (e.g. ESC) could lead to wrong state (https://github.com/raycast/extensions/issues/571)
  • Forms: Fixed controlled updates for the Form.TagPicker
  • Documentation: Fixes and updates