Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Sep 6, 2024
1 parent d692674 commit ca907d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## 2024

### 09-07 v3.18.0

- 可配置@后加空格,用于不会自动补空格的客户端
- 修复部分情况下使用 NapCat 无法发送图片的问题
- B站动态解析支持自定义链接位置和图片数量 [#470](../../issues/470)
- B站仅推送视频时没有推送 [#472](../../issues/472)
- 配置项变更
- A `bot.spaceAfterAt`
- A `bot.bilibili.dynamicLinkPosition`
- A `bot.bilibili.dynamicImgLimit`

### 07-20 v3.17.5

- 修复B站动态解析无法发送含有图片的动态的问题 [#468](../../issues/468)
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"private": true,
"scripts": {
"test": "node index.mjs",
"test:go-cqhttp": "cd ./test/go-cqhttp && ./go-cqhttp",
"dev": "nodemon index.mjs --ignore data",
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
Expand Down

0 comments on commit ca907d4

Please sign in to comment.