Added mat4(const mat3 &in) and mat3(const mat4 &in) constructors
Added IO::Copy
Added IO::FileCreatedTime
Added more functionality to the Tests API's (still a work in progress)
Added Meta::Plugin::HasManifest
Added Meta::IsSchoolModeWhitelisted
Added Meta::ReloadPlugin
Added support for Meta::UnloadPlugin to unload itself
Added Reflect::MwClassInfo::Size
Added MwArrayInPlaceDyn<T>
Added more descriptive error for plugin info.toml load failures
Added "Open game folder" option to menu
Added log level string to log file
Added command line flag /openplanet:developer to start in developer signature mode
Added new icons to Openplanet's icon font: Ubisoft, ManiaExchange, ItemExchange, ManiaPark, Evo, TikTok
Updated game version data (faster startup time)
Updated overlay layout and style a little bit
Updated Angelscript
Updated ImGui (this adds many new API's and flag values to the UI API's)
Deprecated fallback parameters in nvg::LoadFont as they are practically free in NanoVG (fallback fonts are now always included) - this fixes problems when 2 plugins load the same font with different fallback settings
Fixed offzone patch no longer working
Fixed crash when assigning handle in scripts (#525 and #542)
Fixed crash when unloaded plugin tries to render in Recent in Developer menu
Fixed shared exports not being included with the plugin when their filename ends with another exported path
Fixed Text::TryParseDouble having the wrong signature
Fixed Text::StripFormatCodes not stripping empty links
Fixed hovered flags in UI::IsItemHovered not working
Fixed ChildClasses not showing on Maniaplanet and older in MwClassInfo
Fixed counting unnameable files in hash file report statistics