Skip to content

Releases: dahall/TaskScheduler

Release Notes - 2.8.21

01 Sep 01:39

Choose a tag to compare

Fixed mismatch in NuGet dependency versions for editor.

Release 2.8.20

22 Jun 15:11

Choose a tag to compare

Fixed #850 based on testing by @novakj23: TaskEventWatcher failing to capture events due to incorrect time.

Release 2.8.19

01 Jun 03:31

Choose a tag to compare

Enhancements

  • Added support for .NET Standard 2.0, .NET Core 2.0, 2.1, 3.0 and 3.1 to Microsoft.Windows.TaskScheduler package and project.
  • Minor performance and memory usage improvements

Fixes

  • Fixed localized resources for wizard related forms
  • Added some documentation notes to help developers avoid problems.

Release 2.8.18

20 Dec 16:51

Choose a tag to compare

  • Extended Initialize function of TaskSchedulerWizard to match that of TaskEditDialog with optional taskName and taskFolder parameters.
  • Used TaskService.Instance as default in TaskSchedulerWizard.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

09 Nov 22:27

Choose a tag to compare

  • 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

15 Oct 13:37

Choose a tag to compare

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

TaskScheduler.zip
TaskSchedulerEditor.zip
TaskSchedulerHelp.zip

Release 2.8.15

19 Jul 15:55

Choose a tag to compare

  • 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

17 Jul 16:33

Choose a tag to compare

  • Enhanced TaskListView with error string if last run result is not successful.
  • Added overwriteExisting parameter to TaskFolder.Import to allow for explicit update or create condition when importing (#817).
  • Added examples to Task.Run and RunEx (#815 and #816)

Release 2.8.13

12 Jul 02:29

Choose a tag to compare

Updated fluent syntax to allow for task settings and extended registration. (#814)

Release 2.8.12

18 Jun 15:48

Choose a tag to compare

  • 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