Skip to content

Commit

Permalink
Update CHANGES.md, bump to v1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Jun 30, 2024
1 parent 5641ee1 commit 2ce1da8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# Change Log

### ? - ?
### v1.11.0 - 2024-07-01

##### Additions :tada:

- Added support for custom non-WGS84 ellipsoids.
- The ellipsoid can be changed by specifying a `CesiumEllipsoid` asset in the new "Ellipsoid Override" property of a `CesiumGeoreference`.
- New `CesiumEllipsoid` assets can be created using the menu option `Assets > Create > Cesium > Ellipsoid`.
- The ellipsoid can be changed by specifying a `CesiumEllipsoid` asset in the new "Ellipsoid Override" property of a `CesiumGeoreference`.
- New `CesiumEllipsoid` assets can be created using the menu option `Assets > Create > Cesium > Ellipsoid`.

##### Fixes :wrench:

- Cesium for Unity now links statically against the MSVC runtime library on Windows, avoiding the new for an MSVC redistributable to be installed.
- Cesium for Unity now links statically against the MSVC runtime library on Windows, avoiding the need for an MSVC redistributable to be installed.
- Fixed a bug that caused Cesium ion tokens selected on the Tokens panel to fail to save.
- Fixed a bug that caused the "Select Cesium ion Token" panel to show the wrong state when the current token was not from the currently-signed-in Cesium ion account, but the signed-in account had a token named after the current Unity project.

This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.36.0 to v0.37.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.

### v1.10.1 - 2024-06-03

This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.35.0 to v0.36.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.cesium.unity",
"version": "1.10.1",
"version": "1.11.0",
"displayName": "Cesium for Unity",
"description": "Cesium for Unity brings the 3D geospatial ecosystem to Unity. By combining a high-accuracy full-scale WGS84 globe, open APIs and open standards for spatial indexing such as 3D Tiles, and cloud-based real-world content from [Cesium ion](https://cesium.com/cesium-ion) with Unity, this plugin enables 3D geospatial workflows and applications in Unity.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2ce1da8

Please sign in to comment.