Skip to content

Releases: Dharaneesh20/AirTune

airtune-v2.0.1

Choose a tag to compare

@Dharaneesh20 Dharaneesh20 released this 25 Jul 12:27

🎵 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.exe process creation.
  • Non-Blocking stdio IPC: Replaced child_process.exec calls with a single long-running ChildProcess.spawn child process communicating over non-blocking stdin/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.

airtune-v2.0.0

Choose a tag to compare

@Dharaneesh20 Dharaneesh20 released this 25 Jul 12:26

🎵 Air Tune v2.0.0 — Cross-Platform Update

Major release featuring a complete rebrand to Air Tune and native cross-platform support for Windows, macOS, and Linux!

Key Highlights

  • Rebranded to Air Tune: Redesigned UI, updated activity bar icon, and refreshed visual theme.
  • Embedded Media Bridge: Automatic zero-config setup — extension self-hosts the media WebSocket bridge internally without needing manual companion startup.
  • macOS Support: Native integration with Spotify via AppleScript execution.
  • Linux Support: Native MPRIS media session integration via playerctl with Python D-Bus fallback.
  • Enhanced UI: Improved Apple Music glassmorphism design, lyrics view, and device control modals.

airtune-v1.0.1

Choose a tag to compare

@Dharaneesh20 Dharaneesh20 released this 25 Jul 12:25

🎵 Air Tune v1.0.1 — Stability Patch

This release includes bug fixes and connection reliability updates.

Fixes & Improvements

  • Reconnection Logic: Enhanced WebSocket bridge auto-reconnect strategy with exponential backoff.
  • Status Bar Sync: Fixed edge cases where status bar text did not update immediately upon player state reset.
  • Configuration Fallbacks: Improved backwards compatibility for custom WebSocket port settings.

airtune-v1.0.0

Choose a tag to compare

@Dharaneesh20 Dharaneesh20 released this 25 Jul 12:24

🎵 Air Tune v1.0.0 — Initial Release

Air Tune brings an Apple Music-inspired mini-player directly into VS Code, connected to your live system media session!

Features

  • Live Media Streaming: Real-time playback status, track metadata, and album artwork.
  • Playback Controls: Play, pause, skip, previous, and position seeking.
  • Status Bar Integration: View current playing track info right from the VS Code status bar.
  • Windows SMTC Support: Native Windows System Media Transport Controls bridge via C# reflection.
  • Command Palette Integration: Control playback via standard VS Code commands and keybindings.