File tree Expand file tree Collapse file tree 4 files changed +45
-3
lines changed
guides/getting_started/samples Expand file tree Collapse file tree 4 files changed +45
-3
lines changed Original file line number Diff line number Diff line change 22
33---
44
5+ ## v0.10.5 [ 2026-01-09]
6+
7+ ### Added
8+
9+ - Added ` DirectLinks ` , which provides a set of jump links supported by the KOOK client.
10+
11+ ### Fixed
12+
13+ - Fixed an issue where ` RestGuild.Roles ` was empty.
14+ - Fixed an issue where the ` KMarkdownMention ` format of ` RestRole ` and ` SocketRole ` was incorrect.
15+
16+ ### Changed
17+
18+ - Changed the accessibility of the ` Cacheable ` constructor to ` public ` .
19+ - ` ChannelExtensions.GetJumpUrl ` now uses the officially supported jump link format for links obtained from ` IGuildChannel ` .
20+
21+ ### Misc
22+
23+ - Optimized workflows to upload test results during commit checks and pull requests.
24+ - Mutex now uses ` System.Threading.Lock ` in .NET 9.0 and above.
25+
526## v0.10.4 [ 2025-12-23]
627
728### Added
Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ title: 变更日志
55
66# 变更日志
77
8+ ## v0.10.5 [ 2026-01-09]
9+
10+ ### 新增
11+
12+ - 新增 ` DirectLinks ` ,提供了一组 KOOK 客户端所支持的跳转链接。
13+
14+ ### 修复
15+
16+ - 修复 ` RestGuild.Roles ` 为空的问题。
17+ - 修复 ` RestRole ` 及 ` SocketRole ` 的 ` KMarkdownMention ` 格式不正确的问题。
18+
19+ ### 变更
20+
21+ - ` Cacheable ` 构造函数的可访问性变更为 ` public `
22+ - ` ChannelExtensions.GetJumpUrl ` 对于 ` IGuildChannel ` 获取的链接现在使用官方支持的跳转链接格式。
23+
24+ ### 其他
25+
26+ - 优化工作流,在提交检查与合并请求中上传测试结果。
27+ - .NET 9.0 及以上的版本中,互斥锁使用 ` System.Threading.Lock ` 。
28+
829## v0.10.4 [ 2025-12-23]
930
1031### 新增
Original file line number Diff line number Diff line change 77
88 <PropertyGroup >
99 <OutputType >Exe</OutputType >
10- <TargetFramework >net8 .0</TargetFramework >
10+ <TargetFramework >net10 .0</TargetFramework >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Kook.Net" Version =" 0.6.0 " />
14+ <PackageReference Include =" Kook.Net" Version =" 0.10.5 " />
1515 </ItemGroup >
1616
1717</Project >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ImplicitUsings >enable</ImplicitUsings >
44 <Nullable >enable</Nullable >
5- <VersionPrefix >0.10.4 </VersionPrefix >
5+ <VersionPrefix >0.10.5 </VersionPrefix >
66 <!-- <VersionSuffix>beta2</VersionSuffix>-->
77 <IsPackable >false</IsPackable >
88 <IsTrimmable >false</IsTrimmable >
You can’t perform that action at this time.
0 commit comments