发布版本 v2.19.2

This commit is contained in:
whyour 2025-06-28 01:05:07 +08:00
parent 0587644a6b
commit c2f823911f
2 changed files with 12 additions and 18 deletions

View File

@ -2,13 +2,9 @@
echo -e "开始发布" echo -e "开始发布"
echo -e "切换master分支" echo -e "切换master分支"
git checkout master git branch -D master
git checkout -b master
echo -e "合并develop代码" git push --set-upstream origin master -f
git merge origin/develop
echo -e "提交master代码"
git push
echo -e "更新cdn文件" echo -e "更新cdn文件"
ts-node-transpile-only sample/tool.ts ts-node-transpile-only sample/tool.ts

View File

@ -1,12 +1,10 @@
version: 2.19.1 version: 2.19.2
changeLogLink: https://t.me/jiao_long/430 changeLogLink: https://t.me/jiao_long/431
publishTime: 2025-05-24 16:00 publishTime: 2025-06-27 23:59
changeLog: | changeLog: |
1. 修复依赖是否安装检查逻辑 1. 备份数据支持选择模块,支持清除依赖缓存
2. 修复文件下载 path 参数 2. QLAPI 和 openapi 的 systemNotify 支持自定义通知类型和参数
3. 修复 python 查询逻辑 3. ntfy 增加可选的认证与用户动作,感谢 https://github.com/liheji
4. 修复任务视图状态筛选 4. 修复取消安装依赖
5. 修复创建脚本可能失败 5. 修复环境变量过大解析报错
6. 修复重置用户名失败 6. 修改服务启动方式
7. 修复无法识别 python 依赖安装的命令
8. 其他缺陷修复