Skip to content

Releases: CerealAxis/TaskScheduler

V1.1.5

08 Jun 04:01
Compare
Choose a tag to compare

English

Note: This is an experimental release. While it has been tested and confirmed to be free of major issues, there may still be undiscovered bugs. Further usage and testing are needed to ensure stability.

If you encounter any issues with this version, please submit an issue.

Changelog

New Features

  • None

Improvements and Fixes

  • Optimized code logic.
  • Enhanced log output.
  • Updated README documentation.

中文

这是一个实验性版本。此版本已经过测试确认没有大的问题,但可能有暗病,需要进一步使用测试后方可知晓。

如果在本版本遇到任何问题,请提交 issue。

更新日志

新增

优化和修复

  • 优化代码逻辑
  • 优化日志输出
  • 更新README

Full Changelog: v1.1.4...v1.1.5

V1.1.4

22 Feb 04:37
Compare
Choose a tag to compare

V1.1.4

This is an experimental version. This version has been tested and confirmed to have no major issues, but there may be hidden bugs that need to be further tested to be known.
If you encounter any problems with this version, please submit an issue.

The configuration file has been changed in this version. Please read the latest version of the config introduction to modify the configuration file, otherwise it will not work properly!
New parameter 'time' added to specify the execution time of a task in real time.

Changelog

Added

  1. New version update detection.
  2. New parameter 'time' added to specify the execution time of a task in real time.

Improvements and Fixes

  1. Resolved thread blocking issue when executing interval tasks.

V1.1.4

这是一个实验性版本。此版本已经过测试确认没有大的问题,但可能有暗病,需要进一步使用测试后方可知晓。
如果在本版本遇到任何问题,请提交 issue。

此版本配置文件有改变,请先看完最新版本的config介绍来修改配置文件,否则将无法正常运行!
新增参数time 用于指定任务于现实某一时间执行

更新日志

新增

  1. 新版本更新检测
  2. 新增参数time 用于指定任务于现实某一时间执行

优化和修复

  1. 解决执行间隔任务时候产生的线程阻塞问题

Full Changelog: V1.1.2...v1.1.4

V1.1.2

05 Feb 07:46
be0f265
Compare
Choose a tag to compare

V1.1.2

这是一个实验性版本。此版本已经过测试确认没有大的问题,但可能有暗病,需要进一步使用测试后方可知晓。
如果在本版本遇到任何问题,请提交 issue。

此版本配置文件有改变,请先看完最新版本的config介绍来修改配置文件,否则将无法正常运行!
单个任务可以设置多条命令,同一个任务里面每条命令会按照自上而下的顺序运行,间隔暂时固定1.5s,后续会添加配置项

更新日志

新增

1.添加单个任务可以执行多条命令的功能(建议来自minebbs用户 哈2哈哈哈3 )

优化和修复

  1. 优化Logger语句

Full Changelog: v1.1.1...V1.1.2

V1.1.1

02 Feb 04:09
Compare
Choose a tag to compare

update