From c45f49da977d848898f2019abb8d7ad25a43a12a Mon Sep 17 00:00:00 2001 From: JovannMC Date: Sun, 6 Oct 2024 20:52:45 +0300 Subject: [PATCH] v1.3.1 + Allow more parts of the program to be translated + This includes update dialogs & window titles + Make english the fallback language + If translation isn't found, falls back to english instead of the translation key + General translation updates + New "UwU" language. Nya~ + Clarify some parts of the GX(6/2) pairing (treat it as a beta!) + Replace references "HaritoraConfigurator" with general term ("the official software") + Fix connection buttons being in wrong "disabled" state in rare cases + Fix pairing window not translating correctly + Fix "SlimeVR not found" message being sent even if connection is stopped after --- 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 2c58ea0..fa4e074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slimetora", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "slimetora", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "@slimevr/common": "^0.1.2", diff --git a/package.json b/package.json index 090e698..ffae1e0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "slimetora", "productName": "SlimeTora", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "description": "A middleware program that connects the HaritoraX full body trackers to the SlimeVR server", "private": true, "author": {