Skip to content

Releases: dahall/TaskScheduler

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)

Release 2.7.3

09 Feb 18:34
Compare
Choose a tag to compare
  • Added back-door for setting Priority as the raw int value.
  • Fixed null handling for V1 task enumeration.
  • Corrected Task.Run to only accept lines less then 260 chars.
  • Updated test and mockup projects

Release 2.7.2

16 Nov 20:30
Compare
Choose a tag to compare
  • Woohoo!! - finally got support for .NET Standard 2.0 in base library. Thanks @droyad for your help.
  • Added error handling on Task.Run and RunEx to ensure that prior to Win10
  • Added TaskServiceVersion to help simply library version decoding and converted raw Version class instances in project to use new class members.