* Fixed a bug when editing a Text Field and the input string is `null`. Only affected Il2Cpp games, appeared in 1.8.0.
* Added a menu page for editing the Explorer Settings in-game, called `Options`.
* Added a new setting for default Items per Page Limit (for all "Pages" in Explorer).
This commit is contained in:
sinaioutlander
2020-10-01 20:20:52 +10:00
parent b4b5f1ec93
commit 748e0cabcb
10 changed files with 113 additions and 4 deletions

View File

@ -5,7 +5,7 @@ namespace Explorer
public class ExplorerCore
{
public const string NAME = "Explorer (" + PLATFORM + ", " + MODLOADER + ")";
public const string VERSION = "1.8.2";
public const string VERSION = "1.8.21";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.explorer";