Release notes

12/04/2025

Way 0.8.15

New features

  • Chat with your processes using AI! More features, including AI process editing, are coming soon.

Enhancements

  • Added the risk set label in node risk chooser modal.
  • Improved the appearance of file inputs.
  • Show a list of supported file extensions in the import screen.

02/04/2025

Way 0.8.14

Enhancements

  • Improved node shapes.
  • Provide an initial node in newly created processes.
  • Added a button to mark remarks as resolved.
  • Long words and URLs are now wrapped in comments and in the rich text editor.

Bug fixes

  • Fixed missing permissions leading to server errors.
  • Fixed a bug where clearing a select field did not lead to clearing the field in the database.

API

  • Added original_id field to person and team models.

24/03/2025

Way 0.8.13

Enhancements

  • Made the filter bar smaller.

Security

  • Forbade unauthenticated generation of AI feedback to prevent abuse.
  • Forbade creating runs for another organisation.
  • Allow preview only if it is a preview deployment.

Bug fixes

  • Fixed a bug on the run page that caused the page to crash if the run contained edges that have since been deleted.
  • Fixed file permission bug that caused the file list to crash for not-organisation-owners.
  • Fixed a bug where the original ID field in the node flyout sometimes showed None.

API

  • Added documentation about the id parameter for runs_create_steps.
  • Give a nice error message when an invalid process ID is passed into runs_create.

20/03/2025

Way 0.8.12

Bug fixes

  • Fixed a bug where organisation logos were missing from time to time.

16/03/2025

Way 0.8.11

New features

  • Added a file overview.

Enhancements

  • Updated color shades (more friendly).

API

  • Made it possible to create run steps via API for existing runs via the original_id of nodes.
  • Added ability to create run steps up to a certain node, referenced by ID or original_id.
  • Improved API documentation.

Bug fixes

  • Made process sidebar fill all available horizontal space at all times.
  • Translated confirm dialog button labels.

15/03/2025

Way 0.8.10

Enhancements

  • Added a link to the release notes in the user menu.
  • The process sidebar is now collapsible.

Bug fixes

  • Fixed a bug that caused node descriptions not to be saved correctly.

API

  • Added an original_id field to the run model, aiding the integration of systems that already have an internal identifier for the entity triggering a run. This allows your system to create and refer to runs using an ID that is already known by the system, so that it is not necessary to keep track of the Way-specific run number.
  • Added an example to the documentation of the shapes endpoint.

09/03/2025

Way 0.8.9

Enhancements

  • Refine AutoLayout to support recursive processes.

09/03/2025

Way 0.8.8

Bug fixes

  • Fix run step duration calculation.

09/03/2025

Way 0.8.7

Features

  • Show run creation timestamp in run list.

Bug fixes

  • Show relative standard deviation in run summary as a percentage instead of as a decimal number.
  • Track duration of the first run step in a run.
  • Fix a bug in run summary where incorrect durations were displayed.

09/03/2025

Way 0.8.6

Features

  • Runs now support recursive processes.
  • Make runs deletable by the organisation owner.

Bug fixes

  • Fix missing process editor styles after navigating from another page within Way.

09/03/2025

Way 0.8.5

Bug fixes

  • Patch bugs in process folder list
  • Patch bugs in “new process” screen

08/03/2025

Way 0.8.4

Bug fixes

  • Revert v8.0.3

08/03/2025

Way 0.8.3

Bug fixes

  • Fix startup-blocking error

08/03/2025

Way 0.8.2

Bug fixes

  • Clear organisation logo and icon cache on startup to prevent UI discrepancies

08/03/2025

Way 0.8.1

Chores

Changed cookie names.

08/03/2025

Way 0.8.0

Features

Processes

  • Visual, dynamic, canvas-based process modelling
  • Folders and tags for organising processes
  • Responsibility tracking
  • Risk administration
  • Notes, questions and warnings can be added anywhere

Runs

  • Log process execution
    • Manually: coworkers click a button to report that they have completed a step
    • Automated: software uses an API to report that it has performed (part of) a process
  • Detailed average throughput time breakdown per process step
    • Useful to see where processes can be optimised
    • Totals per process and relative standard deviation for each calculated average are also calculated

Organisation

  • Dashboard with process list and recent runs
  • Role-based access control (RBAC)
  • Filterable audit log (accessible for organisation “owner”/admin only)
  • Multi-tenancy: one company with multiple branches can provide a separate Way domain to each of its branches
    • Users and user management are shared between organisations, so one user (with one account, one password) can be granted access to multiple Way domains simultaneously
    • Users with access to multiple domains can navigate to another organisation through the user menu
  • Single Sign-on (SSO) possible through the OpenID Connect protocol
    • Compatible with Microsoft Entra ID, Google Workspace SSO, Auth0, Okta etc.

Integrations

  • Almost everything is accessible through an HTTP API
  • Import any document (currently Word, PDF, TXT, Claris Connect)
    • Way will figure out how to draw a process from it (using AI)
  • Single Sign-on (see under organisation)