From 385ddefca126cec56558bdb94435192c23f8dff6 Mon Sep 17 00:00:00 2001
From: ff <16729017+shelllet@users.noreply.github.com>
Date: Sun, 30 Mar 2025 19:04:14 +0800
Subject: [PATCH 1/3] update
---
docx/CHANGELOG.md | 13 ++++++++++++-
docx/actions/system/AttachProcess.md | 1 +
docx/actions/system/WriteMemory.md | 6 ++++++
3 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/docx/CHANGELOG.md b/docx/CHANGELOG.md
index 15b41d44..0f0ee892 100644
--- a/docx/CHANGELOG.md
+++ b/docx/CHANGELOG.md
@@ -1,4 +1,15 @@
-# [0.42.1](https://github.com/shelllet/winui/compare/main...dev) (2025-02-26)
+# [0.42.3](https://github.com/shelllet/winui/compare/main...dev) (2025-02-26)
+
+### Changed:
+1. 修复预览图片在小屏幕无法显示问题。
+
+### Note
+
+1. 使用管理员权限运行 *winui++*, 无法显示 *动作* 的拖动效果(已知问题)。
+2. 64位下载(x64):https://winui.net/_media/simple/winui++0.42.3-setup.x64.exe
+
+
+## [0.42.1](https://github.com/shelllet/winui/compare/main...dev) (2025-02-26)
### Changed:
1. 修复[剪切板](./actions/system/ClipboardValue.md)动作设置剪切板内容时崩溃问题。
diff --git a/docx/actions/system/AttachProcess.md b/docx/actions/system/AttachProcess.md
index 09f73020..513a9778 100644
--- a/docx/actions/system/AttachProcess.md
+++ b/docx/actions/system/AttachProcess.md
@@ -28,3 +28,4 @@
* 示例流程:https://github.com/shelllet/WinUi/blob/main/system/AttachProcess.simple
+* 动态库示例:https://github.com/shelllet/WindowsInject
\ No newline at end of file
diff --git a/docx/actions/system/WriteMemory.md b/docx/actions/system/WriteMemory.md
index 7f893c64..e2b5202e 100644
--- a/docx/actions/system/WriteMemory.md
+++ b/docx/actions/system/WriteMemory.md
@@ -30,3 +30,9 @@
## 资源
* 示例流程:https://github.com/shelllet/WinUi/blob/main/system/Wait.simple
+
+
+
+
+
+
From 63800a825125f300d8b1b89b1a25ed962c3c2172 Mon Sep 17 00:00:00 2001
From: ff <16729017+shelllet@users.noreply.github.com>
Date: Sun, 30 Mar 2025 21:19:08 +0800
Subject: [PATCH 2/3] update
---
docx/CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docx/CHANGELOG.md b/docx/CHANGELOG.md
index 0f0ee892..aca9cd73 100644
--- a/docx/CHANGELOG.md
+++ b/docx/CHANGELOG.md
@@ -1,4 +1,4 @@
-# [0.42.3](https://github.com/shelllet/winui/compare/main...dev) (2025-02-26)
+# [0.42.4](https://github.com/shelllet/winui/compare/main...dev) (2025-02-26)
### Changed:
1. 修复预览图片在小屏幕无法显示问题。
From 01ae983cb14d49a4c76cfd8b9d2b40a0576521d9 Mon Sep 17 00:00:00 2001
From: ff <16729017+shelllet@users.noreply.github.com>
Date: Sun, 30 Mar 2025 21:21:07 +0800
Subject: [PATCH 3/3] update
---
docx/CHANGELOG.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docx/CHANGELOG.md b/docx/CHANGELOG.md
index aca9cd73..fe8469f7 100644
--- a/docx/CHANGELOG.md
+++ b/docx/CHANGELOG.md
@@ -1,4 +1,4 @@
-# [0.42.4](https://github.com/shelllet/winui/compare/main...dev) (2025-02-26)
+# [0.42.4](https://github.com/shelllet/winui/compare/main...dev) (2025-03-30)
### Changed:
1. 修复预览图片在小屏幕无法显示问题。
@@ -6,7 +6,7 @@
### Note
1. 使用管理员权限运行 *winui++*, 无法显示 *动作* 的拖动效果(已知问题)。
-2. 64位下载(x64):https://winui.net/_media/simple/winui++0.42.3-setup.x64.exe
+2. 64位下载(x64):https://winui.net/_media/simple/winui++0.42.4-setup.x64.exe
## [0.42.1](https://github.com/shelllet/winui/compare/main...dev) (2025-02-26)