File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 22
33---
44
5+ ## v0.9.6 [ 2025-01-05]
6+
7+ ### New Features
8+
9+ - Added support for managing intimate relationships.
10+ - The pipe message client now supports sending card messages, as well as quoting messages and ephemeral user.
11+ - Added the ` Modules ` property to the ` ICard ` interface.
12+
13+ ### Fixes
14+
15+ - Corrected the rate value for preemptive rate limiting.
16+ - Fixed an issue where the maximum capacity of the message cache could overflow.
17+ - Fixed an issue where the cache was not properly updated when a guild channel was deleted.
18+
19+ ## Other Changes
20+
21+ - Removed support for the .NET 6.0 target framework. Updated the target framework for dependency injection, message
22+ queue, and host hosting extension packages to .NET 9.0.
23+ - Updated all externally referenced NuGet packages to their latest versions.
24+
525## v0.9.5 [ 2024-11-13]
626
727### 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.5 </VersionPrefix >
5+ <VersionPrefix >0.9.6 </VersionPrefix >
66<!-- <VersionSuffix>beta5</VersionSuffix>-->
77 <IsPackable >false</IsPackable >
88 <IsTrimmable >false</IsTrimmable >
Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ title: 变更日志
55
66# 变更日志
77
8+ ## v0.9.6 [ 2025-01-05]
9+
10+ ### 新增
11+
12+ - 新增对亲密关系管理的支持。
13+ - 管道消息客户端新增支持发送卡片消息,及对消息回复与临时消息可见用户的支持。
14+ - ` ICard ` 接口添加 ` Modules ` 属性。
15+
16+ ### 修复
17+
18+ - 修正抢先速率限制的速率值。
19+ - 修复消息缓存最大容量可能会溢出的问题。
20+ - 修复服务器频道删除时未能正确更新缓存的问题。
21+
22+ ## 其它
23+
24+ - 移除了对 .NET 6.0 目标框架的支持,更新依赖注入、消息队列、主机托管等扩展包的目标框架至 .NET 9.0。
25+ - 更新所有外部引用的 NuGet 包至最新版本。
26+
827## v0.9.5 [ 2024-11-13]
928
1029### 新增
You can’t perform that action at this time.
0 commit comments