From b4f83096fc9d6e61bac2b2597507e6f95f0118df Mon Sep 17 00:00:00 2001 From: JovannMC Date: Fri, 23 Aug 2024 21:19:59 +0300 Subject: [PATCH] v1.2.2 + Fix trackers that reconnect to SlimeTora breaking (stops showing up until restarting connection) + my bad, flawed code lol (simple fix). + this also led to logs being spammed with "Error processing IMU data from (tracker)" errors, oops. + Fix tracker info (battery/mag status) not restoring when device list is refreshed + Device list is refreshed when you change the "compact view", "tracker visualization", and "tracker visualization fps" + Fix "main window" language select not changing when changing language in onboarding + Language changes in "main window" when selecting in onboarding, but not the "language select" causing issues if you reopen onboarding - now fixed + Fix "tracker visualization" not being disabled if "compact view" is on (and vice versa, incompatible settings) + Fix tracker info not showing if not connected to SlimeVR Server (only happens when "Skip SlimeVR Check" is enabled) + Fix battery readings being affected by constant stopping and starting SlimeTora connections (well, mostly) + Remove need for "Tracker Visualization FPS" setting needing a restart to apply + Update packages --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7c2100..2bcdb95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slimetora", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "slimetora", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "@slimevr/common": "^0.1.2", diff --git a/package.json b/package.json index 5872d11..d68cabe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "slimetora", "productName": "slimetora", "type": "module", - "version": "1.2.1", + "version": "1.2.2", "description": "A program that connects the HaritoraX full body trackers to the SlimeVR server", "private": true, "author": {