From 92293f9896ca516c82bb4644965b57fc8e244aa8 Mon Sep 17 00:00:00 2001
From: ff <16729017+shelllet@users.noreply.github.com>
Date: Tue, 5 Nov 2024 11:20:46 +0800
Subject: [PATCH] update
---
docx/CHANGELOG.md | 11 +++++++++++
docx/actions/algorithm/FilterEllipse.md | 3 +++
2 files changed, 14 insertions(+)
diff --git a/docx/CHANGELOG.md b/docx/CHANGELOG.md
index 0846221..6cc1002 100644
--- a/docx/CHANGELOG.md
+++ b/docx/CHANGELOG.md
@@ -1,3 +1,14 @@
+# [0.40](https://github.com/shelllet/winui/compare/main...dev) (2024-11-04)
+
+### Changed:
+1. 更新注册机制。
+2. 修复一些其它崩溃问题。
+
+### Note
+
+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)
### Changed:
diff --git a/docx/actions/algorithm/FilterEllipse.md b/docx/actions/algorithm/FilterEllipse.md
index 26e9506..669f921 100644
--- a/docx/actions/algorithm/FilterEllipse.md
+++ b/docx/actions/algorithm/FilterEllipse.md
@@ -32,5 +32,8 @@
示例:https://github.com/shelllet/WinUi/blob/main/algorithm/FilterEllipse.simple
+
+
+
!> 如果短轴的最小值和长轴的最小值相同, 短轴的最大值和长轴的最大值相同,则可以筛选该半径范围内的的圆。