File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
exts/cesium.omniverse/config Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ### v0.4.0 - 2023-04-03
4+
5+ - Fixed a crash when removing the last available access token for a tileset.
6+ - Added search field to the asset window.
7+ - Added placeholder token name in the create field of the token window.
8+ - No longer printing "Error adding tileset and imagery to stage" when adding a tileset.
9+ - Better handling of long names in the asset details panel.
10+ - Upgraded to cesium-native v0.22.1.
11+
312### v0.3.0 - 2023-03-20
413
514- Split the Cesium USD plugins into their own Kit extension.
Original file line number Diff line number Diff line change 99# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
1010project (
1111 CesiumOmniverse
12- VERSION 0.3 .0
12+ VERSION 0.4 .0
1313 DESCRIPTION "Cesium for Omniverse"
1414 LANGUAGES CXX C)
1515
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This is the process we follow when releasing a new version of Cesium for Omniver
884 . Verify that the Windows package loads in Omniverse Create (see instructions below).
995 . Update the project ` VERSION ` in [ CMakeLists.txt] ( ../../CMakeLists.txt ) .
10106 . Update the extension ` version ` in [ extension.toml] ( ../../exts/cesium.omniverse/config/extension.toml ) . This should be the same version as above.
11- 7 . Update [ ` CHANGES.md ` ] ( ../../exts/cesium.omniverse/doc/ CHANGES.md) .
11+ 7 . Update [ ` CHANGES.md ` ] ( CHANGES.md ) .
12128 . Commit the changes, e.g. ` git commit -am "0.0.0 release" ` .
13139 . Tag the release, e.g. ` git tag -a v0.0.0 -m "0.0.0 release" ` .
141410 . Push to main, e.g. ` git push --atomic origin main v0.0.0 ` .
Original file line number Diff line number Diff line change 11[package ]
2- version = " 0.3 .0"
2+ version = " 0.4 .0"
33category = " simulation"
44feature = false
55app = false
You can’t perform that action at this time.
0 commit comments