From 2901ec6daa4f6259ee50b1710e7ef68bd92dd43e Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 10:33:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E5=8F=B7=20v0.7.0?= =?UTF-8?q?=20=E2=86=92=20v0.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/framework/base_config.yaml.example | 2 +- version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/framework/base_config.yaml.example b/config/framework/base_config.yaml.example index 73f4664..7a92c0f 100644 --- a/config/framework/base_config.yaml.example +++ b/config/framework/base_config.yaml.example @@ -1,7 +1,7 @@ framework: debug: true name: SenSu - version: v0.7.0 + version: v0.8.0 branch: dev repo_url: https://git.yeij.top/AskaEth/SenSu logging: diff --git a/version.json b/version.json index 2e10ec6..eacf684 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { "framework": { - "version": "v0.7.0", + "version": "v0.8.0", "url": "https://git.yeij.top/AskaEth/SenSu/archive/dev.zip", - "notes": "安全加固 + Sentinel 集群监控 + API Key 系统 + 更新服务" + "notes": "Sentinel横版折线图+磁盘分区+负载/SWAP/温度 | Windows兼容 | 自动更新+备份回滚 | 插件导入安装 | 安全加固29项" }, "plugins": { - "sentinel": { "version": "1.0.0", "url": "" }, + "sentinel": { "version": "1.1.0", "url": "" }, "example_plugin": { "version": "1.0.0", "url": "" } } }