Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrelies committed Feb 15, 2019
2 parents c6c563c + 6b7027b commit 52b8dbd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 52b8dbd

Please sign in to comment.