Skip to content

Changelog

All notable changes to Knots Flow will be documented in this file.

1.8.0 - 03.03.2026

Added

  • Links to documentation and changelog.
  • Tutorial indicator for Flow history button on first launch.
  • Gmail event type for Start event node.
  • Copy and paste feature for JSON schema fields.
  • Check for HTTP status snippet.

Changed

  • Updated tutorial.
  • Prevent browser default shortcuts for the app shorcuts, like CMD + S for save.

1.7.0 - 2026-01-30

Added

  • Show exetution status for each node individually including output data and errors.
  • Command to deselect current execution.

Changed

  • Focus on node when clicking on item in execution nodes list.
  • Add executing status to workflow status badge.

Fixed

  • Improved dark mode readability for the connector type select in Connector form.
  • Fix Base URL field copy and paste functionality in Connector form.
  • Set a consistent max width for Start node to prevent overlap with longer labels.
  • Popover positioning over JSON schema fields.

1.6.0 - 2026-01-15

Added

  • Button to automatically align workflow nodes.

Changed

  • Field value in Zendesk update node now displays dropdown and multiselect options for Zendesk fields.

Fixed

  • Fixed dark logo display on login page.
  • Show error toast for failed workflow create action.
  • Remove trailing space when selecting flow history selector in Zendesk update node.
  • Show ... for very long data tags and tooltip with the full name of the variable.

1.5.0 - 2026-01-08

Added

  • Add node button to the node edges.
  • Open add node modal when dragging and dropping edge.
  • Handle nodes collisions when moving them around.
  • Language switcher to switch between English, Spanish, Portuguese and German.

Changed

  • Increased zoom for double-click on node.
  • Automatically connect gateway start and end nodes when added.

Fixed

  • DELETE method with body for HTTP Request node.
  • Fixed the issue when copying in monaco editor, it copies the nodes instead.
  • Fixed the issue with adding space to editor fields like test JSON.

1.4.0 - 2025-12-17

Added

  • Dynamic highlighting of node handles during edge dragging to indicate valid connection points (green).
  • Visual warning for unconnected node handles (red).
  • Visual indicator for already connected node handles (blue).
  • Headers for Zendesk API requests.

Changed

  • Add icon for paused state of execution in Executions sidebar.
  • Make system theme by the default.

1.3.0 - 2025-12-04

Added

  • JSON output structure for the AI node result.
  • Flow History button now includes options from Validate Data and AI nodes.
  • New Source field in the Validate Data node.
  • Flow History now displays data tag states even when:
    • the referenced node is not connected to the current node.
    • the reference is invalid (e.g., node was deleted or the ID is incorrect).
  • Disabled root of the object for AI node JSON output structure.

Changed

  • The Schema field in Validate Data node and AI node now opens a popup showing the properties of the selected object field.
  • Typing Flow History variable names in selectors will automatically convert them into data tags.

1.2.0 - 2025-11-26

Added

  • Stale updates feature. Allow to overwrite, or rollback changes when working on two different tabs on the same workflow.

Changed

  • Rewrite save process to improve stability and error handling. Make test run use the same save process as Save button.
  • Change layout of some nodes to follow 1 input per row rule.
  • Rename 'Input' fields to 'Source'.

Fixed

  • Fixed save for Conditions node when else handle disconnected.

1.1.1 - 2025-11-20

Added

  • Workflows are now sorted by creation date.

Fixed

  • Unfocus all nodes before adding a new node.
  • Fix toggling behaviour for workflow status in workflow list.
  • Pasting the text into flow history field (e.g. in Zendesk update node) and removed weird column layout in multiline mode.

1.1.0 - 2025-11-12

Added

  • Highlight selected nodes in the workflow when choosing them in execution list.
  • Current version is shown in the page's right bottom corner.
  • New transform functions for Transform keys node: split string, join array, replace string and value map.
  • New button for conditions in Conditional nodes to use quick expressions.
  • Added the warning message when you type the same name for field in Validate data node.

Changed

  • Rename Transform data node to Transform keys, change labels.
  • Placeholders have more contrast with main text.
  • Root field name in Validate data node can't be changed.
  • Toast is disappearing after 10 sec instead of 30 sec.

Fixed

  • Node names in execution lists are now displayed correctly.
  • Fixed empty names fields not being selected when clicked on in validation node.

1.0.0 - 2025-11-07

Added

  • Created a changelog.