- Fixed potential deadlock at advanced console start up - RText support as return value in `AbstractNode.requires` parameter `failure_message_getter`
2.0.5
- Fixed exception in `FunctionThread` created in `new_thread` being suppressed
2.0.4
- Fixed protected fields being removed during function `serialize`
2.0.3
- Fixed ``!!MCDR plugin list`` command not displaying plugin list correctly - Fixed the `prev_module` parameter in on_load even is always None since v2.0.1
2.0.2
- Fixed result display issue with !!MCDR setlang command - Reduced prompt repaint delay from default 0.02s to 0.01s, a lot smoother - Added result display in cli init and gendefault command
2.0.1
- Use better module removing logic at plugin unload for the current plugin import logic to fix modules not imported in entrypoint module global scope are not unloaded - Fixed missing available parameter `block` and `timeout` for method `schedule_task` in `ServerInterface` - Fixed document missing for `new_thread` decorator