diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21cfbbd..725b459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,10 @@ jobs: steps: - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 24 cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68d8cf5..34fb634 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: working-directory: toolknit-desktop steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -77,7 +77,7 @@ jobs: } - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 24 cache: npm diff --git a/.gitignore b/.gitignore index 2cf937d..fa32aa5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,10 @@ build-log*.txt dev-error.log # 敏感配置 +.npmrc .env -.env.local -.env.*.local +.env.* +!.env.example # 系统文件 .DS_Store diff --git a/CODE_SIGNING_POLICY.md b/CODE_SIGNING_POLICY.md index b760bcd..521dbf3 100644 --- a/CODE_SIGNING_POLICY.md +++ b/CODE_SIGNING_POLICY.md @@ -4,7 +4,7 @@ ToolKnit has applied for the SignPath Foundation open-source code-signing program. This policy becomes operational only after that application is approved and the signing workflow is integrated. -ToolKnit Desktop 2.1.0 is **not** signed through SignPath. Its release integrity is verified with the SHA-256 checksum published alongside the installer. +ToolKnit Desktop 2.1.1 is **not** signed through SignPath. Its release integrity is verified with the SHA-256 checksum published alongside the installer. ## Signing service and scope diff --git a/README.md b/README.md index c511fe9..eb2ffed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@
-
+
@@ -45,7 +45,7 @@
再用桌面端
Windows 本地优先版本,适合长期文件工作、离线处理和可视化编辑。
- 2.1.0 安装包、校验文件和版本说明会同步到 Release。 + 2.1.1 安装包、校验文件和版本说明会同步到 Release。 @@ -67,9 +67,9 @@ ToolKnit Desktop 2.1 是一套面向 Windows 的本地文件工作台。它把 -## 2.1.0 新功能 +## 2.1 系列新功能 -2.1.0 新增 11 项桌面工具,并围绕自定义背景、玻璃拟态交互、依赖复用、任务生命周期和失败恢复完成一轮系统升级。新工具继续遵循本地优先原则,重型编辑器与算法模块按需加载,离开页面后会释放 Worker、Canvas、监听器和临时资源。 +2.1 系列新增 11 项桌面工具,并围绕自定义背景、玻璃拟态交互、依赖复用、任务生命周期和失败恢复完成一轮系统升级。新工具继续遵循本地优先原则,重型编辑器与算法模块按需加载,离开页面后会释放 Worker、Canvas、监听器和临时资源。