File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 22
33---
44
5+ ## v0.9.9 [ 2025-06-01]
6+
7+ ### Fixed
8+
9+ - Fixed an issue where enum parameters are not correctly registered in the text command framework.
10+
511## v0.9.8 [ 2025-05-20]
612
713### Added
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ImplicitUsings >enable</ImplicitUsings >
44 <Nullable >enable</Nullable >
5- <VersionPrefix >0.9.8 </VersionPrefix >
5+ <VersionPrefix >0.9.9 </VersionPrefix >
66<!-- <VersionSuffix>beta5</VersionSuffix>-->
77 <IsPackable >false</IsPackable >
88 <IsTrimmable >false</IsTrimmable >
Original file line number Diff line number Diff line change @@ -5,22 +5,28 @@ title: 变更日志
55
66# 变更日志
77
8+ ## v0.9.9 [ 2025-06-01]
9+
10+ ### 修复
11+
12+ - 修复导致文本命令框架无法正确注册枚举类型参数的问题。
13+
814## v0.9.8 [ 2025-05-20]
915
1016### 新增
1117
12- - 新增 ` BaseSocketClient.UnknownDispatchReceived ` ,用于处理未知的事件类型
13- - 新增 ` KookSocketConfig.SuppressUnknownDispatchWarnings ` 用于绕过未知事件类型的警告
18+ - 新增 ` BaseSocketClient.UnknownDispatchReceived ` ,用于处理未知的事件类型。
19+ - 新增 ` KookSocketConfig.SuppressUnknownDispatchWarnings ` 用于绕过未知事件类型的警告。
1420
1521### 修复
1622
17- - 修复 ` IIntimacyRelation ` 上的 ` RelationType ` 及 ` CreatedAt ` 可能为空导致无法获取亲密关系信息的问题,相关属性已变更为可空属性
18- - 修复 ` SocketMessage.Update ` 可能会异常阻塞异步线程的问题
23+ - 修复 ` IIntimacyRelation ` 上的 ` RelationType ` 及 ` CreatedAt ` 可能为空导致无法获取亲密关系信息的问题,相关属性已变更为可空属性。
24+ - 修复 ` SocketMessage.Update ` 可能会异常阻塞异步线程的问题。
1925
2026### 其他
2127
22- - 更新相关依赖库版本
23- - 迁移测试框架至 xunit.v3
28+ - 更新相关依赖库版本。
29+ - 迁移测试框架至 xunit.v3。
2430
2531## v0.9.7 [ 2025-03-09]
2632
You can’t perform that action at this time.
0 commit comments