Skip to content

Commit

Permalink
Bumps into version v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Jan 19, 2023
1 parent 7737439 commit 9c35264
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

---

## v0.2.3 [2023-01-19]

### Added

- Added `KookRestClient.GetAdminGuildsAsync` for Bearer token. (58a0966d930e16e37f9796d4bd947d2a24aaade2)
- Added `Format.Colorize` for KMarkdown text colorization. (acca2ae40b0977ebea237b8cd02195f8758df115)

### Fixed

- Fixed `GetGuildsAsync` downloads data too slowly on massive guilds. (83ba3cadc106c7496c1eb45114ba552cf6ced24e)
- Fixed `GetGuildsAsync` does not work on Bearer token. (e7641676ad8efc87e035fd256b57a46606f9e86f)
- Fixed potion of values are incorrect in `Color`. (e46cbc088a6d2c48deaee0fd1826ca389d656476)

## v0.2.2 [2022-12-30]

### Fixed
Expand Down
17 changes: 15 additions & 2 deletions docs/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,30 @@ title: 变更日志

# 变更日志

## v0.2.3 [2023-01-19]

### 新增

- 为 Bearer 类型认证新增支持 `KookRestClient.GetAdminGuildsAsync`
- 新增 `Format.Colorize` 用于 KMarkdown 文本颜色格式化

### 修复

- 修复 `GetGuildsAsync` 在服务器数量较大时下载数据过慢的问题
- 修复 `GetGuildsAsync` 在 Bearer 类型认证下构造对象失败的问题
- 修复 `Color` 部分值不正确的问题

## v0.2.2 [2022-12-30]

### 修复

- 修复了 `SocketTextChannel.SendCard(s)Async` 设置 `ephemeralUser` 参数不生效的问题 (7511f113146f85c9f6157534ba2ce1444080b795)
- 修复了 `SocketTextChannel.SendCard(s)Async` 设置 `ephemeralUser` 参数不生效的问题

## v0.2.1 [2022-12-25]

### 修复

- 修复了导致启动失败的 JSON 转换器错误 (7955aefdfd61fcc28420e30640628890c15ba781)
- 修复了导致启动失败的 JSON 转换器错误

## v0.2.0 [2022-12-25]

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.2.2</VersionPrefix>
<VersionPrefix>0.2.3</VersionPrefix>
<!-- <VersionSuffix>rc</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 9c35264

Please sign in to comment.