# 2019.4.7.0 - December 18, 2019

#### Catalog

* Server-side pagination has been added to the Catalog Items listing so that we can load hundreds of thousands of items without slowing you down
  * Pagination controls have been updated as well you can set how many items you see in your listing.
* Now you can disable AR and Sharing when you embed the Threekit player
  * Use the boolean parameters `showAR` and `showShare`

#### Assets

* Server-side pagination has been added to the Asset listing so that we can load hundreds of thousands of items without slowing you down
  * Pagination controls have been updated as well you can set how many items you see in your listing.
* Now you can view Materials in the Threekit Player with Threekit’s Material View
* Importing has been revised so that assets are created only when needed

#### Editor

* Server-side pagination has been added to the Assets panel as well. Threekit dynamically fetches assets as you scroll.
* Basic Annotation support has been added
  * Right-click anywhere in your scene tree and add an Annotation. Position it in 3D space and give it some custom text
* Like autosave but want to turn it off for a bit? Now you can toggle autosave and save when you want
* Now when you’re editing Materials, you’ll see them apply to Threekit’s Material View


---

# 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://community.threekit.com/releases/2019/2019.4.7.0-december-18-2019.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.
