diff --git a/CHANGELOG.md b/CHANGELOG.md index 6636bff..91c30aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,13 @@ To extract .7z archives, use [7-Zip](https://www.7-zip.org/)! ## [Click here](http://dudley.gg/squirrelies/re2/latest.7z) to download the latest release! -## [Download 1.1.8.2 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1182-Beta-Signed-Release.7z) (2019-02-12) +## [Download 1.1.8.4 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1184-Beta-Signed-Release.7z) (2019-02-14) +* Fixes issue #12 Win32Exception Win32 Error 299 (ERROR_PARTIAL_COPY) and ArgumentException with scalingFactor out of range (less than or equal to 0 or greater than 4). The program now requires the scaling factor to be greater than 0 (0%) and less than or equal to 4 (400%). + +### [Download 1.1.8.3 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1183-Beta-Signed-Release.7z) (2019-02-12) +* Uses new ProcessMemory 1.0.3 which added code for WoW64 detection of processes. This could help detect the issue some users are facing. + +### [Download 1.1.8.2 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1182-Beta-Signed-Release.7z) (2019-02-12) * Adjusted the code for getting the base address to filter only 64-bit modules. * Changed how unhandled exceptions were handled. They still FailFast and write to event log but now they'll also display a MessageBox to the user so they don't have to hunt down the error message.