Changelog

v0.31September 18, 2025

image

Starting today, power users and developers can spin up custom extensions on Windows. We’ve added a set of new commands that make scaffolding, developing, and testing extensions on Windows easier. Whether you’re wiring up internal APIs, adding quick actions for your daily tasks, or experimenting with AI-powered flows, you’ll be up and running in minutes, just follow the guide!

✨ New

  • Extensions: Added a new Create Extension command
  • Extensions: Added a new Import Extension command
  • Extensions: Added a new Fork Extension action
  • Dynamic Placeholders: Added a new {calculator} dynamic placeholder

💎 Improvements

  • Extensions: When an issue occurs in an extension, you’ll be able to report it to the extension’s author and contributors
  • Extensions: When an issue occurs in a local extension, you’ll be able to see both the React Component stack trace as well as the JavaScript stack trace
  • Store: Improve sorting of extensions

🐞 Fixes

  • Calculator: Fixed a crash due to an unsupported timezone format
  • Extensions: Fixed an crash with the CopyName common shortcut
  • File Search: Removed displaying empty size for folders
  • Root Search: Ensured we get out of compact mode when an alert needs showing
  • Settings: Fixed an issue where the caret would jump to the end of some inputs when editing text
  • Dynamic Placeholders: Fixed the {selection} placeholder not being recognised