diff --git a/LICENSE-QUERY-PHP b/LICENSE-QUERY-PHP index eb893ad..19fe6d4 100644 --- a/LICENSE-QUERY-PHP +++ b/LICENSE-QUERY-PHP @@ -1,4 +1,4 @@ - GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. diff --git a/changelog.txt b/changelog.txt index 8ec6d93..d5ac1cd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,16 +1,26 @@ -1.3 v12.2021.1 +1.3 v11.2021.2 Changes from v11.2021.1: +New Features: +- The Asset SDK Asset Localizer is now known as the Asset Fixer! + - Added the ability to "fix" all asset URLs by changing them to a URL of your choice! + +Enhancements: - Added an additional warning about certain GUI elements being disabled in later clients when No3D is selected. - Novetus no longer requires the Script MD5 when generating a clientinfo.nov. - Placed the %port% ClientScript variable into the Server category. -- Fixed the URL Override box in the Asset SDK not working. -- The Asset SDK Asset Localizer is now known as the Asset Fixer! - - Added the ability to "fix" all asset URLs by changing them to a URL of your choice! +- The server browser no longer requires a server to be the same exact version as the current running version of Novetus. + - The server browser now displays versions in red if they're not the same exact version. +- The master server security warning will now show up once for every Novetus session. + +Fixes: +- Fixed the URL Override box in the Asset SDK not being functional. - The Bootstrapper now creates error logs of its own. - Fixed logging for most Novetus applications. - Fixed a bug in all clients where kicking a player would kick the entire server. - Fixed a crash that occured in 2010L after kicking a player. - Fixed small decoding issues with the splash system. +- Fixed the Stylish interface not showing a warning when hosting a seperate master server. +- Fixed the Stylish interface not pinging the master server. ---------------------------------------------------------------------------- 1.3 v11.2021.1 Changes from Pre-Release 5: diff --git a/scripts/launcher/info.ini b/scripts/launcher/info.ini index 3aef092..fae1001 100644 --- a/scripts/launcher/info.ini +++ b/scripts/launcher/info.ini @@ -6,6 +6,6 @@ UserAgentRegisterClient1=2007M UserAgentRegisterClient2=2010L ExtendedVersionNumber=True ExtendedVersionEditChangelog=False -ExtendedVersionTemplate=%version% v12.2021.%extended-revision%%lite% -ExtendedVersionRevision=1 +ExtendedVersionTemplate=%version% v11.2021.%extended-revision%%lite% +ExtendedVersionRevision=2 IsLite=False \ No newline at end of file