Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

0.1.0

Compare
Choose a tag to compare
@mattrobineau mattrobineau released this 31 Jul 02:53
· 35 commits to main since this release

This release completes the available triggers in the Windows Task Scheduler.

Added

  • Add monthly dow trigger
  • Add monthly trigger
  • Add Changelog
  • Add event trigger
  • Add registration trigger

Changed

  • Improve documentation
  • Change triggers to accept bools instead of i16
  • Update cargo toml
  • Update readme

Fixed

  • Fix casting issues
  • Removed mutability to parameters that do not need it