From 5eef333b31c4cab6c2b89248c165c7ad48e3367c Mon Sep 17 00:00:00 2001 From: "Travis J. Gutjahr" <33809229+Squirrelies@users.noreply.github.com> Date: Sat, 9 Feb 2019 01:40:25 -0600 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b498525..adadc8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ [Click here](https://dotnet.microsoft.com/download/dotnet-framework-runtime) to download the latest version of [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework-runtime). To extract .7z archives, use [7-Zip](https://www.7-zip.org/)! +### [Download 1.1.5.2 Alpha](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1152-Alpha-Signed-Release.7z) (2019-02-09) +* Enemy HP is now sorted by percentage. Enemies which have been damaged will show up at the top of the list to better help you see which enemies you're engaging. +* Raw IGT value is now hidden. You can show this value again by using the --Debug command-line argument. The human-readable IGT still shows by default. + ### [Download 1.1.5.1 Alpha](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1151-Alpha-Signed-Release.7z) (2019-02-08) * Fixed a bug where the program would crash and not open if a --ScalingFactor was not set. From aa24efa5bc37c903b20c0760cdceb9ad28090314 Mon Sep 17 00:00:00 2001 From: "Travis J. Gutjahr" <33809229+Squirrelies@users.noreply.github.com> Date: Sun, 10 Feb 2019 00:36:31 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adadc8d..0cdd048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ [Click here](https://dotnet.microsoft.com/download/dotnet-framework-runtime) to download the latest version of [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework-runtime). To extract .7z archives, use [7-Zip](https://www.7-zip.org/)! +### [Download 1.1.6.0 Beta](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1160-Beta-Signed-Release.7z) (2019-02-10) +* Added options UI as a context menu. Right-click anywhere on the user interface and selection Options to open the dialog. + ### [Download 1.1.5.2 Alpha](http://dudley.gg/squirrelies/re2/RE2REmakeSRT-1152-Alpha-Signed-Release.7z) (2019-02-09) * Enemy HP is now sorted by percentage. Enemies which have been damaged will show up at the top of the list to better help you see which enemies you're engaging. * Raw IGT value is now hidden. You can show this value again by using the --Debug command-line argument. The human-readable IGT still shows by default.