v0.2.5-alpha
✨ Highlights
This release focuses on UX polish around popovers and smarter reactions to file imports:
• Toolbar popovers now appear only after a 1-second delay, reducing visual noise and accidental triggers.
• After drag & drop of files, automatic language detection is now triggered immediately.
• Internal pasted/moved text detection (.pastedText) has been stabilized and reused — enabling features like automatic syntax switching when dropping a .py file.
• Minor adjustments to existing hoverPopover call sites to integrate the new delay logic (default delay remains unchanged).
🧠 Technical Notes
Changes are concentrated in popover handling and drag-and-drop logic. This release lays groundwork for further UX refinement and more intelligent editor responses to user interactions.
Full Changelog: v0.2.4-alpha...v0.2.5-alpha