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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ All notable changes to ModbusSim are documented in this file.

---

## [0.17.4] - 2026-09-10

### Fixed 修复

- correct frontend toolbar and table layouts
- allow editing existing master connection settings

### 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.3] - 2026-09-09

### Highlights / 亮点
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.3"
version = "0.17.4"
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.3",
"version": "0.17.4",
"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.3"
version = "0.17.4"
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.3",
"version": "0.17.4",
"identifier": "com.modbusslave.dev",
"build": {
"devUrl": "http://localhost:5175",
Expand Down
Loading