Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
+ 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
  • Loading branch information
JovannMC committed Aug 23, 2024
1 parent e13aa84 commit b4f8309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b4f8309

Please sign in to comment.