OOMOL Studio 1.3.0

· 3 min read

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

Export Image in Home Page Export Image Options in Home Page

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.

Comment Block

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.

Remove Default Input and Output Values

4. Upgrade of Save As Data Type Interaction

Developers designing blocks can specify the type of file suffix generated by users using save_as.

Save As Interaction Upgrade Save As Interaction Upgrade 2

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.

Array Operation Performance

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

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