From e13ff86ff66e0841a2034c46e65fba28fbba1f8d Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 12 Jan 2022 23:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=20v2.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/version.ts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/version.ts b/src/version.ts index a811f68d..8817b956 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,9 +1,8 @@ -export const version = '2.10.13'; -export const changeLogLink = 'https://t.me/jiao_long/233'; -export const changeLog = `2.10.13 版本说明 -1. task 命令执行脚本支持任意参数,比如 task xxx.js a b c d -2. 应用权限增加依赖管理、系统信息 -3. 调试脚本增加停止操作,优化交互 -4. 定时任务任务名修改展示效果,感谢https://github.com/tinet-jutt +export const version = '2.11.0'; +export const changeLogLink = 'https://t.me/jiao_long/254'; +export const changeLog = `2.11.0 版本说明 +1. 使用sqlite替换nedb,增加数据库稳定性 +2. 任务添加标签功能,感谢https://github.com/kilo5hz +3. 支持自定义bot仓库,感谢https://github.com/chiupam 5. 其他bug修复 `;