Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Mar 10, 2024
1 parent 1311e1b commit a40429d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## v0.2.4 (2024-03-10)

LiteLoaderQQNT 用户请安装前三个插件。此版本新增的「戳一戳引擎」可根据自身需求选择安装。

### iife

- 修复了 iife 未加载引擎的问题 (4a098692c5cb1bba973784a7c4ae245786e35128)

### engine-chronocat-api

- 修复了 `guild.get` 返回结果内没有群名称的问题 (1311e1b5d131a6ecd0493fe62ba274ac7b0ce9bc)
- 修复了 `guild.list` 耗时较长且提示「获取群列表失败」,实际上正确获取了最新数据的问题 (2800c7c8e4685dd158ec1a0c6889caa4c779f2da)

### engine-poke

- 实现戳一戳引擎

## v0.2.3 (2024-03-10)

这个版本包含重大架构更改。请阅读 Team Chrononeko
Expand Down
1 change: 1 addition & 0 deletions packages/docs/scripts/genclg.cts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const componentMap = {
'https://github.com/chrononeko/chronocat/tree/master/packages/engine-chronocat-api',
'engine-chronocat-event':
'https://github.com/chrononeko/chronocat/tree/master/packages/engine-chronocat-event',
'engine-poke': 'https://github.com/chrononeko/engine-poke/tree/master',
} as const

type Component = keyof typeof componentMap
Expand Down

0 comments on commit a40429d

Please sign in to comment.