Release notes

The root CHANGELOG.md remains the canonical release history. This page shows only the 10 most recent version sections to keep the docs page readable.

1.6.7 (July 17th, 2026)

  • !174 [Bug] resolve registered workflow not loading

  • !172 [QoL] remove pause upon stop when there is no pending workflow

  • !171 [QoL] minimize user input pop up to status icon

  • !170 [Bug] resolve error can’t stop right after variable expression error

1.6.6 (July 14th, 2026)

  • !169 [New] Add Python console in Instrument panel (test release)

  • !168 [QoL] enforce variable type from math expression

  • !167 [Bug] resolve pickle error during introspection

  • !164 [Bug] resolve error if doing math evaluation and there is a path in the context

  • !163 [QoL] kwargs do not show up in design area

1.6.5 (June 12th, 2026)

  • !165 [Bug] fix resave workflow to a different name error

1.6.4 (June 5th, 2026)

  • !162 [Bug] handle different url_prefix for hosting multiple demos

  • !161 [Bug] wait method is class conflict with builtin wait

  • !160 [New] support Literal

  • !159 [QoL] auto-hide methods that are not usable on a web app

  • using permanent session and databae for demo config

1.6.3 (June 4th, 2026)

  • !158 [Bug] fix error indicator doesn’t go back to running

  • !157 [Bug] fix no return value field for unannotated functions

1.6.2 (June 1st, 2026)

  • !156 [QoL] be able to check task execution output by task ID

  • !155 [QoL] fix plugin dropdown showing up in nav bar when there is only side bar plugin

  • !154 [QoL] clean up and add singular server print on startup

1.6.1 (May 20th, 2026)

  • !150 [New] f-string printing in code

1.6.0 (May 20th, 2026)

  • !153 [Bug] fix workflow log and execution data downloads by correctly sanitizing workflow names

  • !152 [Bug] add pause status check to runner state and update UI warning logic

  • !151 [QoL] modernize and improve library template layout, styles, and filtering interface

  • !149 [Bug] fix row index synchronization in configuration tab

  • !148 [Refactor] major refactor

    • the monolithic utils package is now split into modular, domain-specific packages:

      • forms/: dynamic form generation

      • models/: database models

      • parsers/: serialization, type conversions, and code introspection

      • runtime/: execution state, task queuing, and the workflow execution engine

      • script/: script rendering and editing logic

      • services/: API proxies, LLM integration, and file/draft handling

    • extensive codebase refactoring including database queries and API route documentation

    • refactor step highlighting logic

1.5.21 (May 13th, 2026)

  • [Patch] fix the paused queue when submitting

1.5.20 (May 13th, 2026)

  • !146 [Bug] fix setting task name for optimization runs doesn’t work

  • !145 [Bug] fix csv configuration applied for repeat run in queue

  • !144 [QoL] change iteration count to start at 1 instead of 0

  • !143 [QoL] remove emoji in printout

  • !142 [Bug] fix error during direct control function calling

  • !141 [New] support multiple output in single function

  • !140 [QoL] prevent saving empty .csv

  • !139 [New] allow popups to be minimized or brought back, fix queue pause behavior