Skip to content

Helix 0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:03

✨ What's New

  • Cinematic ambient mode — Reactive full-app background that pulses with your music, toggleable from Settings with an intensity slider
  • 7 visualizer modes — Bars, Wave, Mirror, Radial, Aurora, Grid, Tunnel — switchable via an in-visualizer selector
  • Remote FFT visualization — YouTube and SoundCloud tracks now feed real frequency data to the visualizer via Web Audio AnalyserNode
  • Visualizer overlay with track title — Fullscreen visualizer shows the current track title with auto-hiding controls on mouse idle
  • Cinematic sidebar — Sidebar background goes translucent when cinematic mode is active
  • Volume persistence — Volume level is remembered across app restarts
  • i18n (English, Spanish) — Full UI translation support

🐛 Bug Fixes

  • Fix volume slider and mute not responding in WebKitGTK
  • Fix volume scaling mismatch between UI (0-100) and backend (0.0-1.0) for local playback
  • Fix UI lock after adding a track from Search to a playlist
  • Fix WebKitGTK/JSC JIT crash on Linux debug builds (JIT disabled for Linux dev)
  • Fix dead high-frequency bins in visualizer (capped rendered FFT range to 12kHz)
  • Fix ambient blur overlay showing when cinematic mode was off

📦 Downloads

Platform File Type
Windows Helix_0.2.0_x64-setup.exe NSIS installer (recommended)
Windows Helix_0.2.0_x64_en-US.msi MSI installer
Windows helix.exe Portable executable
macOS (Apple Silicon) Helix_0.2.0_aarch64.dmg DMG

⚠️ Windows builds are unsigned. See the README for SmartScreen workaround.

ℹ️ Linux and macOS Intel builds were not attached to this release due to a CI configuration issue. They will be available from the next release.

🔑 Checksums

Every binary has a corresponding .sha256 file. Verify downloads:

sha256sum -c Helix_0.2.0_x64-setup.exe.sha256

Full Changelog: v0.1.0...v0.2.0