> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/release-notes/releases/v7.0.md).

# v7.0

### Summary

**ODK v7.0 Release**

* **Improvements**
  * Vending Machine
    * Bulk buy options
    * Tabs for different categories
    * Live affordability check
    * Gamepad support
  * Migrated the Vending Machine to the ODK interaction component.

#### Bug fixes

* Gun attachment disappears when the user opens the Setting Menu while Koda Cam is active
* "Vend-o-matic" menu stays open when moving away
* The user no longer sees the web window on the Device Vending Machine
* Create UI Mode debugging tools. Press Ctrl+U at runtime to view UI Mode on screen and help debug any pesky widget controls issues
* Faceplates broken on MAC clients
* Gun attachment disappears when the user opens the Setting Menu while Koda Cam is active

#### Miscellaneous

* Known Issues:
* The avatar spawns without the shotgun in hand when teleporting from Boneyard to Metropolis
* Spamming "P" Button Causes Performance Issues in Selfie Mode
* Stopping the PIE process after using the shotgun or grenades triggers multiple warning errors in the output log
* When the user opens the Koda Cam, a wobbly animation with a shaky camera effect plays

### Breaking Changes

ODK v7.0 has ingested V34 of MSquared - please also review any Breaking Changes listed for these releases. For ODK specific breaking changes, please see the Breaking Changes section in our documentation: <https://docs.msquared.io/creation/unreal-development/tutorials/upgrade-the-editor/release-notes>


---

# 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.otherside.xyz/release-notes/releases/v7.0.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.
