RELEASE NOTES — Version 1.4.0
Summary
Added the ability to configure the bind address for the HTTP server. Reload now applies port and bind address changes then restarts the HTTP server automatically.
Changelog
- CFG: Added
bindAddressconfig option to specify the interface/address the HTTP server binds to (default0.0.0.0). - SYS: Updated backend HTTP server to bind to the configured
bindAddresson startup. - CMD: Modified
/vwebapi reloadcommand to restart the HTTP server if the bind address or port has changed. Only restarts ifbindAddressorporthave changed, otherwise applies settings live.



