Release notes
⚠️ ewoksweb can now be installed only on Python 3.7 and higher
Improvements ✨
- Double-clicking on a subworkflow now opens it in a new tab (instead of overwriting the current displayed workflow) #234
- Subworkflows that cannot be opened (not on the server) appear in red #249
- Workflows can be opened on start-up by adding the query parameter
workflow with the id of the workflow (e.g. http://localhost:3000/edit?workflow=My_workflow_id)
- General improvement of the workflow dropdown
- Improve application speed by reducing the amount of requests done to the server #236
- Improve error messages #217 #232
Bugfixes 🐛
- Fix workflow dropdown not clearing when selecting a workflow #244
- Fix inconsistent behaviour of the workflow dropdown for workflows with the same label #233
- Fix location when drag and dropping a new node in the canvas #238
Screenshots
New aspect of the workflow dropdown
A subworkflow that cannot be opened
