From dabfa1994299a37aa07a4accb17d8f047ff7f4a4 Mon Sep 17 00:00:00 2001 From: Malcolm Nixon Date: Mon, 27 Nov 2023 20:40:13 -0500 Subject: [PATCH] Upgrade version information for 1.1.0 release Updated changes and plugin versions for 1.1.0 release --- CHANGES.md | 11 ++++++++++- example.csharp/addons/tiltfive/plugin.cfg | 4 ++-- example.gd/addons/tiltfive/plugin.cfg | 4 ++-- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 53b8816..8efd156 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ This document shows the history of this plugin -1.0.0 (under development) +1.1.0 +========================= +- Add a C# version of the plugin +- Add support for triggering haptic pulses in the wand +- Update to the Tilt Five NDK version 1.4.1 +- Add T5 native lib to gdextension dependancies +- Changed icon to include T5 logo + + +1.0.0 ========================= - Port of the TiltFive Godot plugin for Godot 4 diff --git a/example.csharp/addons/tiltfive/plugin.cfg b/example.csharp/addons/tiltfive/plugin.cfg index 3d8028a..36ab2db 100644 --- a/example.csharp/addons/tiltfive/plugin.cfg +++ b/example.csharp/addons/tiltfive/plugin.cfg @@ -1,7 +1,7 @@ [plugin] -name="tiltfive" +name="Tilt Five" description="A plugin for interfacing with the Tilt Five AR glasses" author="Patrick Down" -version="1.0.0" +version="1.1.0" script="plugin.cs" diff --git a/example.gd/addons/tiltfive/plugin.cfg b/example.gd/addons/tiltfive/plugin.cfg index 661a0b3..19b94eb 100644 --- a/example.gd/addons/tiltfive/plugin.cfg +++ b/example.gd/addons/tiltfive/plugin.cfg @@ -1,7 +1,7 @@ [plugin] name="Tilt Five" -description="Support for the Tilt Five XR headset" +description="A plugin for interfacing with the Tilt Five AR glasses" author="Patrick Down" -version="1.0.0" +version="1.1.0" script="plugin.gd"