v1.7.14
What's Changed
- Fixed: grey nodes on startup - Nodes could appear grey (uninitialized) immediately after deploying a flow. Node registration now happens synchronously again, so all nodes initialize correctly on startup.
- Virtual indicator: live SVG preview in the edit dialog - The virtual indicator node now shows a real-time SVG preview while you configure it. You can see exactly how the indicator will look before deploying the flow.
- Virtual switch: Auto mode now works with leading-slash keys - A bug prevented the virtual switch from switching back to Auto mode when the incoming
msg.payloadkey started with a/(e.g./Auto). This is now fixed.
Bug fixes
- Virtual switch: Settings/Adjustable path is now read-only - The Settings/Adjustable path is now correctly marked read-only, preventing accidental writes to a property that should only be set by the system.
- Virtual switch: fixed conditional debounce - An issue with the debounce logic was fixed, improving reliability when messages arrive in quick succession.
- Error handler cleanup - Removed redundant unhandledRejection handlers that could cause duplicate error log entries in some environments
Full Changelog: v1.7.13...v1.7.14