qinglong/src/version.ts
2022-04-24 17:50:03 +08:00

11 lines
452 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.2';
export const changeLogLink = 'https://t.me/jiao_long/290';
export const changeLog = `2.12.2 版本说明
1. 任务详情支持运行、禁用、置顶操作
2. 依赖管理增加直接强制删除
3. 修复环境变量引号转义逻辑,感谢 https://github.com/JerryWn12 PR
4. 修复定时删除日志设置支持设置为24天以上
5. 修复拉取脚本shell发送通知
6. 修复shell获取日志目录
`;