Skip to content

Releases: dahall/TaskScheduler

Release 2.8.18

20 Dec 16:51
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Release 2.8.11

06 May 02:39
Compare
Choose a tag to compare

Fixed problem with UI throwing exception when enumerating triggers and actions.
TaskScheduler.zip
TaskSchedulerEditor.zip
TaskSchedulerHelp.zip

Release 2.8.10

08 Apr 21:21
Compare
Choose a tag to compare

Updated project dependencies with updated NuGet packages.

Release 2.8.8

05 Mar 17:51
Compare
Choose a tag to compare

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)