> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/changelog/april-2026/april-8th.md).

# April 8th

**Changelog released on 2026-04-08**

This release makes it possible to export internal names and quick export when inside an asset folder. Additionally it is now possible to select catalogues in publication prints and the search indexes build faster. It is now possible to fetch a detailed model for global list values in the API client and bugs have been fixed.

## Enhancement

1. **Enable internal name in export:** It is now possible to export internal name. (SP-1022)
2. **Add 'quick export' to asset search when inside a folder:** It is now possible to quick export from an asset folder. (SP-1916)

## Bug

1. **Validation error on global list creation when global list only contains a simple attribute:** Setting an explicit key definition when a simple attribute was used in root of a global list would cause a validation error. This is no longer the case. (SP-2388)
2. **Copy category does not copy children:** The copy category function now correctly copies the category and its children. (SP-2391)

## Task

1. **Add support for selecting catalogue in Publication prints:** Added support for selecting catalogue in Publication prints. (SP-2028)
2. **Optimize build search index:** Rebuilding search indices is now faster. (SP-2088)
3. **Enable Detailed model for global list values in API Client:** DetailedGlobalListValue model returned when reading global list values, containing GlobalListUid and create/last modified details. (SP-2397)


---

# 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://docs.struct.com/changelog/april-2026/april-8th.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.
