From 2f85e6bfcca374cde2169c0d40ece88c55394e61 Mon Sep 17 00:00:00 2001 From: Alexander Nell Date: Sat, 16 May 2020 22:41:09 +0200 Subject: [PATCH] Updated Changelog & Version --- changelog.txt | 70 ++++++++++++++++++++++++++++++++++++++++++- core/ManiaControl.php | 2 +- 2 files changed, 70 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index bccae2a2..e79fa438 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,12 +1,15 @@ ###v0.254### #Additions -- added first support of Legacy-Modes +- added small scale support for Legacy-Modes #Bug Fixes +- fixed crashes of MX-List with deactivated Karma-Plugin - solved Finish-/Lap-Callback not getting triggered when Waypoint-Callback is not registered +- //unban without login crashed #Changes - additional Waypoint-Callback on Finish-/Lap-Callback +- moved constant DEFAULT_KARMA_PLUGIN - renamed all occurrences of Script-Settings to GameMode-Settings - includes a renamed database - unified Creations of round Text-Buttons @@ -43,6 +46,71 @@ - format milliseconds with dot instead of double colon (1:02:375 -> 1:02.375) - Notification-System of Local Records +###v0.226### +#Bug Fixes +- Dedimania Plugin, everything should work now +- moved overlapping widgets in TM + +#Changes +- improved Async Webrequest Handling +- improved Error Handler +- improved Page Chunking +- updated FML + +###v0.220### +#Additions +- Local Records Plugin can capture Lap Records +- Plugins for Rounds and Cup (commands for setting point distribution, endround etc.) + +#Bug Fixes +- performance improvements (200+ player servers run fine now) +- MX list filters by environment of server + +#Changes +- reworked Dedimania Plugin +- newly designed Local Record Widget + +###v0.205### +#Bug Fixes +- stability improvements +- fixed wrong namespace + +#Changes +- reorder admin menu items + +###v0.203### +#Additions +- admin and player helpall icon +- map search feature in maplist +- new Script Callbacks and Methods (including Trackmania) + +#Bug Fixes +- z-Value fixes in UI + +#Changes +- removed MP3 Callbacks +- updated Pause/WarmUp-System + +###v0.201### +#Additions +- full support for new LibXmlRpc Callbacks +- min & max plugin-version on maniacontrol.com +- new ModeScriptEventManager class +- new version of LabelLine +- UsageInformationAble interface, plugin authors can use ->getUsageInformation() on nearly every class to be provided with infos about the class + +#Bug Fixes +- small design fixes +- stability improvements +- wrong link on installing a plugin + +#Changes +- deprecated old Callbacks +- minimum dedicated server version updated to MP4 version +- removed deprecates in ManiaControl class +- updated Manialink to version 3 (including FML) +- updated internal HTTP requests to new AsyncHttpRequest + ###v0.16x### #Additions - updated mx links to https diff --git a/core/ManiaControl.php b/core/ManiaControl.php index 238fa564..64d9c52b 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -55,7 +55,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, /* * Constants */ - const VERSION = '0.253'; + const VERSION = '0.254'; const API_VERSION = '2013-04-16'; const MIN_DEDIVERSION = '2017-05-03_21_00'; const SCRIPT_TIMEOUT = 40;