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

# 1.4.248

## What's Changed

### **\[New Feature] Dropbox Integration – Sync External Data into HIVO**

HIVO has successfully integrated with Dropbox – one of the most popular cloud storage platforms today.

🔹 **New Feature Details:**

* Admins can now connect their Dropbox account and select specific folders to sync data into the HIVO system.&#x20;
* All assets within the selected folders will be automatically synced to the HIVO library, making it easier to manage, search, and use assets from a single unified platform.

⚠️ **User Right Required:** User must have the permission: **“Is Client Admin - User can manage the Client Profile”.**&#x20;

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

👉 See More here: [**External Connections** ](/client-profile/client-profile-settings/asset-and-metadata-management/blacklist-settings.md) here.

***

### \[Update] Sort tree path naturally

HIVO has updated the way we sort folder paths, prioritizing numerical order first and then alphabetical, to provide a more intuitive and efficient experience for our users.

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

***

### \[Update] Improved thumbnail quality in Templates

HIVO has improved the quality of template thumbnails: Thumbnails on the Template category and individual template thumbnails will now be displayed clearly and sharply, without any blurriness.

<figure><img src="/files/5VfbMVJVYdwq9AhyN2PF" alt=""><figcaption></figcaption></figure>

***

### \[Update] Improved Fullscreen Video and Version Display

HIVO has made improvements to address a few minor interface issues on the upload details page, making the video viewing and version selection experience more seamless.

🔹 **Update Details:**&#x20;

* **Improved Fullscreen Video display:** We have fixed the clipping issue that occurred when viewing videos in fullscreen. Previously, the custom player sometimes had clipping issues when the user was fully zoomed out. This problem occurred because the page was designed for the video to occupy 100% of the height, but there was also a player underneath it.
* **Fixed Version Selector label display:** Previously, the version selector label would shrink when no specific version was selected. The label will now display correctly at its normal size even when no explicit version is chosen (and it defaults to "original").

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

***

### \[Update] Improved User Experience on User Rights and Client Profile Pages

🔹 **Update Details: Unsaved Work Warning**

* A warning will now pop up when you've made changes in the Client Profile but haven't saved and try to leave the page.&#x20;
* This feature helps you avoid accidentally losing important changes.

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

***

### &#x20;\[Update] "Edit Production Date" function moved to Actions Menu

We have made a small change to help you manage your assets more efficiently. **The "Edit Production Date" function** has been moved from the "Edit Metadat&#x61;**"** section to the **Actions dropdown menu** directly on the library page.

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