Skip to content

v2.0.0

Compare
Choose a tag to compare
@zaytiri zaytiri released this 22 Mar 19:22
· 81 commits to main since this release

Changed

  • auto management of program arguments and settings were refactored. now uses the following library 'margument' for that purpose.
  • changed some arguments commands, for example: use '-p' to specify file path instead of '-e'.

Added

  • added new argument option to exit program terminal/cmd window when all scheduled jobs are done.
  • added new argument option to define the time for the scheduler to no longer run, for example: if time defined is '17:00', the scheduler, if started, will no longer run if current time exceeds defined time.
  • added new argument option to also list all global configs. previously, only scheduled jobs were being listed.
  • added new argument option specific for running the progscheduler. now the program will only start doing its scheduled jobs if this argument is specified. if not, the program can list settings, update schedules, create new ones, do nothing etc., all without running automatically after every configuration.
  • added more user-friendly messages.

Fixed

  • updated README.md file.