Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 1.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

UNRELEASED

Changed

  • Fixed default hand glTF files so offsets are not required when applied to grip pose - @rasmusgo #271

[0.2] - 2022-05-10

Added

  • Developers can now add their own application name, version and OpenXR layers to the Engine - @jmgao #197

Changed

  • Panels are now independent from egui, thanks to @jmgao's fantastic work. Panel can now have variable sizes and developers are able to add their own custom content. Existing functionality has been moved to UiPanel. - @jmgao #188.

Fixed

  • Hotham and Hotham Simulator now no longer have hard dependencies on Vulkan Validation layers. #182
  • Hotham Simulator no longer segfaults on close - @jmgao #185
  • Android debug build is no longer broken - @jmgao #186
  • Fixed ANR on volume up / down - @jmgao #190
  • Bump to ndk-glue - @jmgao #201

Maintenance

  • Significant CI improvements, including clippy - @davidkuhta #160

0.1 - 2022-03-01

Initial release!