Skip to content

Commit

Permalink
Bumps version into v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Oct 18, 2024
1 parent 59f027d commit 8f67b97
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

---

## v0.9.2 [2024-10-18]

### Added

- Support sending borderless theme `CardTheme.Invisible` cards
- `DefaultRestClient` supports passing an `IWebProxy` instance
- Implemented `IEquatable<T>` interface for `Color`, `AlphaColor`, and `GradientColor`

### Fixed

- Fixed symbol reference errors in some XML documents
- Fixed issue where attempting to get the message entity from a cacheable object returned by the send message method
resulted in null

### Other

- Enabled SourceLink

## v0.9.1 [2024-09-07]

### Fixed
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.1</VersionPrefix>
<VersionPrefix>0.9.2</VersionPrefix>
<!-- <VersionSuffix>beta5</VersionSuffix>-->
<IsPackable>false</IsPackable>
<IsTrimmable>false</IsTrimmable>
Expand Down
17 changes: 17 additions & 0 deletions docs/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ title: 变更日志

# 变更日志

## v0.9.2 [2024-10-18]

### 新增

- 支持发送无边主题 `CardTheme.Invisible` 卡片
- `DefaultRestClient` 支持传入 `IWebProxy` 实例
-`Color``AlphaColor``GradientColor` 实现 `IEquatable<T>` 接口

### 修复

- 修复部分 XML 文档中的符号引用错误
- 修复尝试通过发送消息方法返回的可缓存对象获取消息实体时返回 `null` 的问题

### 其它

- 启用 SourceLink

## v0.9.1 [2024-09-07]

### Fixed
Expand Down

0 comments on commit 8f67b97

Please sign in to comment.