v0.3.0 - Beta 2
Pre-release
Pre-release
Changes since Beta 1
(also see previous beta 1 for full 0.3.0 changelog)
- Added better documentation on what loader.dll is and what to do with it; added as a text file asset distributed with the zip
- Properly set logging level in loader.dll by passing data to the thread. Fixes a weird issue where logging level was not properly set in release mode
- Fix weird issue in loader.dll with logs suddenly missing if target was set to false.
- Made logging clearer and better
- Added log level to config file to allow easily adjusting the level. No need to launch as cli or use an env var anymore to get trace level information
- Added warn popup to loader.dll if it was not loaded in support application. Reminder that loader.dll is not a native plugin and should not be used as such. It should stay bundled alongside the main exe files.
- If api call in patch check failed, sleep a little bit to let process catch up before retrying again. If it's still failing after a set timeout period, it's considered a hard error though. (Error in the sense that process injection is aborted; the program will continue working normally)
- Greatly improved all the warning messages to clearly state what's happening, and that you can press OK and the app continues normally.
- Lots of general misc fixes and improvements
Full Changelog 0.2.6-b2: v0.2.6...v0.3.0b2
Full Changelog b1-b2: v0.3.0b1...v0.3.0b2