Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 工程文件继续兼容。
Expand Down
2 changes: 1 addition & 1 deletion crates/modbusmaster-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/modbusmaster-app/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion crates/modbussim-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/modbussim-app/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading