# Version Change Notes

Stable versions are listed below, along with the major changes introduced in each version.

## 1.7.1

### New

* Supports different pricing displays
* Token details are tucked under an expandable section
* Supports a video embed in the description
* Supports logos on the page
* Adjusts how the mute button appears when display token media
* Squashed a few delegation bugs and improved error-messagin surrounding delegate wallets

### Breaking

* Improvements were made to CSS selectors and rulesets for clarity and consistency across widgets. See [1.7.0, 1.7.1 - CSS Selector Changes](/manifold-for-developers/resources/widgets/claim-widgets/version-change-notes/1.7.0-1.7.1-css-selector-changes.md) for the list of changes.

## 1.5.3

### New

* First public version that is documented. We hope you like it!


---

# Agent Instructions: 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://docs.manifold.xyz/manifold-for-developers/resources/widgets/claim-widgets/version-change-notes.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.
