📑 Changelog
📚 New proxy library: TextShaping.dll
🤖 New loading mode: New config option auto_load toggles automatic loading method. In auto mode, Koaloader will search DLLs in parent directories, and recursively in current directory, until it finds first DLL that matches a well-known name listed in README. It is turned on by default (set to true), enabling Koaloader to load a DLL with a well-known name without Koaloader.json file.
⚙ New config option: Objects in module config option can now specify required parameter, which determines the Koaloader behavior when a given module was not found. Setting it to true makes Koaloader crash with message box when the provided DLL was not found. Setting it to false simply prints an error log and continues execution.