mirror of https://github.com/openclaw/openclaw.git
fix: note browser blank-tab launch fix (#52451) (thanks @rogerdigital)
This commit is contained in:
parent
77cbbae81b
commit
4ed69e4314
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue