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

# 1.4.244

2025-06-20

## What's Changed

### Allow opening the image in the editor from the resize version dialog

When users resize an asset (both with or without selecting a custom template), they can now choose **“Open in Image Editor”** to directly open the asset in the Image Editor.

🔹 **Update Details**:

* If you have selected a referenced size or a custom template, the image asset will open in the editor with the **dimensions and default settings of that template** (e.g., 512 x auto or 900 x 600, along with settings like “cover fit” or “contain fit”).
* After selection, the resize dialog will automatically close, and the Image Editor will open in **fullscreen mode** for immediate editing. This allows you to start editing immediately in your desired format.

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FJpgho6Muun5NwMp0ngvG%2FGroup%20882.png?alt=media&amp;token=85314bef-ac16-4dad-b88a-41dc03d7a564" alt=""><figcaption></figcaption></figure>

***

### **Add the Ability to Embed an Iframe into Brand Guidelines**

* **Added a new Section Type: “Embed”** in Brand Guidelines.
* Users can now **embed iframes directly into Brand Guidelines** to display external URLs, enabling live, dynamic guidelines and integrated tool previews within brand documentation.

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2F1GvKANARK51agBaTqQSm%2Fout%20(7).gif?alt=media&amp;token=9bd35f42-89c4-400e-9177-f7cefa55688d" alt=""><figcaption></figcaption></figure>

***

### Latest version should be default selected on Email Enternals option in approvals

Previously, the system would default to **the Original version** when sending Email Externals during approval steps.

🔹 **Update Details**:

With this update, if the stage is configured with “Use Latest Version,” the system will:

* **Automatically select the latest version as the default** when users send Email Externals.
* Ensure that reviewers/approvers are always reviewing and approving the most recent version, avoiding missing any latest edits.

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2Fjq63dMRRFDl6XhsuvYGl%2FGroup%20883.png?alt=media&amp;token=b59ed964-2431-4f99-a474-ef866fbf0f48" alt=""><figcaption></figcaption></figure>

***

### **Navigation Improvements in Image Editor**

We have received feedback from you that the "Back" button on your browser sometimes does not take you to the desired location in HIVO, but instead to the home page or other sections. We understand this inconvenience and have worked hard to completely fix it.

🔹 **Update Details**:

* The **Back button on the browser will now return you to your previous location** instead of redirecting to the homepage or other random areas within HIVO.
* Navigation within the **Image Editor** has been improved, ensuring that **back/forward buttons on the browser work correctly** across the following areas:
  * Editor sections on the right.
  * Pages (navigation via bottom buttons).
  * Navigating in and out of the **Special Category + Template Selector**.

We are constantly listening to your feedback to improve your HIVO experience.


---

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