From e023d12c0d3e30efd2e1e12f192407de6eb7969e Mon Sep 17 00:00:00 2001 From: Elivo Date: Mon, 6 Apr 2026 18:44:18 +0800 Subject: [PATCH] Apewer-6.8.10 --- Apewer/Apewer.props | 2 +- ChangeLog.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Apewer/Apewer.props b/Apewer/Apewer.props index 7b2e833..f210590 100644 --- a/Apewer/Apewer.props +++ b/Apewer/Apewer.props @@ -7,7 +7,7 @@ Apewer Apewer Libraries - 6.8.9 + 6.8.10 diff --git a/ChangeLog.md b/ChangeLog.md index ce49617..591e526 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,14 @@ -### 6.8.9 +### 6.8.10 +- 新特性 + - 增加 ApiContext.Current 属性,用于获取当前的 API 上下文; + - 增加 Query.Column 和 Query.Cell 方法,支持指定输出类型; + - 增加 DrawingUtility.AsImage 方法,将字节数组作为 Image 执行回调; + - 增加 DrawingUtility.AdjustRotation 方法,自动调整图片的旋转方向; + - 增加 DrawingUtility.AspectScale 方法,实现等比例缩放,用于生成缩略图。 +- 问题修正 + - 修正 WriteFile 在带有 BOM 时不清空文件的问题。 + +### 6.8.9 - 新特性 - 增加扩展方法 Stream.Read(int),用于读取指定长度的字节数组; - TextUtility 增加 Pascal、Kebab 和 Snake 方法,用于转换字符串的命名风格;