## Change log

- Version 1.20
  - Allow task args to be an array of arrays to run subsequent programs (and break if one fails).
  - `requirements.txt` added.
- Version 1.21
  - Removed push monitoring in favor of `/telemetry.json` endpoint.
- Version 1.22
  - Require user auth for telemetry endpoint.
- Version 2.0.0
  - Remove `ini` file in favour of command line arguments.
  - Make installable.
  - Version scheme change to be compatible with pip.
- Version 2.0.1/2.0.2
  - Fixed base dir for installed app.
  - Fixed package data for templates/static files.
- Version 2.1.0
  - Remove `psutils` dependency;
  - therefore remove `/top` and memory overview in `/manage/`.
- Version 2.2.0
  - Redesign & Licencing infos.
  - `config.toml`, command line options.
- Version 2.2.1
  - Also log outputs with invalid UTF-8 chars
- Version 2.2.2
  - Recursively kill child processes when stopping a task.
- Version 2.3.0
  - Send POST message body of webhooks to STDIN.
- Version 2.3.1/2.3.2
  - Set cycle default to `5` seconds.
  - Design updates (i.e. allow to start/stop task from task log).
- Version 2.3.3
  - Add `shell` setting.
- Version 2.3.4
  - Add suvi specific ENV variables `SUVI_TASK_NAME` and `SUVI_EXEC_UUID`.
  - Fix exec type to ondemand for unknown types.
- Version 2.4.0
  - Refactoring of task internals.
- Version 2.4.1
  - Python 3.6 compatibility.
- Version 2.4.2
  - View global and tasks logs in plain text.
  - Set log queues to 1000 lines (from 500).
  - Add action buttons in task log list.
- Version 2.4.3
  - Set task queues to 1000 lines (from 500).
- Version 2.4.4
  - Fix token handling regression.
- Version 2.4.5
  - Fix task listing for ondemand talend tasks.
- Version 2.4.6
  - Fix talend infos in task list for non-running ondemand tasks.
- Version 2.4.7/2.4.8
  - Fix suvi no more loading tasks after first parsing error.
  - Refactor `"shell": "true"` field to `"exec": "shell"`.
  - Print missing file/directory on File Not Found errors in suvi log.
- Version 2.5.8
  - Update to Bootstrap 5.3, htmx 1.92. and JQuery 3.7.0
- Version 2.5.9
  - Update minium Python version to 3.9.
  - Fix stop tasks bug.
- Version 2.6.0
  - Switch Markdown parser to `python-markdown`.
- Version 2.6.1
  - Windows service stops will try to stop tasks before shutdown.
  - Terminate frontend process on shutdown.
  - Admin interface shutdown will shutdown suvi (service) itself.
  - Change Windows service temp path to be consistent between starts.
- Version 2.6.2/2.6.3
  - Update HTMX to 2.0.4.
  - Allow filtering configured tasks, running tasks and task logs list.
- Version 2.6.4
  - Upgrade to Pyton >= 3.12
- Version 2.7.0
  - Open Source release
  - Cleanups
  - Remove build targets for old closed source edition
- Version 2.7.1
  - Change to GPLv3
- Version 2.7.2
  - Update iconset
  - Visual updates
- Version 2.7.3
  - Updated colouring in ECMind 2025 style
  - Remove spinners in search boxes
- Version 2.7.4
  - Remove linting errors
  - Code formatting
  - Visual cleanups
  - Navbar indicators
- Version 2.7.5
  - Fix file log handler writing all task logs only to `suvi.log`