3.1.1 (20-Sep-2023)
- ✨ Improved support for additional terminal commands. They are automatically included in packaged game properly.
- ✨ Add message log and toast notification functions.
- ✨ Add new menubar entry.
- ✨ Find Actor functions are now static.
- 🔥 Removed Blueprint access for Find Actor(s) from world subsystem.
- 🐛 Fixed multiple compile errors on Mac.
- 🐛 Fixed editor crash on startup (related to Common UI).
- 🐛 Fixed error message related to InternetBrowserUMG module while packaging.
- 🐛 Fixed potential crash when opening programs after closing others.
3.1.0 (08-Sep-2023)
- ✨ Unreal Engine 5.3 supported.
- ✨ Added listen/remove from global message subsystem support in terminal command.
- ✨ Unregisters terminal command as listener when done.
- ✨ Add support for toggling setting widgets on screen at runtime in device actor.
- ✨ Added functions for clearing and refreshing widgets.
- ♻ Unique ID of device actor is visible in instance only.
- 🐛 Fixed startup fatal crash in packaged game.
3.0.1 (05-Sep-2023)
- ✨ Terminal command history is now navigatable through up/down keys.
- ✨ Added new overridable function ShouldCreate to check if data objects should be created or not.
- ✨ Add templated version of GetDataObj.
- 🐛 Fixed crashes when setting Operating Pre Installed to true.
3.0 (03-Sep-2023)