Skip to content

ModbusSim v0.17.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 03:15

ModbusSim v0.17.1

🇨🇳 中国大陆用户:首次从旧版升级若失败,请直接从镜像下载安装包(新版本起更新检查会自动走 proxy):

https://ghfast.top/https://github.com/Karl-Dai/ModbusSim/releases/latest

🌍 Users in mainland China: if the in-app updater fails on first upgrade from a previous version, download installers from the mirror above (later versions will auto-fallback through proxies).

下载 / Downloads

下方资产里按平台选择 / Pick the asset for your platform below:

平台 / Platform Slave (从站) Master (主站)
macOS Apple Silicon ModbusSlave_0.17.1_aarch64.dmg ModbusMaster_0.17.1_aarch64.dmg
macOS Intel ModbusSlave_0.17.1_x64.dmg ModbusMaster_0.17.1_x64.dmg
Windows x64 (NSIS) ModbusSlave_0.17.1_x64-setup.exe ModbusMaster_0.17.1_x64-setup.exe
Windows x64 (MSI) ModbusSlave_0.17.1_x64_en-US.msi ModbusMaster_0.17.1_x64_en-US.msi
Linux AppImage ModbusSlave_0.17.1_amd64.AppImage ModbusMaster_0.17.1_amd64.AppImage
Linux deb ModbusSlave_0.17.1_amd64.deb ModbusMaster_0.17.1_amd64.deb
Linux rpm ModbusSlave-0.17.1-1.x86_64.rpm ModbusMaster-0.17.1-1.x86_64.rpm

维护版本:发布流水线修复 + OpenSpec 规格归档。无应用代码改动,安装包与 v0.17.0 功能一致。

Maintenance release: release-pipeline fix plus OpenSpec spec archival. No application code changes — installers are functionally identical to v0.17.0.

Fixed 修复

  • 发布流水线publish-manifest job 补 contents: write 权限,修复其默认 token 看不到 draft release、导致 release 卡在草稿且 body 不被替换的问题(v0.16 / v0.17 曾因此需要手动补救)。/ Release pipeline — granted the publish-manifest job contents: write so its token can see and publish the draft release; fixes releases getting stuck as drafts with an unreplaced body (previously required manual rescue on v0.16 / v0.17).

Internal 内部

  • OpenSpec 规格归档 — 归档 value-panel-writeback / improved-slave-register-ui / slave-ui-overhaul 三个已完成 change,同步生成 9 个能力规格;废弃已 moot 的 egui-033-shadcn-migration(egui 已于 v0.16 删除);auto-update 规格补全 ## 目的 / ## 需求 结构并通过校验。/ OpenSpec archival — archived three completed changes into nine capability specs, abandoned the moot egui-033-shadcn-migration change, and normalized the auto-update spec to pass validation.

macOS 首次启动 / First launch on macOS

首次双击 .app 会被 Gatekeeper 拦截("Apple 无法验证…")。放行:打开
系统设置 → 隐私与安全性,滚到底点 仍要打开;或终端执行
xattr -dr com.apple.quarantine "/Applications/ModbusSlave.app"

First launch is blocked by Gatekeeper ("Apple could not verify…"). To allow:
System Settings → Privacy & Security, scroll to bottom, click Open Anyway; or
run xattr -dr com.apple.quarantine "/Applications/ModbusSlave.app" in Terminal.


完整变更历史 / Full changelog: CHANGELOG.md

之前版本 / Previous releases: https://github.com/Karl-Dai/ModbusSim/releases