Skip to content

Commit

Permalink
changelog/version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Sep 8, 2023
1 parent 0c61ee5 commit 6c8f0e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.4.0-exp] - 2023-09-08
- fix: improvements to light color and value export
- fix: light import color space
- fix: sanitize alpha cutoff value before writing
- fix: convert light and material color spaces when exporting for animation
- add: allow choice between implicit and explicit queue and surface type control (experimental)

## [2.3.1-exp] - 2023-08-26
- fix: restore ShouldExportTransform functionality on latest dev branch

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "2.3.1-exp",
"version": "2.4.0-exp",
"unity": "2020.3",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"repository": {
Expand Down

0 comments on commit 6c8f0e8

Please sign in to comment.