Skip to content

v1.0.0

Choose a tag to compare

@poautran poautran released this 02 Mar 10:58
· 417 commits to main since this release

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

image

A subworkflow that cannot be opened

image