Skip to content

Quick Explorer v0.1.30

Choose a tag to compare

@biondi53 biondi53 released this 19 Mar 13:41
· 16 commits to main since this release

✨ Recursive / Deep Search & Search UX

  • πŸ” Native Recursive Search: Implemented a high-performance recursive search engine in Rust that allows searching through subdirectories with minimal CPU overhead.
  • πŸ“Š Real-time Search Indicators: Added a specialized status indicator in the UI showing "Searching...", "Indexing...", and real-time match counts.
  • πŸ›‘οΈ IPC Bridge Stability: Fixed race conditions and improved the reliability of the communication bridge between the search worker and the frontend.

⚑ UI Performance & File Operations

  • ⚑ Instant UI updates for Search: Integrated removeItemsFromTabs to provide zero-latency UI removal when deleting or moving files within search results.
  • πŸ“Š Taskbar Progress Integration: Refined taskbar progress reporting for heavy indexing operations.

πŸ› Bug Fixes & Refinements

  • πŸ›‘οΈ Sidebar Pinned Folders: Fixed a critical bug where pinned folders could disappear after certain merges by implementing robust system path resolution.
  • πŸ”„ Stale Search Cleanup: Ensured that search states are correctly cleared when navigating between tabs or closing search views.