No functional changes.
The "y-cruncher.exe" launcher binary has been recompiled without static linking due to it triggering false positives from virus scanners. All other binaries are unchanged from the previous release.
Rant: These modern virus scanners are complete shit and can't the difference between hello world and a virus.
The offending launcher binary is completely open-sourced here: https://github.com/Mysticial/y-cruncher/tree/master/trunk/VSS%20-%20Launcher
If you open the solution and compile with static-linking /MT, you will light up half of Virus Total. Recompile with dynamic-linking /MD and it's clean.