From 268a88df1f8db6e711fce53a16969d04fd58eb42 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Wed, 19 Jun 2024 13:26:05 +1000 Subject: [PATCH] Preparing version 4.3.2, added missing entries to VERSIONS.md and CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + VERSIONS.md | 3 +++ addons/godot-xr-tools/plugin.cfg | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f7f8691d..88ecaa0d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -16,5 +16,6 @@ Other people who have helped out by submitting fixes, enhancements, etc are: - [Carlos Padial](https://github.com/surreal6) - [Julian Todd](https://github.com/goatchurchprime) - [Kai Tödter](https://github.com/toedter) +- [Sam Sarette](https://github.com/lunarcloud) Want to be on this list? We would love your help. diff --git a/VERSIONS.md b/VERSIONS.md index a75b5b7d..b7ba752d 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -3,6 +3,9 @@ - Added collision fade support - Added fix for slowly sliding on slopes - Added fix for ground-control preventing jumping over objects +- Added property forwarding for Viewport2Din3D +- Added fix for open/close poses +- Added rumble manager for haptic feedback - Fix unreliable wall-walking collision # 4.3.1 diff --git a/addons/godot-xr-tools/plugin.cfg b/addons/godot-xr-tools/plugin.cfg index fedd8433..1f63159d 100644 --- a/addons/godot-xr-tools/plugin.cfg +++ b/addons/godot-xr-tools/plugin.cfg @@ -3,5 +3,5 @@ name="Godot XR Tools" description="Godot XR Tools plugin" author="Bastiaan Olij and Contributors" -version="4.3.1" +version="4.3.2" script="plugin.gd"