Skip to content

v0.12.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 00:36
· 76 commits to main since this release
7df8c5d

This is a release candidate. Back up your vrconfig.yml at %AppData%\dev.slimevr.SlimeVR before running.
Please report all bugs in our Discord server, in the appropriate forum post in #beta-testing-forum!

Installation

  • Download the new release below and extract it.
  • Replace slimevr.jar and slimevr.exe in the install folder (C:\Program Files (x86)\SlimeVR Server)
  • To run SlimeVR, use the shortcut from the start menu or desktop, or open the installation folder and launch slimevr.exe.

What's Changed

  • Complete TODO of replacing quatToXyzAngles with toEulerAngles by @VocalFan in #915
  • Prevent smoothing rollback by @Louka3000 in #921
  • Update CODEOWNERS for SolarXR by @ImUrX in #928
  • Update FirmwareConstants.kt by @unlogisch04 in #927
  • Add initial HID trackers support by @sctanf in #913
  • don't send packets of bones we don't have by @Louka3000 in #932
  • Add linux files for CODEOWNERS by @ImUrX in #936
  • Remove Futura from CODEOWNERS by @ImUrX in #935
  • Update appstream metadata info by @ImUrX in #892
  • Add tray support by @ImUrX in #897
  • show drift compensation in tracker preview by @Louka3000 in #937
  • Change mounting position/rotation/direction to mounting orientation by @ButterscotchV in #939
  • allow to set the socket dir via SLIMEVR_SOCKET_DIR by @Links2004 in #909
  • Add pause tracking toggle to user action packet by @ButterscotchV in #922
  • move biAlign into Quaternion.kt by @Louka3000 in #940
  • Fixing small bugs by @ImUrX in #924
  • Migrate to pnpm by @ImUrX in #893
  • Add Serial Console Wifi Scan by @unlogisch04 in #930
  • Remove changing acceleration space in hid tracker by @sctanf in #945
  • Sleep if no HID device present by @sctanf in #956
  • Add an error boundary for WebGL by @ImUrX in #942
  • Fix state bug on tray exit by @ImUrX in #944
  • fastSeek is not available on most browsers, use currentTime by @ButterscotchV in #954
  • Fix NaN rotation on reset with a zero quaternion by @ButterscotchV in #950
  • Fix macOS bundling giving an error by @ImUrX in #943
  • Update Kotlin and gradle plugins by @ImUrX in #957
  • Allow multiple servers in the same network by @ImUrX in #900
  • Connect one tracker at a time text adjustment by @ZRock35 in #965
  • Make mounting reset follow headset rotation by @ButterscotchV in #953
  • Improve autobone GUI steps by @ImUrX in #960
  • Tpose down fix by @Louka3000 in #967
  • Use tauri store for GUI config by @ImUrX in #923
  • Automatic SteamVR tracker switching by @ImUrX in #947
  • Make ktmath object-less by @ImUrX in #959
  • fix known devices not saving by @ImUrX in #969
  • fix onboarding tracker connect description key by @ImUrX in #968
  • Add network protocol version by @ImUrX in #972
  • Update SolarXR to main branch by @ImUrX in #973
  • Add Yaw Reset Smoothing by @nekomona in #964
  • Update to latest GUI dependencies by @ImUrX in #905
  • Add toggle to save and load mounting reset by @Louka3000 in #963

New Contributors

Full Changelog: v0.11.0...v0.12.0-rc.1