github lifedever/TaskTick v1.2.5
TaskTick v1.2.5

latest releases: v1.8.4, v1.8.3, v1.8.2...
one month ago

What's Changed

Fix: Scheduled tasks not auto-executing

Scheduled tasks would only run when triggered manually. The scheduler incorrectly treated normal on-time executions as "missed" executions, skipping them when the "Run Missed Execution" option was off (the default).

Now tasks execute normally on schedule. The "Run Missed Execution" option only applies to tasks that were missed by more than 60 seconds (e.g., when the computer was asleep).

Fixes #8.


更新内容

修复:定时任务无法自动执行

定时任务只能手动触发,无法按计划自动执行。原因是调度器把正常的到点执行也当成了「错过的执行」,在「补执行错过的任务」选项关闭时(默认关闭)直接跳过。

现在定时任务正常按计划执行。「补执行错过的任务」选项仅在任务错过超过 60 秒时生效(如电脑休眠期间错过的任务)。

修复 #8

Full Changelog: v1.2.4...v1.2.5

Don't miss a new TaskTick release

NewReleases is sending notifications on new releases.