> 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.17.md).

# 1.5.17

## What's Changed

### **\[New Features] Add a** Fullscreen mode for Combined Approval

To better support your review workflow, HIVO has expanded and improved the Fullscreen feature:

* When viewing an asset individually, clicking the **Fullscreen** button now opens the selected asset (including its selected version) in fullscreen mode.
* Enhanced the fullscreen viewing experience by allowing users to **open any asset directly in fullscreen mode** from the asset's dropdown menu. This eliminates the need to repeatedly navigate through assets in fullscreen when reviewing large approval sets.

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

* **Added Fullscreen mode for Combined Approval**, providing the same viewing experience as Single Approval.

<figure><img src="/files/9mdarzLSgatCx1xqj1yq" alt=""><figcaption></figcaption></figure>

***

### **\[New Features]** Deep Asset Search in Folder Mode

HIVO has improved the search experience in Folder Mode & Tree View with the[ **Deep Asset Search**](https://support.hivo.co/library/searching-for-assets#deep-asset-research) feature, helping users find asset(s) faster and more comprehensively.

Previously, when searching in Library using **Folder View or Tree View**, the search **matched asset tags and metadata**, then returned the folders containing those matching assets. For example, searching for "cat" would return folders containing assets with tags or metadata that include the word "cat".

**🔹 What's New**

* **Search across all child folders:** When searching for an asset in Folder Mode/Tree Mode, the system will automatically search not only within the current folder but also across all of its child folders. Users no longer need to open each folder individually to find the desired asset, saving time when working with large folder structures.
* **Unified search results:** When searching in Folder Mode/Tree Mode, matching folders and assets are both shown on the same screen folders first, then assets with clear “Folder Search Results” and “Asset Search Results” labels. This allows users to easily view and navigate to the exact asset they need without having to switch between separate result lists.
* **Consolidated sorting:** The system has consolidated the sorting mechanism for search results, delivering a consistent experience between folders and assets within Folder Mode/Tree mode.

<figure><img src="/files/BadVnQ04er9Dyzx6KZHF" 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.17.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.
