# 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]("
https://github.com/CerealAxis/TaskScheduler/issues").
**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.