update changelog

This commit is contained in:
crazywhalecc 2024-10-02 12:56:27 +00:00 committed by github-actions[bot]
parent 2b9a9ab869
commit c238bb25d2

View File

@ -2,6 +2,16 @@
> 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成 > 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成
## v3.2.5
> 更新时间2024-10-02
* Fix install env issues by [@DreamMiu](https://github.com/DreamMiu) in [PR#374](https://github.com/zhamao-robot/zhamao-framework/pull/374)
* 修复 v3.sh 在无 PHP 环境下无法安装的问题 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#377](https://github.com/zhamao-robot/zhamao-framework/pull/377)
* Fix plugin:make command, remove uppercase name by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#378](https://github.com/zhamao-robot/zhamao-framework/pull/378)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.2.4...3.2.5>
## v3.2.4 ## v3.2.4
> 更新时间2023-06-13 > 更新时间2023-06-13
@ -247,18 +257,3 @@
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta6...3.0.0-beta7> **源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta6...3.0.0-beta7>
## v3.0.0-beta6
> 更新时间2023-01-15
* 本次更新包含文档更新内容 5 个
* 更新版权所有年份 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#244](https://github.com/zhamao-robot/zhamao-framework/pull/244)
* 修复 Doxygen 缺少权限.. by [@sunxyw](https://github.com/sunxyw) in [PR#245](https://github.com/zhamao-robot/zhamao-framework/pull/245)
* 新增 prompt 方法的选项参数 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#248](https://github.com/zhamao-robot/zhamao-framework/pull/248)
* 优化 ZMRequest POST 数据时允许直接传入数组 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#249](https://github.com/zhamao-robot/zhamao-framework/pull/249)
* 删除 Context by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#250](https://github.com/zhamao-robot/zhamao-framework/pull/250)
* 添加环境变量支持 by [@sunxyw](https://github.com/sunxyw) in [PR#255](https://github.com/zhamao-robot/zhamao-framework/pull/255)
* 重构插件加载器、BotContext、AnnotationMap 新增方法、修复部分 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#254](https://github.com/zhamao-robot/zhamao-framework/pull/254)
**源码变更记录**: <https://github.com/zhamao-robot/zhamao-framework/compare/3.0.0-beta5...3.0.0-beta6>