chore: 更新版本信息(v1.0.1)

This commit is contained in:
2026-07-21 23:37:59 +08:00
parent 0f89e142e9
commit f2b7af5824
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "frost-mqtt-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "一个使用 AI 开发的多功能 MQTT 桌面客户端,基于 Electron + Vue 3 + Naive UI 构建。",
"main": "./out/main/index.js",
"author": "Frost-ZX",
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## [1.0.1] - 2026-07-21
### Added
- 快速发送列表持久化到本地文件 `frost-mqtt-data.json`
- 快速消息支持备注。
### Fixed
- 解决“快速发送”模块中,主题名称较长时,外层卡片缩小到一定程度后不能再随外层容器缩小而缩小的问题。
## [1.0.0] - 2026-07-21
- 初始版本发布。