From 8285bfb827b5c96463d72d132f6454700ea7dc53 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Sun, 5 Mar 2023 15:30:03 +0000 Subject: [PATCH] update changelog --- docs/update/v3.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/docs/update/v3.md b/docs/update/v3.md index 9e14ec07..c94c0a56 100644 --- a/docs/update/v3.md +++ b/docs/update/v3.md @@ -2,6 +2,45 @@ > 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成 +## v3.1.0 + +> 更新时间:2023-03-05 + +* 本次更新包含文档更新内容 3 个 +* 修复 #301 的 Workerman CtrlC 的卡死 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#308](https://github.com/zhamao-robot/zhamao-framework/pull/308) +* 添加 今天吃什么 插件 by [@FishZe](https://github.com/FishZe) in [PR#309](https://github.com/zhamao-robot/zhamao-framework/pull/309) +* 添加 InvalidDefinition 解决方案提示 by [@sunxyw](https://github.com/sunxyw) in [PR#310](https://github.com/zhamao-robot/zhamao-framework/pull/310) +* Update plugin_list.js by [@OnErrk](https://github.com/OnErrk) in [PR#312](https://github.com/zhamao-robot/zhamao-framework/pull/312) +* 添加 疯狂星期四 / 代码运行 插件 by [@FishZe](https://github.com/FishZe) in [PR#313](https://github.com/zhamao-robot/zhamao-framework/pull/313) +* Update plugin_list.js by [@OnErrk](https://github.com/OnErrk) in [PR#315](https://github.com/zhamao-robot/zhamao-framework/pull/315) +* 更新 GH Action by [@sunxyw](https://github.com/sunxyw) in [PR#318](https://github.com/zhamao-robot/zhamao-framework/pull/318) +* 添加构建命令开发依赖检测 by [@sunxyw](https://github.com/sunxyw) in [PR#319](https://github.com/zhamao-robot/zhamao-framework/pull/319) +* 提前 Bootstrapers 调用时机 by [@sunxyw](https://github.com/sunxyw) in [PR#320](https://github.com/zhamao-robot/zhamao-framework/pull/320) +* prompt 新增更新当前上下文绑定的事件对象的可选项 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#324](https://github.com/zhamao-robot/zhamao-framework/pull/324) +* 插件生成器和插件列表的相关破坏性更新 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#321](https://github.com/zhamao-robot/zhamao-framework/pull/321) +* 修复 Phar 下入口文件的 Autoloader by [@sunxyw](https://github.com/sunxyw) in [PR#323](https://github.com/zhamao-robot/zhamao-framework/pull/323) +* 中间件增强:支持传入参数 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#326](https://github.com/zhamao-robot/zhamao-framework/pull/326) +* 重构 OneBot 适配器,新增 BotMap 等机器人对照表特性 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#328](https://github.com/zhamao-robot/zhamao-framework/pull/328) +* 中间件增强:支持传入参数、获取所 call 注解 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#329](https://github.com/zhamao-robot/zhamao-framework/pull/329) +* 代码优化:添加方法返回类型 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#331](https://github.com/zhamao-robot/zhamao-framework/pull/331) + +## New Contributors +* [@OnErrk](https://github.com/OnErrk) made their first contribution in [PR#312](https://github.com/zhamao-robot/zhamao-framework/pull/312) + +**源码变更记录**: + +## v3.0.2 + +> 更新时间:2023-02-12 + +* 修复多次调用 prompt() 超时时间出现错乱的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#300](https://github.com/zhamao-robot/zhamao-framework/pull/300) +* 修复 Workerman CtrlC 退出时会弹出假的 Fatal Error 的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#303](https://github.com/zhamao-robot/zhamao-framework/pull/303) +* 修复 BotCommand 使用 regex 时参数错乱的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#304](https://github.com/zhamao-robot/zhamao-framework/pull/304) +* 修复使用 Route 注解时无法自定义响应包体的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#305](https://github.com/zhamao-robot/zhamao-framework/pull/305) +* 修复使用内建 Composer 时无法生成 psr4 插件的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#306](https://github.com/zhamao-robot/zhamao-framework/pull/306) + +**源码变更记录**: + ## v3.0.1 > 更新时间:2023-02-11 @@ -64,7 +103,7 @@ ## v3.0.0-beta5 -> 更新时间:2023-01-04 +> 更新时间:2023-01-05 * 添加 Phar 构建命令 by [@sunxyw](https://github.com/sunxyw) in [PR#226](https://github.com/zhamao-robot/zhamao-framework/pull/226) * update v3.sh update script by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#227](https://github.com/zhamao-robot/zhamao-framework/pull/227)