Skip to content

Releases: SlimeVR/SlimeVR-Server

v0.0.19

18 Sep 13:56
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.18:

  • New pelvis calculation is improved (thanks Butterscotch!) and is now always enabled
  • Updates for AutoBone
  • SlimeVR can now work with any set of trackers missing. It will assume that all missing trackers are straight, but it can be useful in testing or in cases where people don't have body parts where trackers should go on. This also simplifies internal structure for future development

v0.0.18

02 Sep 08:36
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.17:

  • Added window and taskbar icon
  • Window size and position is saved between launches
  • Window minimum size is now limited to 100x100 instead of 800x800
  • Added support to set wifi credentials for microcontrollers using ch910x uart chips

v0.0.17

26 Aug 09:01
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.16:

  • Don't use port in identifying the tracker, only IP. Should prevent owoTrack (and sometimes SlimeVR) from spawning multiple trackers
  • Don't resize window on GUI updates. Display trackers in two columns. Reorder tracker types to make SlimeVR on top. Minor GUI changes.

v0.0.16

22 Aug 12:04
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.15:

  • Should have less crashes than previous version

v0.0.15

20 Aug 12:39
Compare
Choose a tag to compare

GET AUTOBONED!

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.14:

  • Added AutoBone: an epic feature by @ButterscotchVanilla to configure your body proportions automatically from some of your movements! Use Auto button to open Auto-Configuration gui. Refer to Autobone discord thread in #development channel for more detailed instructions.
  • Optimized GUI performance. Limit how many times per second GUI can update to reduce CPU usage.

v0.0.14

10 Aug 13:55
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.13:

  • Added improved pelvis model that should behave better when you tilt left and rigth (not raise one leg), and reduce waist drift slightly by relying on both legs rotation. It can be disabled by a checkbox in skeleton configuration
  • Added support for updated protocol from new firmware
  • Added more data in the tracker information, that currently does one thing only - takes GUI space, but might be used in the future

v0.0.13

02 Aug 20:10
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.12:

  • Fix a bug when right foot wasn't resetting for users with feet trackers
  • Added support for different SteamVR trackers setup: Waist, Chest, Feet, Knees can now be enabled and disabled (requires SlimeVR restart)

v0.0.12

25 Jul 23:03
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.11:

  • Fixed trackers adjustments for good (hopefully). They don't pass test, but that's tests problem
  • Fixed tests running during CI

v0.0.11

25 Jul 20:10
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.10:

  • Tracker reset now passes all tests properly, might be even right code
  • Unit testing reworked on JUnit 5, 3 types of tests with generated range of angles to test
  • UI using default system's Look & Feel

v0.0.10

21 Jul 19:22
Compare
Choose a tag to compare

Early release. A lot of things requires implementing and refactoring.

  • GUI is ugly
  • Doesn't support detailed tracker configuration
  • GUI is very ugly
  • Doesn't support MPU calibration

Please report all bugs in Discord for now in the channel #diy! Proper bug reporting and development pipeline will be established later.

Changelog since v0.0.9:

  • WiFi setup now works for CP2102 UART too
  • Fixed build