Changelog

Stay up to date with the latest features, improvements, and fixes to Trace.

v0.3.1Released on June 20, 2026

Mac Support, Window & Detection Fixes

  • First native macOS build (Apple Silicon DMG) and Mac PyInstaller server bundle with macOS keyring backend.
  • Duplicate window prevention: Added requestSingleInstanceLock so a second launch focuses the existing window; createWindow is now idempotent.
  • Window close fix: Resolved close button issue on original window when a duplicate existed (closure over win, not mainWindow).
  • Cursor detection fixes: Fixed scan pattern parsing (**/*.jsonl resolving to .jsonl hidden files via lstrip) and glob-path detection for Copilot.
  • Filtered /dev/null OTEL false-positive events from log data.
v0.3.0Released on June 19, 2026

System Tray, Auto-Update & Window Launch Fix

  • Background running: Closing the window now minimizes the app to the system tray instead of quitting. Right-click the tray icon to reopen or quit.
  • Auto-update: The application now automatically downloads new releases in the background and prompts you to restart—no more manual uninstall/reinstall.
  • Fixed launch display bug where the application window was not appearing on launch (showed in Task Manager but no visible UI).
v0.2.1Released on June 19, 2026

Fix Server Not Ready on Launch

  • Fixed: 'Could not reach the local Trace server' error displayed on first launch.
  • Polling solution: Electron now polls /health every 300ms (up to 20 seconds) and only opens the window once the server responds, resolving timing-dependent PyInstaller extraction delay failures.
v0.2.0Released on June 19, 2026

Bundled Server, No Python Required

  • Bundled Python backend server directly into the app—no Python installation required on the user's machine.
  • Server is compiled to a self-contained server.exe via PyInstaller at build time.
  • Electron auto-starts and auto-stops the server process on launch/quit, removing the host py -3.12 dependency.
v0.1.0Released on June 19, 2026

Initial Release

  • Initial release of the Trace AI analytics platform with Windows installer support (macOS coming soon).