diff --git a/changelog.txt b/changelog.txt index 1b2c737..1cae90e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +EDGE Snapshot v23.8728.23339.1 +Enhancements: +- Novetus will now set your default username to your Windows user name. + - If you already have a name set in Novetus, it won't be changed, just for when you start Novetus for the first time. + +Fixes: +- Fixed various issues with Novetus not loading the info.ini properly. +---------------------------------------------------------------------------- EDGE Snapshot v23.8728.22429.2 Fixes: - Fixed missing clientinfo error on intital launch. diff --git a/scripts/launcher/info.ini b/scripts/launcher/info.ini index 64efae7..f30735a 100644 --- a/scripts/launcher/info.ini +++ b/scripts/launcher/info.ini @@ -9,6 +9,6 @@ ExtendedVersionNumber=True //ExtendedVersionTemplate=%version% vX.23.%extended-revision% (%version-name%) //ExtendedVersionTemplate=%version% Snapshot v23.%build%.%revision%.%extended-revision% ExtendedVersionTemplate=EDGE Snapshot v23.%build%.%revision%.%extended-revision% -ExtendedVersionRevision=2 +ExtendedVersionRevision=1 InitialBootup=False IsLite=False