Tags

Tags give the ability to mark specific points in history as being important
  • v1.6.6

    v1.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
  • v1.6.5

    7dd515f4 · bump to 1.6.5 ·
    1.6.5 (June 12th, 2026)
    
    !165 [Bug] fix resave workflow to a different name error
  • v1.6.4

    34798359 · bump to 1.6.4 ·
    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 database for demo config
  • v1.6.3

    95fa04e2 · bump to 1.6.3 ·
    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
  • v1.6.2

    02837e33 · 1.6.2 ·
    v1.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
  • v1.6.1

    1.6.1 (May 20th, 2026)
    - !150 [New] f-string printing in code
  • v1.6.0

    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
  • v1.5.21

    1.5.21 (May 13th, 2026)
    - [Patch] fix the paused queue when submitting
  • v1.5.20

    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
  • v1.5.19

    1.5.19 (April 20th, 2026)
    
    !136 [New] only display available optimizers based on installed packages; auto-select optimizer when only one is available
    !135 [Bug] stop pending now correctly completes the current iteration before stopping, and always runs the cleanup section
    !134 [New] auto-import workflow templates from a directory on startup (ivoryos.run(templates_dir=...))
  • v1.5.18

    1a6f66ac · typo in version ·
    1.5.18 (April 10th, 2026)
    - !133 [Bug] fix demo error
  • v1.5.17

    19fee59f · v1.5.17 ·
    1.5.17 (April 10th, 2026)
    
    !132 [New] allow an always-on side plugin panel
    !130 [New] be able to view current run configuration
    !129 [Bug] fix undefined display name
    !128 [New] be able to do wait in a batch action
    !123 [QoL] be able to rename tasks in queue
  • v1.5.16

    1.5.16 (March 17th, 2026)
    - !127 **[Bug]** fix logger removeHandler error on workflow completion
    - !126 **[Bug]** fix compile error when if block has no actions (empty if block)
    - !125 **[Bug]** fix generated proxy authentication error
    - !124 **[QoL]** always display current iteration count out of total iterations during a run
    - !122 **[Bug]** fix import class error in generated proxy
  • v1.5.15

    cf7540fc · v1.5.15 ·
    1.5.15 (March 5th, 2026)
    - !119 [Bug] use `compile` instead of `exec` to avoid hardware code reloading and device connection issues
    - !118 [New] downgrade problematic packages to support 32-bit Python installation
    - !116 [Bug] fix so script will stop execution if error encountered and abort option selected (previously sometimes next step gets executed) and save workflow data so it can be downloaded after each iteration (instead of on stop/completion) in case of Python/script error
    - !115 [Bug] fix to improve editing enum arguments and using returned variables as method arguments
    - !114 [Bug] displaying when login with incorrect combo
    - !113 [Bug] no reload when checking syntax
    - !112 [QoL] record step input parameters in workflow steps data csv file
    - !111 [QoL] record all app loggers in the downloaded workflow specific logs CSV file
    - !110 [Bug] fix syntax error if there is a space in a string configuration parameter
  • v1.5.14

    b4d00b88 · 1.5.14 ·
    1.5.14 (Feb 8th, 2026)
    - !108 [Bug] fix nested workflow flow control (if/while) execution bug
    - !107 [New] save logs from data per run (credit to Veronica Lai)
  • 1.5.13

    d577bb73 · 1.5.13 ·
    1.5.13 (Feb 5th, 2026)
    - !106 [QoL] workflow library display improvement + scroll bar in config window
    - !105 [QoL] clean up
    - !104 [Bug] optional str argument input error in config
    - !103 [Bug] maximum design size bug, replace session with json
    - !102 [QoL] add a queue task view, check configs in pop up window
    - !101 [QoL] be able to add to name of queued tasks
    - !100 [QoL] list consolidation in workflow designer
    - !99 [Bug] code indent wrong when if statement used in nested workflow
    - !98 [Bug] inner workflow missing context value
    - !97 [New] Design Agent Feature (Re-Implementation of 'Text-To-Code')
    - !96 [QoL] be able to scroll the code preview
    - !95 [Bug] workflow with space in name returns immediately instead of being run
  • v1.5.12

    6ffe5814 · v1.5.12 ·
    1.5.12 (Jan 30th, 2026)
    - !94 [Bug] fix loaded csv doesn't auto update, show reset button next when data doesn't match
    - !93 [New] support **kwargs input
    - !92 [QoL] add search bar on top of the controller and designer
  • v1.5.11

    1.5.11 (Jan 29th, 2026)
    - !91 [Bug] fix database is locked error during workflow execution
    - !90 [New] add task queue system
  • v1.5.10

    1.5.10 (Jan 26th, 2026)
    - !89 [Bug] syntax error during execution with list of Enum, remove legacy compile in script runner
    - !89 [Bug] error page when editing steps with list param
  • v1.5.9

    1.5.9 (Jan 26th, 2026)
    - !88 [Bug] cannot scroll progress region after start a run
    - !87 [Bug] step retry not working in workflow execution
    - !86 [Bug] page load error after proxy download + enum import in proxy
    - !85 [QoL] dropdown menu showing existing variable names in workflow