Compare commits

...

2 Commits

Author SHA1 Message Date
pmow
12efbac58a Update packagelist upload message, fixed debug exe from 2.8.3 2021-08-19 18:17:04 -04:00
pmow
00cfc35102 2.8.3 hotfix for blacklist not updating 2021-08-19 16:32:23 -04:00
5 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@@ -1927,7 +1927,7 @@ without him none of this would be possible
}
else if (newGamesList.Count > 0 && !Properties.Settings.Default.UploadedGameList)
{
var res = FlexibleMessageBox.Show(this, "Please share game list bla bla bla for future patch bla ", "upload game list",
var res = FlexibleMessageBox.Show(this, "For August 2021, we'd like to grab a list of the apps installed to make updates work better.\nDo that now?", "Upload game list?",
MessageBoxButtons.YesNo, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button2);
if (res == DialogResult.Yes)
{

View File

@@ -17,7 +17,7 @@ namespace AndroidSideloader
private static string RawGitHubUrl;
private static string GitHubUrl;
static readonly public string LocalVersion = "2.8.2";
static readonly public string LocalVersion = "2.8.4";
public static string currentVersion = string.Empty;
public static string changelog = string.Empty;

View File

@@ -1,3 +1,5 @@
RSL 2.8.3
+ Hotfix to update the exclusion list of games we need updates for.
RSL 2.8.2

View File

@@ -1 +1 @@
2.8.2
2.8.4