[Beta] Build 650 Changelog
[h3]Changes[/h3]
[h3]Bug fixes[/h3]
[h3]Misc[/h3]
- Node JS has been removed in favor of hosting UI pages from C#, as well as simplifying the websocket connection to bridge the UI and main application together. This should increase stability for all users.
- Refactored Websocket API in the back. Documented it as well. You can find the documentation here.
- Added notification support to Websocket API. Developers, see here for details on migrating your old UDP notifications to Websockets. (UDP is still supported, but will not recieve future updates and is considered legacy. Your old notification systems will continue to work.)
- Updated System Performance tracking back-end. Unfortunately, due to windows security limitations, in order to see CPU usage you will need to enable "Allow Admin Permissions" in the Settings for CPU tracking to work. Once the UI 3.0 overhaul happens for the performance tracker, the CPU bar will be hidden when admin permissions is disabled.
[h3]Bug fixes[/h3]
- Overall stability improvements with UI 3.0.
- Fixed an issue where CPU performance tracking was inaccurate.
[h3]Misc[/h3]
- Minor security fixes.