Releases: masonasons/FastSM
Latest Build
Automated build from commit 8da274e
Version: 0.5.0
Built: 2026-04-25T01:25:59-05:00
Commit: Wait for FastSM's PID to exit before applying portable update
The updater batch slept a flat 2 seconds before xcopying the new build
on top of the running install. OnClose routinely takes longer (timeline
position sync, cache writes, streaming thread teardown), so xcopy hit
file locks on FastSM.exe, the batch then start-ed the still-running
old binary, and the second launch tripped the SingleInstanceChecker —
"FastSM is already running" with no actual update applied.
Replace the fixed sleep with a PID poll on the parent process (capped
at 60 seconds so we don't hang forever if something goes truly sideways),
so the extract / xcopy / restart sequence only runs once the old
instance is genuinely gone.
This release is automatically updated on every commit to master.
Downloads
- Windows Installer: FastSMInstaller.exe (Recommended)
- Windows Portable: FastSM-Windows-Portable.zip
- macOS: FastSM-0.5.0.dmg
- Linux Portable: FastSM-Linux-Portable.tar.gz