From 9d8958a3a2db81dec98aa8650bfa796c9543311b Mon Sep 17 00:00:00 2001 From: Mir Drualga Date: Sun, 26 Jun 2022 03:19:39 -0700 Subject: [PATCH 1/2] Update CHANGELOG for 3.0.2.6 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c0f10e..35ffad59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SGD2FreeRes Changelog -## SGD2FreeRes 3.0.3.0 (Not yet available) +## SGD2FreeRes 3.1.0.0 (Not yet available) - Add support for 1.10. - Refactor and compile on Visual C++ 6.0. - Improve compatability with every Windows system that can play @@ -8,6 +8,10 @@ - Remove requirement to install C/C++ runtime files, as they are included with every Windows since Windows 95 OSR 2. +## SGD2FreeRes 3.0.2.6 (June 26, 2022) +- Fix black rectangle being drawn when the Scroll of Inifuss screen is + open. + ## SGD2FreeRes 3.0.2.5c (April 3, 2022) - Updated timer's server in the supported server list. From 66bb1663f06fe66d618f1c782cedb700d5127b0a Mon Sep 17 00:00:00 2001 From: Mir Drualga Date: Sun, 26 Jun 2022 03:21:09 -0700 Subject: [PATCH 2/2] Update resource file for 3.0.2.6 --- .../resource/resource.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SlashGaming-Diablo-II-Free-Resolution/resource/resource.rc b/SlashGaming-Diablo-II-Free-Resolution/resource/resource.rc index 79a395af..cf0a007e 100644 --- a/SlashGaming-Diablo-II-Free-Resolution/resource/resource.rc +++ b/SlashGaming-Diablo-II-Free-Resolution/resource/resource.rc @@ -55,8 +55,8 @@ SLASH_ICON ICON "slashgaming_game_loader.ico" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,0,2,5 - PRODUCTVERSION 3,0,2,5 + FILEVERSION 3,0,2,6 + PRODUCTVERSION 3,0,2,6 FILEFLAGSMASK 0x3fL // VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS 0x1L // VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE @@ -71,7 +71,7 @@ VS_VERSION_INFO VERSIONINFO { BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual { - VALUE "Build", "2022-04-03\0" + VALUE "Build", "2022-06-26\0" VALUE "Comments", "Licensed under Affero GPL v3+.\0" VALUE "CompanyName", "SlashGaming\0" VALUE "Developer", "Mir Drualga\0" @@ -81,7 +81,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "LegalTrademarks", "All rights reserved.\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Diablo II Free Resolution\0" - VALUE "ProductVersion", "3.0.2.5c\0" + VALUE "ProductVersion", "3.0.2.6\0" VALUE "SpecialBuild", "\0" VALUE "Support", "reddit.com/r/SlashDiablo\0" } // BLOCK "040904E4"