diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 1f0319a68..35045e1e8 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -2,7 +2,7 @@ 如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。 """ -VERSION = "3.4.7" +VERSION = "3.4.8" DB_PATH = "data/data_v3.db" # 默认配置 diff --git a/changelogs/v3.4.8.md b/changelogs/v3.4.8.md new file mode 100644 index 000000000..a8bb4d8b6 --- /dev/null +++ b/changelogs/v3.4.8.md @@ -0,0 +1,5 @@ +# What's Changed + +- 支持 Gewechat 接入微信个人号(文字交互) +- 支持回复时 At 和引用发送者 #241 +- 清除残留的 personalities \ No newline at end of file