fix: note browser blank-tab launch fix (#52451) (thanks @rogerdigital)

This commit is contained in:
Peter Steinberger 2026-03-22 15:39:23 -07:00
parent 77cbbae81b
commit 4ed69e4314
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ Docs: https://docs.openclaw.ai
- WhatsApp/reconnect: preserve the last inbound timestamp across reconnect attempts so the watchdog can still recycle linked-but-dead listeners after a restart instead of leaving them stuck connected forever.
- Gateway/network discovery: guard LAN, tailnet, and pairing interface enumeration so WSL2 and restricted hosts degrade to missing-address fallbacks instead of crashing on `uv_interface_addresses` errors. (#44180, #47590)
- Gateway/bonjour: suppress the non-fatal `@homebridge/ciao` IPv4-loss assertion during interface churn so WiFi/VPN/sleep-wake changes no longer take down the gateway. (#38628, #47159, #52431)
- Browser/launch: stop forcing an extra blank tab on browser launch so managed browser startup no longer opens an unwanted empty page. (#52451) Thanks @rogerdigital.
### Breaking