> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/changelog/1.5.19.md).

# 1.5.19

## What's Changed

### \[New Features] Notification - New Comments on Assets and Collections

HIVO has introduced a new notification system to help users stay updated on important discussions much faster.

**🔹 What’s New?**

* **Asset Comments:** Receive notifications whenever someone leaves a comment on an Asset you have access to.
* **Collection Comments:** Receive notifications whenever someone leaves a comment on a Collection you have access to.

This feature ensures you never miss feedback, suggestions, or new updates, thereby enhancing collaboration and accelerating workflows among team members.

#### 👉 How to set up notifications

* For general users, navigate to: Client Profile -> Settings -> [**Global Notification Settings**](/client-profile/client-profile-settings/system-and-integration/global-notification-settings.md).&#x20;
* For specific user groups: Client Profile -> Select the desired group -> Switch to the [**Notification Settings**](/client-profile/groups/notification-settings-for-group.md) tab

In the General Notifications section, locate and enable "***Someone comments on the assets I can view" / "Someone comments on the collections I can view***".

<figure><img src="/files/guaUe0pWTBc7cKnI77gp" alt=""><figcaption></figcaption></figure>

***

### **\[Improvement] Assigning User Groups as Asset Owners**

**Before,** Only an individual **User** could be selected as the **Asset Owner**.

**🔹 What's New**

* You can now assign either an individual **User** or a **User Group** as the **Asset Owner**.
* When a **User Group** is selected, all group members automatically inherit **Asset Owner** permissions.
* Changes to group membership are automatically reflected in the asset's permissions.
* The **Asset Owner** dropdown now displays both **Users** and **User Groups**, while still allowing only a single owner to be selected (either a User or a User Group).

<figure><img src="/files/26kExC6bOj19r4OxmXS3" alt=""><figcaption></figcaption></figure>

* This enhancement is available across the following areas:
  * Single Asset
  * Bulk Library Actions
  * Folder Path Actions
  * Uploader
  * Version Access Requests - Details

<figure><img src="/files/3vdn57rh43QynydE3TgQ" alt=""><figcaption></figcaption></figure>

If you have any questions, don't hesitate to ask, we're always here to help!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.hivo.co/changelog/1.5.19.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
