Skip to content

Releases: crhan/zlan_cli

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:30

Changelog

  • 34f8797 feat: discover 显示每个出口的源地址/网卡与目标网段

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 15:10

Changelog

  • 3cf8fce feat: add Rev.4 WiFi TLV management
  • b89f0ae feat: support Modbus coils and discrete inputs

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:40

Changelog

  • 90db21f Add MQTT bridge publishing

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:12

Changelog

  • 6c1fd7a fix: recover from unrelated Modbus TCP responses

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:04

Changelog

  • 3c48955 Add Codex policy for ZLAN UDP discovery
  • 5b9ad99 Allow Codex Go development checks
  • bedca29 feat: add capabilities comparison command
  • e5224c5 feat: add persistent Modbus register polling
  • 556fd31 fix: improve UDP discovery across local networks

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 01:12

Changelog

  • 9aeae02 feat: UDP 持久写后跳过即时读回校验
  • bdd35c2 fix(cli): 网络字段警告优先于泛化重启提示
  • dd198c0 fix(device): CopyConfig 接入 RebootExpected,与 Set 对齐

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 00:07

Changelog

  • 81c9451 feat: add direct modbus register access

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 23:27

Changelog

  • 25ffb6a feat: add config copy and offline import export

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 23:14

Changelog

  • cecfe2d feat(cli): cobra 命令层(discover/info/get/set/tune/reboot/status/monitor/apply/ports)
  • efdb107 feat(device): 编排层(target/service/apply + 写后读回校验)
  • a2dfab4 feat(protocol): 参数模型 + 双通道帧 + 段写模型 + golden 测试
  • 47d240d feat(transport): UDP 通道(discover/单播/monitor)
  • 63b049b feat(transport): 串口命令模式通道 + ports 枚举
  • 80c32c8 fix: 整合三路 code review 的 P0/P1 修复