Releases: dahall/TaskScheduler
Releases · dahall/TaskScheduler
Release 2.8.10
Updated project dependencies with updated NuGet packages.
Release 2.8.8
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
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