Skip to content

v0.27.0

Latest

Choose a tag to compare

@elia elia released this 16 Feb 10:06
· 3 commits to main since this release
v0.27.0
e9a4a55

Performance Improvements

  • Added virtual scrolling to selectFromList for handling large lists
  • Optimized fuzzy search hot loop for faster filtering
  • Optimized list rendering performance
  • Sped up list filtering while typing
  • Grabbed input focus faster on selector open

Features

  • Support running commands without active editor

Fixes

  • Restore alt+open functionality

Development

  • Added agent skills for selectFromList and performance
  • Build package automatically when releasing
  • Cleaned up PRD and progress notes

Summary: This release focuses primarily on significant performance improvements to the selectFromList component, making it faster and more responsive with large file lists. Virtual scrolling and optimized fuzzy search ensure smooth filtering even with thousands of items.