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

# 1.5.18

## What's Changed

## Improved Approval Management Experience

HIVO has enhanced the **Approval** experience with a more streamlined interface and several usability improvements, making it faster and easier to review, manage, and navigate approval requests.

### **🔹** Simplified Approval Management

HIVO has enhanced the[ Approval management](https://support.hivo.co/approvals) interface by merging the previous "Assets" and "Combined" tabs into a single, unified view with two display modes:

* **Single Mode**: View and review each asset individually.
* **Combined Mode**: Review multiple assets within the same session.

This streamlined design reduces navigation, provides a more consistent review experience, and makes it easier to switch between individual and combined asset reviews.

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

### **🔹 Add Label field to Approval Requests**

* **Approval Labels:** Users can now assign a **Label** when creating an approval request, making it easier to identify and manage approvals.

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

* **Filter Update:** The **Label** filter has been renamed to **Stage** to better reflect its purpose.
  * If a Label is provided, it will be displayed instead of the asset name.
  * If no Label is entered, the asset name will continue to be displayed.
  * Labels are visible in both **Table View** and **Kanban View**.

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

### **🔹 Added a direct Exit button in Smart Compare mode**

A new **Exit** button has been added to Smart Compare, users can now exit Smart Compare with a single click, allowing for quick and seamless switching between Smart Compare and the regular view.

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

These enhancements simplify the approval workflow, reduce unnecessary navigation, and provide a more efficient and intuitive review experience.

***

## Simplifying the People Feature

To deliver a more intuitive and consistent experience, HIVO has updated the "Recognition" feature to "People" across the entire platform.

**🔹 What's New?**

* **Renamed "Recognition" to "People"** on the main menu, user interface, and related documentation to more clearly reflect the feature's purpose.
* Simplified the People interface by **removing the "Objects" tab**, helping users focus more on managing and recognizing people.

These changes make the interface cleaner, easier to understand, and deliver a more consistent overall experience.

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


---

# 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.18.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.
