Between this release and the last, the following changes were made to the Linux and Windows launchers:
Linux:
- Fixed NULL being passed to closedir(), a nonnull function
- Compiled with optimized flags (-O3 -DNDEBUG -s -Wall)
Windows: - Added unused() macro to remove compiler warnings (pointless to the end user (you))
- Added versioninfo and file icon for the executable
- Fixed memory leaks that occurred during certain portions of the setup process
- Fixed memory leak caused when the game returns an error code
- Fixed program not exiting after python env could not be found
- Removed --quiet flag from upgrade process
- Compiled with optimized flags (-O3 -DNDEBUG -s -Wall)