Skip to content

Commit

Permalink
Bumped into v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Jul 29, 2023
1 parent f49ba86 commit ff505b1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

---

## v0.5.1 [2023-07-29]

### Added

- Introduced new methods `SocketGuild.GetCategoryChannel` and `RestGuild.GetCategoryChannelAsync`

### Fixed

- Resolved an issue where the `GetJumpUrl` method was returning incorrect results
- Corrected the value of `KookConfig.MaxMessagesPerBatch` that was not being set correctly
- Fixed the incorrect deserialization of deleted quotes
- Addressed the problem where the `RequestOptions` parameter of `MoveUsersAsync` was not optional
- Fixed the failure of the `MoveUsersAsync` method

### Optimized

- Optimized the internal implementation of the `GetDirectMessageAsync` method
- Ensured consistent string representation for `langword` in comments

## v0.5.0 [2023-05-21]

### Update Path
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.5.1 [2023-07-29]

### 新增

- 添加了 `SocketGuild.GetCategoryChannel``RestGuild.GetCategoryChannelAsync` 方法

### 修复

- 修复了 `GetJumpUrl` 方法返回结果不正确的问题
- 修复了 `KookConfig.MaxMessagesPerBatch` 设置不正确的问题
- 修复了已删除引用的反序列化不正确的问题
- 修复了 `MoveUsersAsync` 方法的 `RequestOptions` 参数不为可选参数的问题
- 修复了 `MoveUsersAsync` 方法的失败问题

### 优化

- 优化了 `GetDirectMessageAsync` 方法的内部实现
- 统一了注释中 `langword` 的字符串表示方式

## v0.5.0 [2023-05-21]

### 更新路线
Expand Down
2 changes: 1 addition & 1 deletion src/Kook.Net.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionPrefix>0.5.1</VersionPrefix>
<!-- <VersionSuffix>rc</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit ff505b1

Please sign in to comment.