π΅ Air Tune v2.0.1 β Performance & Resource Optimization
Critical maintenance patch addressing system resource usage and process management on Windows.
Performance & Fixes
- Single Persistent PowerShell Process: Fixed system lag and CPU spikes caused by repeated
powershell.exeprocess creation. - Non-Blocking stdio IPC: Replaced
child_process.execcalls with a single long-runningChildProcess.spawnchild process communicating over non-blockingstdin/stdout. - Faster Command Latency: Commands (Play, Pause, Next, Prev, Seek) process instantly with <50ms response times.
- Clean Process Lifecycle: Ensured reliable background process cleanup on VS Code exit or extension deactivation.