Skip to content

v1.4.2

Choose a tag to compare

@tiger-yan-666 tiger-yan-666 released this 18 Aug 04:05
· 10 commits to main since this release
eec296c

What's Changed

✨ New Features

  • Parallel machine support: Laying the groundwork for upcoming parallel features
  • mDNS-based auto IP recovery: Automatically discovers and switches to a device's new IP when it changes (e.g. router DHCP reassignment), without manual reconfiguration

🐛 Bug Fixes

  • Improved Modbus client: fixed connection state machine, write race, and transaction ID mismatch issues (#83, #81, #72)
  • Fixed batch register read missing 0x8007
  • Use HA's shared Zeroconf instance for mDNS discovery
  • Reduced log noise from routine connection activity

🔧 Other

  • Added release workflow with zip_release for HACS download tracking