Releases: Ansenchen123/factor
Factor v1.0.3
Fix Windows startup failures when the app is extracted under non-ASCII paths such as Chinese user folders.\n\nChanges:\n- resolve the executable path with Win32 wide-character APIs\n- switch the process working directory to the application root before loading assets\n- use relative paths for data and locale files during startup\n- load bundled fonts from memory so the font path no longer depends on a narrow-character filesystem conversion\n\nValidated by launching the packaged app from a Chinese path with PATH restricted to Windows system directories.
Factor v1.0.2
Keep the portable Windows packaging fixes from v1.0.1 and add startup diagnostics for packaged builds.\n\nThe app now writes factor_startup.log next to the EXE and shows a startup error dialog when required files are missing or initialization fails.\n\nThis helps diagnose reports where users double-click the app and see no visible response.
Factor v1.0.1
Fix Windows release packaging by bundling required MinGW runtime DLLs (libstdc++-6.dll, libgcc_s_seh-1.dll, libwinpthread-1.dll) alongside raylib.dll.\n\nValidated that the packaged app starts with PATH restricted to Windows system directories, so it works without the development environment installed.
Factor v1.0.0
Portable Windows release of Factor Manager. Includes factor_manager.exe, raylib.dll, and the required data folder.