> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.7.2/release-notes/whats-new.md).

# 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" }
