> For the complete documentation index, see [llms.txt](https://docs.openbrush.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrush.app/release-history/v2.29.md).

# v2.29 "Publish or be Damned"

## Icosa Gallery: Browse, Import and Publish

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

The Icosa Gallery is our own website for sharing your artwork and 3d models and discovering and remixing work by other people.

It has all the amazing work that was once published on Google Poly as well new artwork and 3d content created with Open Brush, Blender and other 3d apps.

## Full Change Log:

[Full release details](https://github.com/icosa-foundation/open-brush/compare/v2.28...2.29.0)

## 🚀 Features

* Restore Icosa Gallery integration ([PR #987](https://github.com/icosa-foundation/open-blocks/pull/987) and [PR #1052](https://github.com/icosa-foundation/open-blocks/pull/1052) by @andybak)

## 🐛 Fixes

* Fix small annoyances 1 ([PR #1038](https://github.com/icosa-foundation/open-blocks/pull/1038) by @andybak)
* Prevent quicksnap from overriding duplicate button action ([PR #1041](https://github.com/icosa-foundation/open-blocks/pull/1041) by @andybak)
* Fix snap for non-identity scene transform ([PR #1042](https://github.com/icosa-foundation/open-blocks/pull/1042) by @andybak)
* Fix various Icosa snags ([PR #1045](https://github.com/icosa-foundation/open-blocks/pull/1045) by @andybak)
* Icosa fixes ([PR #1054](https://github.com/icosa-foundation/open-blocks/pull/1054) by @andybak)

## 🛠️ Infrastructure

* Update Gemfile.lock (update fastlane, fix jwt CVE) ([PR #1047](https://github.com/icosa-foundation/open-blocks/pull/1047) by @mikeage)
* Force Mac workers to use macos-26 ([PR #1050](https://github.com/icosa-foundation/open-blocks/pull/1050) by @mikeage)
* Force all MacOS jobs to run on macos-26 instead of -latest (forgot one) ([PR #1051](https://github.com/icosa-foundation/open-blocks/pull/1051) by @mikeage)

## 📦 Dependencies / Maintenance

* Bump softprops/action-gh-release from 2 to 3 in the all-actions-updates group across 1 directory ([PR #1035](https://github.com/icosa-foundation/open-blocks/pull/1035) by @dependabot\[bot])
* Bump actions/setup-dotnet from 5.2.0 to 5.3.0 in the all-actions-updates group ([PR #1048](https://github.com/icosa-foundation/open-blocks/pull/1048) by @dependabot\[bot])


---

# 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.openbrush.app/release-history/v2.29.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.
