qinglong/src/version.ts
2022-03-24 08:47:35 +08:00

16 lines
809 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const version = '2.12.0';
export const changeLogLink = 'https://t.me/jiao_long/288';
export const changeLog = `2.12.0 版本说明
1. 全新定时任务详情,支持日志查看、脚本编辑
2. openapi增加发送通知接口可用于脚本直接调用
3. 增加pushDeer推送感谢 https://github.com/NekoMio PR
4. 增加public服务当服务异常时查询服务状态及日志供页面使用。
5. 增加ql check可视化错误提示
6. 修改openapi获取token逻辑最多存储5个可用的token。
7. 调整数据目录log、db、scripts、config等目录迁移到 /ql/data 目录docker映射只需映射data目录
8. 版本文件存储到七牛云,方便检查更新
9. 修复编辑应用初始值
10. 修复退出登录和定时任务搜索
11. 其他bug修复
`;