Skip to content

Commit e2c807f

Browse files
committed
chore(release): bump version to 7.9.0
1 parent c96d56c commit e2c807f

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

doc/更新日志.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
V7.9.0
2+
更新时间 2026-02-18
3+
4+
**Milky**
5+
* 增加了与好友/群置顶有关的 API
6+
* `get_peer_pins`
7+
* `set_peer_pin`
8+
* 给 `send_group_message_reaction` 增加了参数 `reaction_type`,表示回应表情的类型,分为 QQ 系统表情 `face` 和 Emoji `emoji` 两种类型
9+
* 增加了发送的 `light_app` 消息段,包含字段 `json_payload` 表示小程序的 JSON 内容
10+
* 给发送的 `forward` 消息段补充更多可定制的元信息
11+
* `title` (optional),具体解释见 [常见问题 Q&A](https://github.com/SaltifyDev/milky/issues/46)
12+
* `preview` (optional),同上
13+
* `summary` (optional),同上
14+
* `prompt` (optional),表示合并转发在消息预览中的外显文本,但仅对移动端 QQ 有效
15+
* 给接收的 `reply` 消息段增加被引用(回复)的消息的具体信息
16+
* `sender_id`,表示被引用的消息的发送者 QQ 号
17+
* `sender_name` (optional),表示被引用的消息的发送者名称,仅在合并转发中可以获取
18+
* `time`,表示被引用的消息的发送时间
19+
* `segments`,表示被引用的消息的内容
20+
* 给接收的 `mention` 消息段增加 `name` 字段,表示去除 `@` 前缀的被提及者的名称
21+
* 给 `IncomingForwardedMessage` 增加字段 `message_seq`,表示该消息在来源会话中的序列号
22+
* 增加了事件类型 `peer_pin_change`,表示好友或群的置顶状态改变
23+
24+
**OneBot**
25+
* 修复 `get_group_info` 返回的 `owner_id` 可能为 `0`
26+
27+
**Satori**
28+
* 支持上报 `reaction-added` 和 `reaction-removed` 事件
29+
30+
=================
131
V7.8.5
232
更新时间 2026-02-16
333

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot-dist","version":"7.8.5","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}
1+
{"name":"llonebot-dist","version":"7.9.0","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs'
22
import packageJson from '../package-dist.json'
33

4-
export const version = '7.8.5'
4+
export const version = '7.9.0'
55

66
export const writeVersion = ()=>{
77
const pkgJsonPath = './package-dist.json'

0 commit comments

Comments
 (0)