From 6b3cdd1f4fa344adfb3f692ada86da08b6f051a0 Mon Sep 17 00:00:00 2001 From: Elivo Date: Tue, 29 Jul 2025 13:12:47 +0800 Subject: [PATCH] Apewer-6.8.4 --- Apewer/Apewer.props | 2 +- ChangeLog.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Apewer/Apewer.props b/Apewer/Apewer.props index 425fab9..d6e137a 100644 --- a/Apewer/Apewer.props +++ b/Apewer/Apewer.props @@ -9,7 +9,7 @@ Apewer Apewer Libraries - 6.8.3 + 6.8.4 diff --git a/ChangeLog.md b/ChangeLog.md index 3e9e64b..bd7e70c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,19 @@  +### 6.8.4 +- 新特性 + - 增加 RuntimeUtility.CatchException 方法,允许设置全局异常捕获; + - 增加 RuntimeUtility.IsAdministratorRole 方法,用于判断进程是否正在以管理员身份运行; + - 增加操作单个 Cron 的方法,Break 可打断循环,Abort 可打断线程; + - 增加扩展方法 URI.Segmental(); + - 增加扩展方法 byte[].CRC16(); + - 增加 UnauthorizedException 异常类型; + - 增加 WinForms.Tray,用于通用的托盘程序; + - 控制器(ApiController)增加 Context 属性。 +- 问题修正 + - 修正 ApiOptions.DefaultRenderer 方法返回类型是 void 时会继续执行后续流程的问题。 + - 恢复 Apewer.Source 对 SQLite 包的引用; + - 修正 TextUtility.FromBytes 遇到 0xFF 时不截断字符串的问题。 + ### 6.8.3 - 新特性 - 增加了 JumpStatement 枚举,用于返回后续行为;