From 5dd8d9df91b3c1a84023793fb1af937f9c5048f9 Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 22 Nov 2021 22:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=20v2.10.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/version.ts | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/version.ts b/src/version.ts index 0df984d1..b94a6ec1 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,9 +1,10 @@ -export const version = '2.10.8'; -export const changeLogLink = 'https://t.me/jiao_long/227'; -export const changeLog = `2.10.8 版本说明 -1. 脚本管理新建文件增加选择父目录 -2. 修复脚本管理更新文件 -3. 增加gotify推送,感谢 https://github.com/kilo5hz PR -4. 修复不能复制deps目录文件 -5. 修复可能的玩客云问题 +export const version = '2.10.9'; +export const changeLogLink = 'https://t.me/jiao_long/228'; +export const changeLog = `2.10.9 版本说明 +1. 任务管理支持任务名跳转脚本管理页,感谢 https://github.com/kilo5hz PR +2. 系统通知支持gotify,感谢 https://github.com/kilo5hz PR +3. 定时任务列表pageSize增加200/500/1000,感谢 https://github.com/fzls PR +4. 修复deps目录依赖文件拷贝 +5. 修改alpine基础镜像版本,解决arm32位系统无法启动容器,感谢 https://github.com/lx200916 +6. 修复调试功能 `;