# What's New

## These are the highlights of our Helmut4 patch release 4.7.2:

#### New features

* Added the option to import multiple assets from the Cosmo panel into the project; for further information refer to [Multiple Asset Import](/helmut4-releases/v4.7.2/helmut4-components/helmut4-panel/panel-cosmo.md#multiple-asset-import).
* Added a new node [Cosmo Update Asset Size and Date Action](/helmut4-releases/v4.7.2/helmut4-components/streamdesigner/nodes/actions/cosmo/cosmo-update-asset-size-and-date.md) to update the date-time stamp and file size of an asset within Cosmo.
* Added a new patch method to update assets by its "nodeID[^1]" or "filepath[^2]".
* Added a new node [Job Download Web Content Action](/helmut4-releases/v4.7.2/helmut4-components/streamdesigner/nodes/actions/job-action/job-download-web-content-action.md) to gather assets from a video platform while deprecating the Job Download Social Media Action node in its favor.
* Extended the node [Cosmo Change Asset Metadata Action](/helmut4-releases/v4.7.2/helmut4-components/streamdesigner/nodes/actions/cosmo/cosmo-change-asset-metadata-action.md) to update metadata of all instances in Cosmo by using the assetID or asset file path.
* Extended the triggers PANEL\_IMPORT and AUTOIMPORT to include the [assetID](/helmut4-releases/v4.7.2/helmut4-components/streamdesigner/wildcards/job-related-wildcards-32/job-assetid.md) and [nodeID](/helmut4-releases/v4.7.2/helmut4-components/streamdesigner/wildcards/job-related-wildcards-32/job-assetnodeid.md).
* Projects view in the Cosmo panel will now reflect the project's lock status (Archived, Restored, Housekeeper, Locked); for further information refer to [Project Panel Lock](/helmut4-releases/v4.7.2/helmut4-components/helmut4-panel/panel-cosmo.md#project-panel-lock).

For more detailed information, please refer to our [Changelog](/helmut4-releases/v4.7.2/release-notes/changelog.md).\
\
If you have any questions, feel free to reach out to our [Helmut Support](/helmut4-releases/v4.7.2/support/requesting-support.md) Team!

[^1]: Update one asset by providing the asset "id"

    PATCH v1/co/assets

    { "id": "65af960314867300011ec0e2", "synced": false, "name": "testfile\_patch.mp4", "lastModified": "2026-01-23T15:05:09.000Z" }

[^2]: Update assets of all instances in Cosmo database by providing the "filepath"

    PATCH v1/co/assets/multi

    { "filepath": "/Volumes/Helmut/regression/Test data/Test files/testfile.mp4", "synced": false, "name": "testfile\_patch.mp4", "lastModified": "2026-01-23T15:05:09.000Z" }


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.7.2/release-notes/whats-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
