chore: Add force_ipv4_dns option and update translations; bump OpenClaw to 2026.2.17

This commit is contained in:
techartdev
2026-02-18 15:38:06 +02:00
parent 7cdf7a2694
commit d5fae52ad6
10 changed files with 68 additions and 2 deletions
+10
View File
@@ -2,6 +2,16 @@
All notable changes to the OpenClaw Assistant Home Assistant Add-on will be documented in this file.
## [0.5.46] - 2026-02-18
### Added
- New add-on option `force_ipv4_dns` to enable IPv4-first DNS ordering for Node network calls (`NODE_OPTIONS=--dns-result-order=ipv4first`), helping Telegram connectivity on IPv6-broken networks.
### Changed
- Added translations for `force_ipv4_dns` option.
- Updated docs with `force_ipv4_dns` configuration and Telegram network troubleshooting note.
- Bump OpenClaw to 2026.2.17
## [0.5.45] - 2026-02-16
### Changed