Skip to content

v0.3.1 — Mac support, window & detection fixes

Choose a tag to compare

@Subham12R Subham12R released this 20 Jun 14:38
· 29 commits to main since this release

What's new

Mac support

  • First native macOS build (Apple Silicon DMG)
  • Mac PyInstaller server bundle with macOS keyring backend

Bug fixes

  • Window close: Fixed close button on original window when a duplicate existed — each window now always hides itself (closure over win, not mainWindow)
  • Duplicate window: Added requestSingleInstanceLock so a second launch focuses the existing window instead of opening a new one; createWindow is now idempotent
  • Cursor detection: Fixed scan pattern parsing (**/*.jsonl was resolving to .jsonl hidden files via lstrip); fixed glob-path detection for copilot; filtered /dev/null OTEL false-positives