Skip to content

Releases: dahall/TaskScheduler

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)

Release 2.8.7

02 Jan 18:10
Compare
Choose a tag to compare

Minor fixes:

  • Trigger.Id not persisting
  • CRLF handling in RegistrationInfo.Description or RegistrationInfo.Documentation

Release 2.8.6

26 Oct 22:31
Compare
Choose a tag to compare

Fixed suboptimization of WeeklyTrigger in Trigger.FromCronString and enabled full support for ranges and intervals in dates. Fixes #784.

Release 2.8.4

18 Jul 23:39
Compare
Choose a tag to compare

Fixed the fix I should have fixed in 2.8.2. Sorry everyone!

Release 2.8.3

18 Jul 15:00
Compare
Choose a tag to compare

Addressed change by Microsoft in Win10 on the handling of the WhichWeek.LastWeek value set on MonthlyDOWTrigger.WeeksOfMonth. If set, I force setting of RunOnLastWeekOfMonth to true.

Release 2.8.2

16 Jul 20:40
Compare
Choose a tag to compare

Another minor cron fix

Release 2.8.1

14 Apr 02:52
Compare
Choose a tag to compare

Fixed Trigger Cron parsing

Release 2.8.0

12 Mar 17:07
Compare
Choose a tag to compare
  • Many improvements and additions for localized content
    • Updated UI elements to accommodate different length strings for improved appearance regardless of language
    • Added Russian and Polish localizations
    • Completed Italian, Spanish, Chinese and German localizations
  • Fixed account lookup and use problems when registering and re-registering tasks
  • Improved error handling

Release 2.7.4

02 Mar 22:36
Compare
Choose a tag to compare
  • Improved error handling (Issues #50, #51, #52)
  • Fixes to editor (Issue #40)