From 76a677e3e425ed6f132f0518ddfb477b0b30b0fa Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:51:47 -0500 Subject: [PATCH] bump --- SmoothRay/Properties/AssemblyInfo.cs | 2 +- SmoothRay/format.json | 10 +++++----- TrackedControllerFix/Properties/AssemblyInfo.cs | 2 +- TrackedControllerFix/README.md | 2 +- TrackedControllerFix/format.json | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/SmoothRay/Properties/AssemblyInfo.cs b/SmoothRay/Properties/AssemblyInfo.cs index ca69d5a..4a7903c 100644 --- a/SmoothRay/Properties/AssemblyInfo.cs +++ b/SmoothRay/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace NAK.SmoothRay.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.0"; + public const string Version = "1.0.1"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/SmoothRay/format.json b/SmoothRay/format.json index 484a215..d3b8441 100644 --- a/SmoothRay/format.json +++ b/SmoothRay/format.json @@ -1,23 +1,23 @@ { "_id": -1, "name": "SmoothRay", - "modversion": "1.0.0", + "modversion": "1.0.1", "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", "author": "NotAKidoS", - "description": "Smoothes your controller while using the Quick and Main menus to make it easier to navigate.", + "description": "Smoothes your controller while using the Quick and Main menus to make it easier to navigate.\nThis is a CVR adaptation of a Beat Saber mod: [BeatSaber_SmoothedController](https://github.com/kinsi55/BeatSaber_SmoothedController)\n\nSupport for TrackedControllerFix & DesktopVRSwitch.", "searchtags": [ "vr", "ray", "controller", - "tracking" + "smoothing" ], "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r3/SmoothRay.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r9/SmoothRay.dll", "sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/SmoothRay/", - "changelog": "Initial Release", + "changelog": "Initial CVRMG Release", "embedcolor": "dc8105" } \ No newline at end of file diff --git a/TrackedControllerFix/Properties/AssemblyInfo.cs b/TrackedControllerFix/Properties/AssemblyInfo.cs index 7a0b1b3..f2e67c4 100644 --- a/TrackedControllerFix/Properties/AssemblyInfo.cs +++ b/TrackedControllerFix/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace NAK.TrackedControllerFix.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.4"; + public const string Version = "1.0.5"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/TrackedControllerFix/README.md b/TrackedControllerFix/README.md index 82cc6a8..9315328 100644 --- a/TrackedControllerFix/README.md +++ b/TrackedControllerFix/README.md @@ -1,4 +1,4 @@ -# TrackedControllerFix (Depricated) +# TrackedControllerFix lazy af fix for a small issue Your Left/Right hand controllers will now track faster and while in the Steam overlay. diff --git a/TrackedControllerFix/format.json b/TrackedControllerFix/format.json index 1e830a7..b3bb07c 100644 --- a/TrackedControllerFix/format.json +++ b/TrackedControllerFix/format.json @@ -1,12 +1,12 @@ { "_id": -1, "name": "TrackedControllerFix", - "modversion": "1.0.0", + "modversion": "1.0.5", "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", "author": "NotAKidoS", - "description": "Allows your controllers to track while the SteamVR overlay is open. This also fixes Quest/Touch controllers feeling slow during fast movements.", + "description": "Allows your controllers to track while the SteamVR overlay is open. This also fixes Quest/Touch controllers feeling slow during fast movements.\n\nSupport for SmoothRay & DesktopVRSwitch.", "searchtags": [ "vr", "quest", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r3/TrackedControllerFix.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r9/TrackedControllerFix.dll", "sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/TrackedControllerFix/", - "changelog": "Initial Release", + "changelog": "Initial CVRMG Release", "embedcolor": "3498db" } \ No newline at end of file