diff --git a/CHANGES.md b/CHANGES.md index 82013fdde..62374ff20 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Change Log +### v0.3.0 - 2023-03-20 + +- Split the Cesium USD plugins into their own Kit extension. +- Added on-screen credits. +- Added modal dialog prompting the user to enable Fabric Scene Delegate. +- General cleanup before public release. + ### v0.2.0 - 2023-03-16 - Fixed raster overlay refinement. diff --git a/CMakeLists.txt b/CMakeLists.txt index f62a892c3..d0f0705e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() # Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag project( CesiumOmniverse - VERSION 0.2.0 + VERSION 0.3.0 DESCRIPTION "Cesium for Omniverse" LANGUAGES CXX C) diff --git a/docs/release-guide/README.md b/docs/release-guide/README.md index 2ec17473f..c674094ae 100644 --- a/docs/release-guide/README.md +++ b/docs/release-guide/README.md @@ -42,13 +42,13 @@ The resulting `.zip` file will be written to the `build-package` directory (e.g. After the package is built, verify that the extension loads in Omniverse Create: -* Create an empty folder and unzip the package into it -* Load Omniverse Create -* Disable the existing Cesium for Omniverse extension and uncheck autoload +* Open Omniverse Create * Remove the existing Cesium for Omniverse extension from the list of search paths -* Add a new search path pointing to the unzipped package's `exts` folder - * E.g. `/home/user/Desktop/cesium-omniverse-Windows-v0.0.0/exts` +* Close Omniverse Create +* Unzip the package to `$USERHOME$/Documents/Kit/Shared/exts` +* Open Omniverse Create * Enable Cesium for Omniverse and check autoload * Restart Omniverse Create * Verify that there aren't any console errors -* Verify that you can load Cesium World Terrain and OSM buildings (make sure Fabric Scene Delegate is enabled) +* Verify that you can load Cesium World Terrain and OSM buildings +* Delete the extensions from `$USERHOME$/Documents/Kit/Shared/exts` diff --git a/exts/cesium.omniverse/config/extension.toml b/exts/cesium.omniverse/config/extension.toml index 69d2b33c8..a5950401d 100644 --- a/exts/cesium.omniverse/config/extension.toml +++ b/exts/cesium.omniverse/config/extension.toml @@ -1,5 +1,5 @@ [package] -version = "0.2.0" +version = "0.3.0" category = "simulation" feature = false app = false