version++; 2.9.5

This commit is contained in:
konqi
2021-08-30 12:27:49 +02:00
parent 164dc070bd
commit f8fb2b5483
4 changed files with 30 additions and 25 deletions

View File

@@ -1,4 +1,29 @@
-----BEGIN PGP SIGNED MESSAGE-----
RSL 2.9.4
= Changed install.txt logic to search
for any .7z files and use Zip Extract
function from GeneralUtilities, should
fix version issues with users who have
a newer 7zip installed than the 7zip
exe included with install.txt games.
= Fully moved ADB folder to
C:\RSL\platform-rools and removed
adb folder from Rookie directory.
Rookie will do this automatically upon
first launch after updating. This will
make updating to future versions of ADB
much smoother. This should also fix issues
caused by having multiple version of
adb.exe clashing and fix AAPT issues as
well.
= Updated 7z.exe and 7z.dll on Github.
HFP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
RSL 2.9.4

View File

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

View File

@@ -1,23 +1,3 @@
RSL 2.9.4
RSL 2.9.5
= Changed install.txt logic to search
for any .7z files and use Zip Extract
function from GeneralUtilities, should
fix version issues with users who have
a newer 7zip installed than the 7zip
exe included with install.txt games.
= Fully moved ADB folder to
C:\RSL\platform-rools and removed
adb folder from Rookie directory.
Rookie will do this automatically upon
first launch after updating. This will
make updating to future versions of ADB
much smoother. This should also fix issues
caused by having multiple version of
adb.exe clashing and fix AAPT issues as
well.
= Updated 7z.exe and 7z.dll on Github.
HFP
= Hotfix connection bug when starting

View File

@@ -1 +1 @@
2.9.4
2.9.5