Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

2021.2.1

Release date:  

Improvements

  • SMTP Configuration:  Up until now Tasxs was relying on standard the SMTP configuration present in the Tasxs.Service.exe.config. But this file is overwritten when deploying a new version, which is not practical. Now, the SMTP server can be configured in tasxs.config:

    Code Block
      <Smtp host="123.123.123.123" port="25" />
      <MailFromName>Tasxs</MailFromName>
      <MailFromAddress>noreply@tasxs.com</MailFromAddress>


  • Notifications: It is now possible to only receive notifications of successful or failed executions.
    When clicking "Watch This Job", you are asked if you want to subscribe to all notifications or only errors.

    When editing a job, you can add a watcher to receive notifications only for errors or success:
  • User profile page now lists jobs the user is watching.

2021.2

Release date:  

Improvements

  • Reorganized execution details view
    • Larger field for job output
  • Remove collapsible panels in job details and edit views
  • Remove collapsible groups on job and schedule list and bring back search-option
  • CommandJob: Added parameters to specify working directory and environment variables
  • FilePollingJob
    • Scan for existing files on startup
    • Add option to group files, executing the job only once for a set of files found

...