Releases: dahall/TaskScheduler
Releases · dahall/TaskScheduler
Release 2.8.7
Minor fixes:
- Trigger.Id not persisting
- CRLF handling in RegistrationInfo.Description or RegistrationInfo.Documentation
Release 2.8.6
Fixed suboptimization of WeeklyTrigger in Trigger.FromCronString and enabled full support for ranges and intervals in dates. Fixes #784.
Release 2.8.4
Fixed the fix I should have fixed in 2.8.2. Sorry everyone!
Release 2.8.3
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
Another minor cron fix
Release 2.8.1
Fixed Trigger Cron parsing
Release 2.8.0
- 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
Release 2.7.3
- 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
- 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.