diff --git a/CHANGELOG.md b/CHANGELOG.md index e627ea5..2aba1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ All notable changes to ModbusSim are documented in this file. --- +## [0.17.3] - 2026-08-15 + +### Added 新增 + +- add Simulation Settings drawer for batch point mutation (slave) + +### Fixed 修复 + +- show updater progress and enforce timeouts (#10) + +### Documentation 文档 + +- refresh READMEs with v0.17.2 features and sister-project layout + +### Notes 说明 + +- 本节由夜间发布自动化根据上一版本后的提交生成;合并发布 PR 前可直接编辑补充 / This section is generated by the nightly release automation from commits since the previous version and can be refined before the release PR is merged. + ## [0.17.2] - 2026-08-14 补丁版本:恢复 ModbusMaster 正常启动,并交付完整的从站点位工作流、SOCKS5 代理、静默后台更新和自动发布链路。无破坏性变更,现有 v1 工程文件继续兼容。 diff --git a/crates/modbusmaster-app/Cargo.toml b/crates/modbusmaster-app/Cargo.toml index 580aee3..0475cd5 100644 --- a/crates/modbusmaster-app/Cargo.toml +++ b/crates/modbusmaster-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modbusmaster-app" -version = "0.17.2" +version = "0.17.3" description = "ModbusMaster - Cross-platform Modbus TCP Master" edition = "2021" rust-version = "1.77.2" diff --git a/crates/modbusmaster-app/tauri.conf.json b/crates/modbusmaster-app/tauri.conf.json index 980d23a..f9aaaea 100644 --- a/crates/modbusmaster-app/tauri.conf.json +++ b/crates/modbusmaster-app/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ModbusMaster", - "version": "0.17.2", + "version": "0.17.3", "identifier": "com.modbusmaster.dev", "build": { "devUrl": "http://localhost:5174", diff --git a/crates/modbussim-app/Cargo.toml b/crates/modbussim-app/Cargo.toml index 100e491..ecd2e24 100644 --- a/crates/modbussim-app/Cargo.toml +++ b/crates/modbussim-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modbussim-app" -version = "0.17.2" +version = "0.17.3" description = "ModbusSim - Cross-platform Modbus Simulator" edition = "2021" rust-version = "1.77.2" diff --git a/crates/modbussim-app/tauri.conf.json b/crates/modbussim-app/tauri.conf.json index 7371554..30b6fed 100644 --- a/crates/modbussim-app/tauri.conf.json +++ b/crates/modbussim-app/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ModbusSlave", - "version": "0.17.2", + "version": "0.17.3", "identifier": "com.modbusslave.dev", "build": { "devUrl": "http://localhost:5175",