@@ -13,6 +13,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Fixed
1515
16+ ## [ v0.10.0]
17+
18+ ### Added
19+ - core: new streamlined user interface
20+ - core: grayscale overlay when disconnected
21+ - core: new world menu for admins to change world environment, default avatar, spawns etc
22+ - core: new gizmo for fine-grained builder controls
23+ - apps: controller support for tag, contacts and layers
24+ - apps: support for interleaved buffer geometry
25+ - apps: geometry handles
26+ - apps: Math globals
27+ - apps: player.local boolean
28+ - apps: ui margin and padding per side
29+ - apps: apps can now redirect to a url or open in a new tab
30+ - apps: ability to load models from a url on the fly
31+ - apps: node.get(id) to find matches inside any node hierarchy
32+ - core: new mod/plugin hooks (experimental)
33+ - core: added ping time to /stats
34+
35+ ### Changed
36+ - apps: uiimage node stability and docs
37+ - apps: ui absolue positioning and flex additions
38+
39+ ### Fixed
40+ - apps: ui gap size not correct
41+ - core: vr button not working
42+ - core: octree issues with tiny objects, improves memory usage
43+ - core: fix audio unmount issues
44+ - core: equipping one vrm while one is already uploading (race condition)
45+
1646## [ v0.9.0]
1747
1848### Added
@@ -289,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
289319- Basic project structure
290320- Core functionality from original project
291321
292- [ Unreleased ] : https://github.com/hyperfy-xyz/hyperfy/compare/v0.9.0...HEAD
322+ [ Unreleased ] : https://github.com/hyperfy-xyz/hyperfy/compare/v0.10.0...HEAD
323+ [ 0.10.0 ] : https://github.com/hyperfy-xyz/hyperfy/compare/v0.9.0...v0.10.0
293324[ 0.9.0 ] : https://github.com/hyperfy-xyz/hyperfy/compare/v0.8.1...v0.9.0
294325[ 0.8.1 ] : https://github.com/hyperfy-xyz/hyperfy/compare/v0.8.0...v0.8.1
295326[ 0.8.0 ] : https://github.com/hyperfy-xyz/hyperfy/compare/v0.7.1...v0.8.0
0 commit comments