Releases: ReFreezed/LuaHotLoader
Releases · ReFreezed/LuaHotLoader
Version 1.3
The first real release!
Changes since 1.2
- Added functions: monitor(), isAllowingExternalPaths().
- Now normalizing paths and file extensions.
- Module loading is more robust in very rare cases.
- Fixed reloaded modules not getting loaded in protected mode like they should have.
- Fixed required modules not getting their name as an argument.
- Fixed
%%
in the log format resulting in%%
getting printed too. - Fixed files innocently sometimes being treated as text files.
- Fixed some incorrect documentation.
- LÖVE: Using a more efficient way of monitoring files in Windows using WinAPI.
- LÖVE: Updated list of automatically added loaders.