release: 0.2.0(自包含发布,内置 .NET 运行时)

This commit is contained in:
2026-08-30 01:47:46 +08:00
parent 83011e5d29
commit f060660859
3 changed files with 18 additions and 4 deletions
+4
View File
@@ -7,6 +7,8 @@
## [Unreleased]
## [0.2.0] - 2026-08-30
### Added
- 新增系统托盘图标:左键单击托盘图标显示设置界面;右键菜单提供
@@ -16,6 +18,8 @@
开机启动注册表写入、轮盘全局开关
- 快捷指令「运行脚本」支持 .cmd / .bat 批处理文件(通过 cmd /c 执行),
文件选择器同步移除不再支持的 .psm1
- 发布 Release 自包含版本:.NET 8 运行时与 Windows App SDK 运行时均打包
进应用目录,用户无需手动安装 .NET 环境
### Changed