# 11-12 Nov Update

### :rocket: Major Features

* Viewer
  * Better transparency management and rendering of all elements
* Editor
  * Undo-Redo can be accessed using keyboard shortcuts. The list of all keyboard shortcuts is published [here](https://www.gmetri.com/docs/platform/create/experience/keyboard_shortcuts)

### :arrow\_double\_up: Minor Improvements

* Editor
  * Adding new element when a group element is selected adds it within the same group
  * For all elements that have background\_source, 3d\_model\_source, a new option to remove the selected assets
  * Deprecated text length from viewer form

### :bug: Bug Fixes

* Editor
  * `On End` event added to instructions element. Fires when all stories have finished
  * FOV change shows up correctly in the 360 environment
  * Updates to experience can be viewed correctly in the preview/view links. Experience data/cache gets updated correctly.
  * Correct updates to deployment authentication
* Viewer
  * Fixed billboarding in VR mode
  * Fixed issue with Product card where it doesn't show `3D Model` button


---

# 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.gmetri.com/features/release-notes/2021/11-12-nov-update.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.
