Skip to content

OmniSearch v0.1.13

Choose a tag to compare

@github-actions github-actions released this 20 Apr 20:44
· 2 commits to 3d8f97c87d07adb30a39ad7f3b5216273612f173 since this release

This release focuses on decluttering the search UI, improving the Quick Window,
and adding richer search features like Quick Look, pinned recents, and optional app search.

Highlights

  • Added Quick Look preview with the Space key
  • Added optional installed app search with real app icons
  • Added pinning for recent searches and recent items
  • Added a compact search layout toggle to hide extra filters and metrics
  • Added a draggable splitter in Quick Window for resizing results and preview
  • Applied recommended Tauri release build optimizations

Search Experience

  • Added a compact/full layout toggle in the main workspace
  • Hidden filters still stay active even when the metrics panel is collapsed
  • Saved the compact layout preference between sessions
  • Added clear buttons for extension, min size, and max size filters

Installed App Search

  • Added an option to include installed apps in search
  • Installed apps now appear with their real icons
  • App results can be launched directly from search
  • Launched apps are added into Recent just like files

Quick Look

  • Press Space on a selected result to open Quick Look
  • Added a larger instant preview without opening the file
  • Arrow keys switch results while Quick Look stays open
  • Enter opens the selected file or app

Quick Window

  • Added draggable resizing between the results pane and preview pane
  • Added double-click reset for the Quick Window divider
  • Saved the Quick Window split ratio between sessions
  • Removed the large OmniSearch heading and extra helper text for a cleaner header

Recent Activity

  • Added pin support for recent searches
  • Added pin support for recent opened items
  • Pinned entries stay visible at the top of Recent

Responsive And Polish

  • Added automatic metric/filter hiding when the window becomes too small
  • Tightened spacing across search rows, cards, toolbars, and quick results
  • Improved overall balance so the UI feels less crowded at smaller sizes
  • Fixed the default Quick Window split ratio on first launch and after updates

Stability

  • Fixed compact layout behavior so normal Quick Window sizes keep metrics visible unless the user hides them
  • Minor bug fixes, layout fixes, and polish