Releases: dahall/TaskScheduler
Releases · dahall/TaskScheduler
Release 2.8.18
- Extended
Initialize
function ofTaskSchedulerWizard
to match that ofTaskEditDialog
with optionaltaskName
andtaskFolder
parameters. - Used
TaskService.Instance
as default inTaskSchedulerWizard.Finished
action rather than creating new instance. - Fixed bug in
TaskSchedulerMockup
that fails to recognize a subfolder when creating a new task via dialog. (#842)
Release 2.8.17
- Added some disposal safe contexts to
DisabledItemComboBox
to prevent errors. (#795) - Removed some avoidable exceptions through OS version checking (#839) in Task.cs
- For
TaskEditDialog
, added call to Close on Cancel button click in case this form is not hosted from another window (e.g. Application.Start).
Release 2.8.16
Fixes
- Modified TaskPrincipal to handle odd condition (#835) where UserId is stored as DOMAIN\User rather than the SID. The Account property will now always display the name.
Cleanup
- Multiple code optimizations as PR'd by @DamirAinullin
TaskScheduler.zip
TaskSchedulerEditor.zip
TaskSchedulerHelp.zip
Release 2.8.15
- Fixed bug in TaskDefinition.Validate showing error for triggers with start and end dates.
- Fixed sample code for RunEx.
- Validated functionality with Windows Server 2019
Release 2.8.14
Release 2.8.13
Updated fluent syntax to allow for task settings and extended registration. (#814)
Release 2.8.12
- Added validation that a trigger's StartBoundary is always before the EndBoundary
- Added ServiceConnected and ServiceDisconnected events to TaskService
- Ensured that TaskService.Instance reconnects after accidental disposal
Release 2.8.11
Fixed problem with UI throwing exception when enumerating triggers and actions.
TaskScheduler.zip
TaskSchedulerEditor.zip
TaskSchedulerHelp.zip
Release 2.8.10
Updated project dependencies with updated NuGet packages.
Release 2.8.8
Fixes:
- Added enum flag validation to prevent errors
- Extended capability of MonthlyTrigger constructor to provide for an easy means of setting to last day of month.
Enhancements:
- Better Russian language translations (#802)