> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/catalog/changelog.md).

# Changelog

{% updates format="full" %}
{% update date="2026-06-16" tags="0.3.0" %}

## 0.3.0

* Smarter section indexing, and refreshed admin controls make catalog content easier to organize and discover.
* Search and filtering got a cleaner, more focused experience with better result organization and less UI clutter.
* Brand content handling is more polished across capture, screenshots, submissions, metadata, and sharing surfaces.

<details>

<summary>Notes</summary>

* Changelog link from the “…” menu.
* `llms.txt` support for better crawling by AI agents.
* Better access limits and tier messaging for brand content, including gallery/search/bookmark limits and claim-handle messaging.
* Homepage design and slider presentation were refreshed.
* The “Reshoot” label now says “Refresh” in user-facing copy.

</details>

<details>

<summary>Features and improvements</summary>

* SEO landing pages for filtered brand lists, including shareable filter URLs, sitemap entries, and page titles/H1s.
* Automatic section indexing for brand images, with clearer section labels and better section matching.
* Admin section-indexing controls with a simpler “Index sections” action, table of contents, and drag-and-drop updates.
* Search and filter experience updates, including a redesigned dropdown, clearer result sections, and removed upsell/info elements.
* Brand image capture now starts from the first collection linked on the homepage, then uses the first product in that collection.
* Draft brand screenshots now generate more reliably.
* Carousel navigation works on the brand preset page, and homepage carousel clicks behave normally in Firefox.
* Google account emails are included with preset and brand submissions.
* Loading state for GitHub connection stays inside the button, reducing layout shifts.
* Brand tagline and description formatting is standardized, and size labels now read Small/Medium/Large inventory.
* Typography tags now use the shared styles list instead of a separate typography-specific set.
* OG image templates now apply across all resource detail pages and support multiple images.
* The catalog cards’ gradient is smaller, making the image and text easier to see together.

</details>

<details>

<summary>Bugs</summary>

* Clicking pause on a card now stops scrolling in place.
* Bulk brand upload now reports asset failures correctly and keeps later brands in the run processing.
* Stripe webhook delivery for the account was fixed.
* Delete actions for themes, presets, and brands from admin drawers and quick actions.

</details>
{% endupdate %}
{% endupdates %}


---

# 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:

```
GET https://help.brickspacelab.com/catalog/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
