v0.0.2
Added
- In editor SDK documentation
- Popup menu in the plugin UI to choose which docs to open (Godot 4.3+)
Fixed
- SDK client compilation error on web exports. Thanks @Arkelen7777 !
- Caret moving back when trying to edit text in the plugin UI
Changed
- discovery_v1 endpoint replaced by discovery_v2
- roomConfig parameter optional when creating a room/lobby
- roomConfig parameter is now a String instead of a Dictionary
- SDK will only create an empty config file if running in Editor
- Generate server build logs are now printed to the Editor bottom output panel
Thanks to @Arkelen7777 for testing the addon and providing valuable feedback