OOMOL Studio 1.3.0
General
1. Support Exporting Images
In this version, we have added the ability to export images. You can export certain workflows to a Docker(Podman) image for self-deployment and execution.
Export image API documentation: Export Image


2. New Markdown Comment Block
We received feedback from some users that it was quite difficult to add additional explanations or comments in workflows. Therefore, we have added a comment block to allow workflow authors to easily and flexibly include some descriptions.

3. Removal of Default Input and Output Initial Values
We noticed that many times, we do not need initial input and output values. Previously, this was a default behavior, leading to manual deletion each time a new block was created.
To improve the overall workflow, we will remove the initial input and output values starting from this version.

4. Upgrade of Save As Data Type Interaction
Developers designing blocks can specify the type of file suffix generated by users using save_as
.


5. Optimize Array Processing Efficiency
We received feedback from users that the array operations introduced in the previous version had a slow traversal efficiency. After some optimization, its performance has now improved by more than ten times, nearly reaching the efficiency of native traversal with minimal perceived delay.

Others
VSCode Upgrade from 1.100.3 to 1.101.2
We have been keeping an eye on updates to VSCode, and this time we upgraded VSCode from 1.98.2 to 1.101.2.
Comparison: 1.101.2...1.100.3
Release notes: https://code.visualstudio.com/updates/v1_101
Open Source
During this time, in addition to updating OOMOL Studio itself, we have also made some contributions to the open source community:
Contributions
- https://github.com/microsoft/vscode/pull/249430
- Fixed the issue where multiple languages did not work in remote mode.
Thanks
Since the last version was released, many people have provided constructive suggestions, and some have assisted us in troubleshooting and solving complex problems. We would like to express our gratitude to them:
千竹、常鲜、bryant_wang