Skip to content

Psysonic v1.25.1

Choose a tag to compare

@github-actions github-actions released this 01 Apr 11:45
· 1767 commits to main since this release

Fixed

  • Single-instance enforcement (reported by @netherguy4): Re-launching the app while it was already running (including minimized to tray) would spawn a new independent process, leading to playback conflicts and state divergence. Integrated tauri-plugin-single-instance — subsequent launches are intercepted, the existing window is shown, unminimized, and focused instead.