Skip to content

Commit

Permalink
Bumps version into v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Jan 8, 2025
1 parent 2491fd5 commit 8a42422
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

---

## v0.9.6 [2025-01-05]

### New Features

- Added support for managing intimate relationships.
- The pipe message client now supports sending card messages, as well as quoting messages and ephemeral user.
- Added the `Modules` property to the `ICard` interface.

### Fixes

- Corrected the rate value for preemptive rate limiting.
- Fixed an issue where the maximum capacity of the message cache could overflow.
- Fixed an issue where the cache was not properly updated when a guild channel was deleted.

## Other Changes

- Removed support for the .NET 6.0 target framework. Updated the target framework for dependency injection, message
queue, and host hosting extension packages to .NET 9.0.
- Updated all externally referenced NuGet packages to their latest versions.

## v0.9.5 [2024-11-13]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Kook.Net.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>0.9.5</VersionPrefix>
<VersionPrefix>0.9.6</VersionPrefix>
<!-- <VersionSuffix>beta5</VersionSuffix>-->
<IsPackable>false</IsPackable>
<IsTrimmable>false</IsTrimmable>
Expand Down
19 changes: 19 additions & 0 deletions docs/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ title: 变更日志

# 变更日志

## v0.9.6 [2025-01-05]

### 新增

- 新增对亲密关系管理的支持。
- 管道消息客户端新增支持发送卡片消息,及对消息回复与临时消息可见用户的支持。
- `ICard` 接口添加 `Modules` 属性。

### 修复

- 修正抢先速率限制的速率值。
- 修复消息缓存最大容量可能会溢出的问题。
- 修复服务器频道删除时未能正确更新缓存的问题。

## 其它

- 移除了对 .NET 6.0 目标框架的支持,更新依赖注入、消息队列、主机托管等扩展包的目标框架至 .NET 9.0。
- 更新所有外部引用的 NuGet 包至最新版本。

## v0.9.5 [2024-11-13]

### 新增
Expand Down

0 comments on commit 8a42422

Please sign in to comment.