Skip to content

Wox v2.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 14:27
· 2 commits to master since this release

This release speeds up File Search on Windows with optional Fast Indexing through an NTFS service, so large volumes stay current without a full crawl.

  • Improve

    • [File Search] Support optional Fast Indexing on Windows by installing a service that indexes NTFS volumes through MFT and USN, let content-search directories be configured independently of filename-search roots, group file results in global queries, and filter results to content matches
    • [Confetti] Show a fullscreen confetti overlay from the Confetti command, try confetti query
    • [AI Chat] Support configuring MCP servers from settings with a server table, JSON import for full mcpServers documents, OAuth, and per-server tools #4529
    • [Wox Memory] Add built-in memory diagnostics to inspect Wox process composition with Go heap, native, and per-process breakdowns plus a live Glance
    • [Clipboard] Support searching clipboard images by their OCR text #4525, and improve macOS handling for remote file URLs #4532
    • [Folder] Support fuzzy matching for child names and complete parent-directory paths while typing
    • [Shell] Show a running indicator on active commands in history
    • [Launcher] Improve action-panel search with aliases so localized actions stay findable by English names and extra terms
    • [Explorer] Prioritize matches in the current directory during type-to-search #4527
    • [Indicator] Support matching plugins by description as well as name
    • [Settings] Support opening links from plugin setting help text
    • [Screenshot] Lower the default screenshot history retention from 30 to 15 days
    • [UI] Support animated GIF images in results and previews without flattening animation
    • [App] Support Korean (ko_KR) language and reconcile Windows app directories when indexed paths are missing
    • [Plugin] Surface plugin initialization failures, add store plugin health checks, and let users refresh Python and Node.js runtimes from settings
  • Fix

    • [Notes] Fix new notes not being pinned by default
    • [Explorer] Fix the type-to-search dialog hint closing too early during focus handoff
    • [Launcher] Constrain launcher height to the display work area #4527
    • [Clipboard] Fix Wox's own clipboard writes being recorded as new history entries
    • [Linux] Fix X11 clipboard reads hanging by timing out clipboard commands
    • [App] Release GPU and database caches after Wox hides and improve native memory accounting in diagnostics
    • [UI] Fix scrollbar overlay visibility in scroll views and incorrect list updates when result lists shrink
  • Store