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 7 Next »

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:

      <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

Bugfixes

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


Older Releases

  • No labels