Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

2021.2.1

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:

      <Smtp host="123.123.123.123" port="25" />
  • Notifications: It is not possible to only receive notifications of successful or failed executions.
    When clicking "Watch This Job", you are subscribing to receive notifications for both success and failure. But, 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

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

Bugfixes

  • Editable on execute flag on job parameters was reset for all parameters when adding parameter to job


Older Releases

  • No labels