Skip to content

Commit ae27454

Browse files
committed
Bumps version into v0.9.11
1 parent f2ce320 commit ae27454

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
---
44

5+
## v0.9.11 [2025-06-25]
6+
7+
### Added
8+
9+
- Added support for message template related APIs.
10+
- `Debug` mode log level now outputs the gateway session ID.
11+
12+
### Changed
13+
14+
- Changed the `messageId` parameter type in message sending methods from `int` to `ulong` to support a larger message ID
15+
range.
16+
17+
### Fixed
18+
19+
- Fixed an issue where changes in the gradient color data structure for roles caused application startup failures.
20+
21+
### Others
22+
23+
- Added a quick reference document for the message template API.
24+
525
## v0.9.10 [2025-06-18]
626

727
### Fixed

Kook.Net.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<ImplicitUsings>enable</ImplicitUsings>
44
<Nullable>enable</Nullable>
55
<VersionPrefix>0.9.11</VersionPrefix>
6-
<VersionSuffix>beta1</VersionSuffix>
76
<IsPackable>false</IsPackable>
87
<IsTrimmable>false</IsTrimmable>
98
<IsAotCompatible>false</IsAotCompatible>

docs/changelog/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ title: 变更日志
55

66
# 变更日志
77

8+
## v0.9.11 [2025-06-25]
9+
10+
### 新增
11+
12+
- 新增对消息模板相关 API 的支持。
13+
- `Debug` 模式的日志级别现在会输出网关会话 ID。
14+
15+
### 变更
16+
17+
- 各个发送消息的方法中 `messageId` 参数的类型从 `int` 变更为 `ulong`,以支持更大的消息 ID 范围。
18+
19+
### 修复
20+
21+
- 修复因角色渐变色数据结构变更导致应用程序启动失败的问题。
22+
23+
### 其它
24+
25+
- 新增消息模板接口相关的快速指南文档。
26+
827
## v0.9.10 [2025-06-18]
928

1029
### 修复

0 commit comments

Comments
 (0)