Skip to content

Commit

Permalink
Merge pull request #160 from shelllet/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
shelllet authored Nov 6, 2024
2 parents 1932e4e + cb67502 commit 91d9756
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 13 additions & 2 deletions docx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. 更新注册机制。
Expand All @@ -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. 修复动作分组隐藏问题。
Expand Down

0 comments on commit 91d9756

Please sign in to comment.