Tags give the ability to mark specific points in history as being important
-
v1.6.6
4f93e789 · ·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.4
34798359 · ·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.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.20
b8ef2009 · ·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
6cbe7d7e · ·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.16
db723933 · ·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 · ·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
-
1.5.13
d577bb73 · ·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.9
284ef769 · ·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