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

# 1.6.2

## What's Changed

### \[Inprovement] Smart Compare for External Approval&#x20;

The Smart Compare feature has now been added to the External Approval screen, delivering a comparison experience similar to Internal Approval and making it easier for external users to inspect and contrast differences between asset versions.

#### **🔹 What’s New?**

* Native Smart Compare support directly within External Approval.
* Applies the same experience and display behavior as Compare Mode in Internal Approval.
* Allows users to select versions for comparison and use Smart Compare to view differences between them.

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

This update makes the version review process in External Approval more intuitive and convenient, while ensuring a consistent experience across both Internal and External Approval.

***

### Improved Reminder Delivery in Approvals&#x20;

The Manual Reminder feature in Approvals has been updated to ensure notifications are delivered accurately to the selected recipients.

**🔹** Previously, when sending a reminder to a specific Approver or Reviewer, the notification might also be sent to Approval Owners.

**🔹** Following this update, Manual Reminders are sent strictly to the selected Approver/Reviewer, ensuring targeted communication and preventing unnecessary notifications.

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

***

### \[New Feature] Synchronize Expired or Deleted asset status with Drupal

Previously, images that were deleted or expired in HIVO could still be displayed on Drupal and the website.&#x20;

#### **🔹 What’s New?**

This new feature improves asset status synchronization between HIVO and Drupal by:

* Sending notifications when assets in HIVO expire.
* Supporting [**CDN Placeholder**](https://support.hivo.co/integrations/drupal/set-up-a-cdn-placeholder-for-expired-assets) configuration for expired assets based on the Client Profile.

As a result, invalid assets in HIVO will no longer be displayed on the website unintentionally.

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

👉 Note: Editing Warning Indicator is an **Additional Feature** and must be enabled by a Client Admin in **Settings**. If your organization is unable to enable it, please contact the HIVO Support team.

***

### \[New Feature] Open Google documents directly from HIVO&#x20;

When saving documents from Google Docs, Google Slides, or Google Sheets to HIVO via the HIVO Connector, users can now open the original Google document more easily.

#### **🔹 What’s New?**

* This update adds an "Open in Google" button, allowing direct access to the document on Google right from the saved asset in HIVO, without needing to search for it manually.
* This feature makes switching between HIVO and Google Workspace faster and more convenient.

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.6.2.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.
