From e70cd6579fea067f7e89a61c8785097d8547bd1f Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 1 Feb 2023 22:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=20v2.15.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/version.yaml b/version.yaml index 341fcdfc..69ad921d 100644 --- a/version.yaml +++ b/version.yaml @@ -1,7 +1,8 @@ -version: 2.15.5 -changeLogLink: https://t.me/jiao_long/356 +version: 2.15.6 +changeLogLink: https://t.me/jiao_long/358 changeLog: | - 1. 修复定时任务命令不以task开头时,不能自动执行 - 2. 修改服务异常逻辑 - 3. 修复退出调试报错 - 4. 修复脚本编辑器加载慢 + 1. 修复定时任务数据量大时卡顿,丝滑滚动 + 2. 修复查看运行中任务日志时自动向下滚动 + 3. 支持SMTP邮件通知,感谢 https://github.com/WankkoRee,https://github.com/catlair + 4. 修改资源通知逻辑 + 5. 其他bug修复