@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.4.2 - 08.07.2024
### Documentation
- N/A
### Added
- LogicEditor | `SimpleText` node, see #8
- Added `Android` to the (manual) release pipeline, see Release Assets. This is mainly intended for testing, as a UI to connect to networked sessions is still WIP.
### Changed
- LogicEditor | Refactored `SimpleAudio` node to accept `AudioClips` in Editor, see #10
- LogicEditor | Refactored `SimpleText` and `SimpleAudio` node method for checking if the connected `LogicObject` is of the right type, see #4
- LogicEditor | 0.4.2 introduces a `SimpleText` node to change text in the LogicEditor without spamming the scene with multiple text panels. In a first draft this relied on the `SimpleVrUi` module, but this was changed to remove this dependency, see #8
### Deprecated
- N/A
### Removed
- Removed a large amount of assets that were no longer needed (~ 850 MiB of textures for the conference room scene) and replaced some of the larger ones with lower resolutions, see #6
### Fixed
- Licenses | Fixed bug that prevented license files to be correctly copied to the target platform, see #9
- SpatialUI | Fixed GridLayout setup in WebDAV browser, see #7