Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
+ Add autostart and auto power off features
  + Automatically start connection when program is launched
  + Automatically power off all trackers when closed
    + Currently still only supported for GX dongle, need a BLE sniffer to figure out how to power off BLE trackers :(
+ Add support for new part assignments
  + With you being able to buy individual trackers, there are 5 new assignments:
    + L/R wrists, L/R feet, & head
  + Hopefully this should just work, lol
+ Add support for macOS
  + Woo! For that one person who wants to use SlimeVR and these trackers on macOS, here you go!
  + Very untested, but apparently BT already works! (GX dongle completely untested)
+ Add support for ARM systems
  + I uh, have no idea if these work. But here you go, ARM builds for every OS!
+ Add "dark red" mag status
  + This is the equivalent of "very bad" in Shiftall's VR Manager
  + Previously both "bad" and "very bad" equivalents were just red in SlimeTora and HaritoraConfigurator
+ Update onboarding
  + Add message for unix-like users (excluding macOS)
    + Unix users need extra setup before SlimeTora can work
    + Opens the SlimeTora wiki's unix instructions
  + Adds step 11 - "Relaunching SlimeVR"
    + This describes what to do when you launch SlimeVR again - full reset + mounting reset
    + Links to ZRock35's calibration video (hi :3)
  + Update step 10
    + Clarify that you only need to do body proportions once (and is optional)
    + Tell user if they have issues, retry or use defaults
+ Reorganize "Program settings" for new features
+ Optimized assignment logic for GX dongles
  + Finally removed the janky assignment logic I made before since we can now request info from the dongles!
  + No more weird delay :p
+ Fix HaritoraX Wired/BTSPP detection (finally?)
  + PLEASE WORK PLEASE PLEASE PLEASE
  + Unknown for Linux
+ Language updates
  + UwU language has been updated to be more, meow :3 (some strings have been edited manually instead of being generated)
  + Renamed "Translations updates" to "Language updates"
+ Very minor CSS update for vertical settings containers
  + gap went from 2rem to 1rem
  + "Tracker information" buttons are now one line in the default window size
+ Package updates
  • Loading branch information
JovannMC committed Nov 18, 2024
1 parent 32a41d1 commit f4b26be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.3.1",
"version": "1.4.0",
"description": "A middleware program that connects the HaritoraX full body trackers to the SlimeVR server",
"private": true,
"author": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"@slimevr/common": "^0.1.2",
"@slimevr/firmware-protocol": "^0.6.5",
"@slimevr/tracker-emulation": "^0.2.4",
"haritorax-interpreter": "^3.1.0",
"haritorax-interpreter": "^3.2.0",
"i18next": "^23.16.5",
"loc-i18next": "^0.1.6",
"lodash-es": "^4.17.21",
Expand Down

0 comments on commit f4b26be

Please sign in to comment.