diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d73ecc..de03583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog of SimpleR +## [v1.2.5] - 2019-11-03 + +### Changed +- Fixed initial download of flash projector file (something broke) + ## [v1.2.4] - 2018-07-18 ### Changed diff --git a/README.md b/README.md index 322bacd..4034052 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A convenient way to play Realm of the Mad God on Windows - Open source # Download -Current version: 1.2.4 - 2018-07-18 - [Changelog](./CHANGELOG.md) +Current version: 1.2.5 - 2019-11-03 - [Changelog](./CHANGELOG.md) See [Releases](../../releases/latest) for download diff --git a/Settings.exe b/Settings.exe index 363e83b..7ff99d4 100644 Binary files a/Settings.exe and b/Settings.exe differ diff --git a/SimpleR.exe b/SimpleR.exe index bf4272f..e3f2595 100644 Binary files a/SimpleR.exe and b/SimpleR.exe differ diff --git a/source/Include/InitialSetup.au3 b/source/Include/InitialSetup.au3 index b8cbfc8..8a56c02 100644 --- a/source/Include/InitialSetup.au3 +++ b/source/Include/InitialSetup.au3 @@ -218,6 +218,7 @@ Func _ShowDL() EndFunc ;==>_ShowDL Func _Getlatest() + HttpSetUserAgent("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0") $tempFile = _TempFile() InetGet("https://www.adobe.com/support/flashplayer/debug_downloads.html", $tempFile, 1) $text = FileRead($tempFile) diff --git a/source/Settings.au3 b/source/Settings.au3 index e1f9381..f0671ab 100644 --- a/source/Settings.au3 +++ b/source/Settings.au3 @@ -2,7 +2,7 @@ #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=..\data\Icons\Settings.ico #AutoIt3Wrapper_Res_Description=Settings GUI for SimpleR -#AutoIt3Wrapper_Res_Fileversion=1.0.1.2 +#AutoIt3Wrapper_Res_Fileversion=1.0.1.3 #AutoIt3Wrapper_Res_LegalCopyright=GerRudi #AutoIt3Wrapper_Res_Language=1033 #AutoIt3Wrapper_Run_Au3Stripper=y diff --git a/source/SimpleR.au3 b/source/SimpleR.au3 index 2286bf5..23645e7 100644 --- a/source/SimpleR.au3 +++ b/source/SimpleR.au3 @@ -2,7 +2,7 @@ #AutoIt3Wrapper_Icon=..\data\Icons\SimpleR.ico #AutoIt3Wrapper_Compression=0 #AutoIt3Wrapper_Res_Description=Simple launcher to play RotMG -#AutoIt3Wrapper_Res_Fileversion=1.2.4.0 +#AutoIt3Wrapper_Res_Fileversion=1.2.5.0 #AutoIt3Wrapper_Res_LegalCopyright=GerRudi #AutoIt3Wrapper_Res_Language=1033 #AutoIt3Wrapper_Run_Au3Stripper=y