Tags give the ability to mark specific points in history as being important
-
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
-
v1.5.8
46155451 · ·1.5.8 (Jan 20th, 2026) (workflow + batch fix) - !83 [Bug] remove type conversion for str type in Union[] - !82 [Bug] arg substitute bug - !82 [Bug] fix "batch_action" shows in step arg - !81 [Bug] serialize all input arg and out before db commit New Workflow Behaviours: - register workflow (only registered will show up in workflow section) - once per batch action - duplicate results for all per sample actions - auto complete return values for workflows (inherit workflow returns)
-
v1.5.4
547ebd06 · ·1.5.4 (Jan 8th, 2026) Happy New Year from IvoryOS team!! - !73 [New] import Python functions as workflow (Finn) - !72 [Qol] UI/UX optimization - !71 [Bug] autofill is not working in workflow method - !70 [Bug] BO history csv upload not working - !69 [Bug] use dynamic param within comment text - !68 [Bug] fix can't add a math var - !67 [Qol] always save csv regardless of output