From 18aca8414eb05c17ac04d1652a9d261980733a97 Mon Sep 17 00:00:00 2001 From: ff <16729017+shelllet@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:23:45 +0800 Subject: [PATCH 1/2] is-active --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index bfc566b..11dd381 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -30,7 +30,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact From cb67502a780958e3c155fcdd94da135a44935572 Mon Sep 17 00:00:00 2001 From: ff <16729017+shelllet@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:25:16 +0800 Subject: [PATCH 2/2] update to 0.40.1 --- docx/CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docx/CHANGELOG.md b/docx/CHANGELOG.md index 6cc1002..49e0666 100644 --- a/docx/CHANGELOG.md +++ b/docx/CHANGELOG.md @@ -1,4 +1,15 @@ -# [0.40](https://github.com/shelllet/winui/compare/main...dev) (2024-11-04) +# [0.40.1](https://github.com/shelllet/winui/compare/main...dev) (2024-11-06) + +### Changed: +1. 修复动作参数数字无法输入问题。 +2. 运行时,禁用流程打开按钮。 + +### Note + +1. 使用管理员权限运行 *winui++*, 无法显示 *动作* 的拖动效果(已知问题)。 +2. 64位下载(x64):https://bitbucket.org/winui-release/version/downloads/winui0.40.1-setup.x64.exe + +## [0.40](https://github.com/shelllet/winui/compare/main...dev) (2024-11-04) ### Changed: 1. 更新注册机制。 @@ -9,7 +20,7 @@ 1. 使用管理员权限运行 *winui++*, 无法显示 *动作* 的拖动效果(已知问题)。 2. 64位下载(x64):https://bitbucket.org/winui-release/version/downloads/winui0.40.0-setup.x64.exe -# [0.39](https://github.com/shelllet/winui/compare/main...dev) (2024-09-30) +## [0.39](https://github.com/shelllet/winui/compare/main...dev) (2024-09-30) ### Changed: 1. 修复动作分组隐藏问题。