Skip to content

Commit 9a0b436

Browse files
committed
chore(release): bump version to 7.8.1
- Update version string from 7.8.0 to 7.8.1 in src/version.ts - Add V7.8.1 release notes to changelog documenting message reporting fix - Include V7.8.0 detailed changelog with all features, fixes, and breaking changes
1 parent aeca198 commit 9a0b436

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

doc/更新日志.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
V7.8.1
2+
3+
* 修复消息不上报
4+
=================
5+
6+
V7.8.0
7+
8+
更新时间 2026-02-09
9+
10+
* Milky 修复合并转发无法发图
11+
* OneBot 修复发送的嵌套合并转发无法查看
12+
* OneBot 修复发送的嵌套合并转发缺失外显
13+
* 修复引用消息可能无法获取
14+
* 修复 CLI 版本关掉终端窗口后没有结束相关进程
15+
* 修复 Desktop 版本停止或者关闭后可能没有结束相关进程
16+
* 修复无头模式不生效
17+
* OneBot 支持合并转发 node 指定 time
18+
* OneBot 支持 get_group_info 接口返回的 group_create_time 字段在未加群时获取
19+
* OneBot 支持 get_stranger_info 接口返回标签字段 labels
20+
* Milky 支持 get_friend_info, get_group_member_list, get_group_member_info 接口使用 no_cache 参数
21+
* 优化 Desktop 一键对接框架使用体验
22+
* 优化 WebQQ 上传文件自动清理
23+
* 优化保存 Email 相关配置时,不再往 config_<qq>.json 写入,而是只保存在 email_config.json
24+
* WebQQ 置顶群聊现在和 PC / 手机端同步
25+
* WebQQ 群聊列表支持置顶群
26+
* WebQQ 群聊支持设置消息接收方式,支持收进群助手
27+
* 修复 Windows 上 ffmpeg 转换 amr 语音长度不对,如果是用的是 LLBot Desktop,需要先删除 bin/llbot/ffmpeg.exe 和 bin/llbot/ffprobe.exe
28+
* 优化 WebUI 在手机端上的适配
29+
30+
** 破坏性改动 **
31+
* OneBot `get_group_info` 去掉了 `groupAll` 字段,添加了 `is_top`, `owner_id`, `shut_up_all_timestamp`, `shut_up_me_timestamp`, `active_member_num`, `is_freeze`
32+
* OneBot `_send_group_notice` 请求参数 `pinned` 和 `confirm_required` 的类型由 integer 变为 boolean
33+
34+
=================
35+
136
V7.8.0
237

338
更新时间 2026-02-09

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.0'
4+
export const version = '7.8.1'
55

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

0 commit comments

Comments
 (0)