# Changelog

### 2025 - July 8

Added a [guide to creating smoothly animated Camera transitions](/learn/workflows/camera-transition-animation.md).

### 2025 - June 24

Added a new version of the Platform Documentation section, titled Catalog 2.0. This represents a new  version of the platform UI that is accessible through the [Catalog Version](/platform-documentation/org-setup/project-settings/features.md#catalog-version) Feature.

This includes documentation on the new [Catalog 2.0](/platform-documentation/catalog-2.0-docs/project-data/catalog.md) as well as the [AI Discovery](/platform-documentation/catalog-2.0-docs/project-data/experiences.md) feature.

Changes were also made to the [Features](/platform-documentation/org-setup/project-settings/features.md) page to include info about the Catalog Version, Physical Material version, and Vray Version.

### 2025 - May 1

Added the [Asset History](/tools/general-apps/asset-history.md) app, which allows users to inspect commit history on a given asset, and perform restores to a previous state.

### 2025 - February 24

Added the [Performance Dashboard](/tools/general-apps/performance-dashboard.md) app, which allows users to test the initial load performance of their webpages with an embedded Threekit player.

### 2024 - September 13

Updated and restructured the [Publishing](/platform-documentation/project-data/catalog/publishing.md) page with additional details on the topic, including information about caching, migrations, and bulk functionality.

### 2024 - August 7

[Updated the Developer Documentation](https://developer.threekit.com/changelog/updated-rest-api-endpoints).

### 2024 - July 24

Updated the [General Apps](/tools/general-apps.md) [Composite Asset](https://community.threekit.com/v/platform-documentation/project-data/assets/composites) documentation page with detailed information on all the features, including the newly added features from this week's release - Layer Opacity and Solid Color Layers.

### 2024 - April 4

Updated the [General Apps](/tools/general-apps.md) section with a new installation link for the apps, along with the introduction of new Apps.

### 2024 - March 26

Updated the [Performance Guidelines](/learn/workflows/best-practices/performance-considerations.md) page with additional and updated information

### 2024 - February 28

Updated the Org Features doc, and included details for the [Static Publish](/platform-documentation/org-setup/project-settings/features.md) feature.

### 2024 - January 11

Updated the [Cameras](/platform-documentation/project-data/assets/nodes/cameras.md#switching-player-camera) doc to include the option to switch player cameras to a camera node inside nested referenced assets.\
Updated the [Template Assets](/learn/workflows/template-assets.md#color-property-automation)  guide to include the recommended workflow for dealing with color attributes in template materials.

### 2023 - November 23

Added the [Model Reference Node](/platform-documentation/project-data/assets/nodes/helpers/model-references.md) page

### 2023 - November 21

Updated the [Advanced Buyer Analytics](/platform-documentation/org-setup/analytics/advanced-buyer-analytics-reports.md) page with additional details.

### 2023 - November 17

Added and updated the following articles:\
[Template Assets Guide](/learn/workflows/template-assets.md)\
[Queries](/platform-documentation/project-data/logic/queries.md)\
[Metadata Value Query](/platform-documentation/project-data/logic/queries/metadata-value-query.md)\
[Asset Query](/platform-documentation/project-data/logic/queries/asset-query.md)\
[Datatable Query](/platform-documentation/project-data/logic/queries/datatable-query.md)\
[Custom Apps](/tools/general-apps.md)\
[Apply Metadata Pattern](/tools/general-apps/apply-metadata-pattern.md)

### 2023 - September 17

Added and updated the following articles in the [Docs ](https://community.threekit.com/platform-documentation/)section:\
[Advanced Buyer Analytics Reports ](/platform-documentation/org-setup/analytics/advanced-buyer-analytics-reports.md)\
[Gem Material](/platform-documentation/project-data/assets/materials/gem-material.md)\
[Branching ](/platform-documentation/project-data/basic-concepts/branching.md)\
[Vray Normals Operator](/platform-documentation/project-data/operators/comp-layer-operators/vray-normals-properties.md)\
[Vray Bump Normals Operator](/platform-documentation/project-data/operators/comp-layer-operators/vray-bump-normals-properties.md)


---

# 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/changelog.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.
