Releases: SlimeVR/SlimeVR-Server
v0.15.0-rc.1
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 Instructions (Windows):
Download SlimeVR-win64.zip below, extract it, and replace slimevr.jar, slimevr.exe and firewall.bat in the install folder (C:\Program Files (x86)\SlimeVR Server).
Run firewall.bat as administrator
We also recommend to back up your vrconfig.yml at %AppData%\dev.slimevr.SlimeVR before running.
What's Changed
- Add OTA port to firewall script by @ButterscotchV in #1397
- fw update server deadlock fix by @loucass003 in #1393
- softer reset sounds by @sctanf in #1394
- Fix for override.ftl not working by @unlogisch04 in #1398
- add fade out to reset button borders by @sctanf in #1400
- Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.5.0 by @dependabot in #1361
- Use HID tracker magnetometer status from mag_id by @sctanf in #1366
- Use automatic hyphenation when possible by @ImUrX in #1362
- Load configured height for manual height config by @ButterscotchV in #1395
- manual proportions rework by @loucass003 in #1346
- VRChat Config Warnings by @loucass003 in #1358
- Optimise re-renders by @loucass003 in #1355
- Apply filtering post-reset, reapply 180° fix removal & fix getYawQuaternion polarity by @Erimelowo in #1352
Full Changelog: v0.14.1...v0.15.0-rc.1
v0.14.1
Please report all bugs in our Discord server for now in the appropriate development channels (#server, #gui, #autobone, etc.). If you need tech support or are not sure if you did find a bug, please use the #support-forum.
Use the installer to install or update!
Use the installer to install or update SlimeVR if you're on Windows. You can find it here:
- Windows web installer: https://github.com/SlimeVR/SlimeVR-Installer/releases/latest/download/slimevr_web_installer.exe
- To run SlimeVR, use the shortcut from the start menu or desktop, or open the installation folder and launch slimevr.exe.
Flatpak distribution for Linux
Now you can install SlimeVR from Flathub and update it through there. You can install it by running: flatpak install flathub dev.slimevr.SlimeVR
What's Changed
Important Fixes
- Limit prediction amount to fix trackers jumping randomly during times of wifi or server lags by @ButterscotchV in #1388
- Battery level check before update by @loucass003 in #1387
- Make Firmware update more reliable, prevent deadlocks of ui by @loucass003 in #1389
- Simplify mounting reset status checking by @ButterscotchV in #1382
Other Changes
- Use roaming folder for windows logs when trying to open it by @ImUrX in #1380
- Fix uncatched errors from not having Tauri by @ImUrX in #1379
- Change fw tool reboot wording by @loucass003 in #1386
- Remove unsupported boards from fw tool by @loucass003 in #1384
- Allow unset password by @loucass003 in #1385
- Scale arms on proportions reset by @ButterscotchV in #1383
- Increase default log limits and refactor FileLogHandler by @ButterscotchV in #1381
Translation Changes
TODO
- New Pontoon translations by @SlimeVR-bot in #1374
Full Changelog: v0.14.0...v0.14.1
v0.14.0 - It's Finally Out Update
Please report all bugs in our Discord server for now in the appropriate development channels (#server, #gui, #autobone, etc.). If you need tech support or are not sure if you did find a bug, please use the #support-forum.
Use the installer to install or update!
Use the installer to install or update SlimeVR if you're on Windows. You can find it here:
- Windows web installer: https://github.com/SlimeVR/SlimeVR-Installer/releases/latest/download/slimevr_web_installer.exe
- To run SlimeVR, use the shortcut from the start menu or desktop, or open the installation folder and launch slimevr.exe.
Flatpak distribution for Linux
Now you can install SlimeVR from Flathub and update it through there. You can install it by running: flatpak install flathub dev.slimevr.SlimeVR
What's Changed
Important Changes
Added firmware update tool to the server. Original SlimeVR trackers can be updated over the air and the update is checked automatically.
- Firmware tool by @loucass003 in #880
- Automatic firmware update for official trackers by @loucass003 in #1241
- Fix firmware flasher bugs by @ImUrX in #1270
- Update firmware constants and translations by @ButterscotchV in #1319
- Better status messages and ui feedback when needing user actions on the firmware tool by @loucass003 in #1331
Improvements to Autobone.
- AutoBone bone contribution fix & cleanup by @ButterscotchV in #1249
- Use bones for AutoBone error calculation by @ButterscotchV in #1312
- AutoBone iteration abstraction by @ButterscotchV in #1301
Added height configuration with manual and automatic input and use it for scaled proportions.
- Expand skeleton height config by @ButterscotchV in #1156
- Estimate full height and clarify height config translations by @ButterscotchV in #1325
- Fix manual height not submitting form value by @ButterscotchV in #1342
- Full height for manual configuration by @ButterscotchV in #1329
Added Skeleton Constraints feature that can help limit drift or misalignment beyond what human joints can bend.
- Skeleton Constraints by @Stermere in #1222
- Implement skeleton constraint toggles by @ButterscotchV in #1290
- Disable correct with constraints server side and hide option in GUI by @Stermere in #1303
- Decrease shoulder joint's constraints by @Stermere in #1367
Added finger tracking support to the server for future products and thrid-party devices.
- Finger tracking skeleton and VMC support by @Erimelowo in #1091
Other Changes
- Support not having git for making android builds by @ImUrX in #1237
- Fix ktor crashing because proguard minifies for Android by @ImUrX in #1240
- Make GUI check well against translation changes by @ImUrX in #1227
- make HID Device a slime by @sctanf in #1235
- Potentially fix weird hip issues by @Stermere in #1244
- Improve VRM model file input by @abb128 in #1246
- Flex resistance and angle support by @Erimelowo in #1242
- Fix Rust logging by disabling ANSI for file output. by @FluffyOMC in #1256
- Small improvements on packaging for Tauri by @ImUrX in #1254
- Fix Appimage crashing for people by @ImUrX in #1253
- Refactor + Check for Env variables by @FluffyOMC in #1261
- Use jSerialComm 2.11.1-SNAPSHOT by @ButterscotchV in #1269
- Don't filter non-temporal trackers by @ButterscotchV in #1255
- Fix over 180 degrees rotations in HumanSkeleton by @Erimelowo in #1277
- Fix CI bugs that appeared recently by @ImUrX in #1272
- Fix "trackers still on" when closing via tray by @JovannMC in #1265
- i18n: improve SlimeVR tracker flashing instruction by @medicalwei in #1276
- Attempt to fix moving average quaternions not resetting properly by @Erimelowo in #1278
- Improve log file behaviour by @ButterscotchV in #1262
- SolarXR IPC Socket by @rcelyte in #1247
- Update apt cache action to fix CI error by @ImUrX in #1287
- add university of maryland mirror for Eclipse formatter by @ImUrX in #1289
- Improve close window request checks by @ImUrX in #1285
- Make SlimeVR icon rounded by @ImUrX in #1286
- Tooltips API for mobile and desktop by @loucass003 in #1271
- Give voltage value to the battery icon by @loucass003 in #1292
- Small ui fixes on firmware updates by @loucass003 in #1291
- Move autimatic steamvr tracker assignment checkbox first by @loucass003 in #1299
- Revert "Fix over 180 degrees rotations in HumanSkeleton" by @Erimelowo in #1302
- Make tap over threshold always available by @loucass003 in #1300
- Updates nodeOffset when body proportions change by @jabberrock in #1304
- Improve reset sounds by @loucass003 in #1294
- Accept rest calibration in sensor info packet by @ButterscotchV in #1317
- Document fields in TrackerResetsHandler by @ButterscotchV in #1320
- Fix erroneous sign extension in Protobuf IPC packet handling by @rcelyte in #1318
- Add a toggle for OSCQuery by @Erimelowo in #1322
- Remove Vive Emulation by @ButterscotchV in #1324
- Fix GUI crashing on standalone builds by @ButterscotchV in #1310
- New PoseFrame streaming format by @ButterscotchV in #1284
- Fix skeleton config "changed" arrays by @ButterscotchV in #1330
- Redo all tap sounds with better volume and tones / remove mp3s by @loucass003 in #1338
- BVH Status and Paused tracking is not presisted in gui by @loucass003 in #1332
- Scaled proportions as default by @loucass003 in #1339
- Better Error page when connection lost + Open logs folder btn by @loucass003 in #1340
- Add skeleton resets unit tests by @ButterscotchV in #1336
- fix(solarxr): unbreak other SolarXR clients caused by Vive emulation removal by @TheDevMinerTV in #1348
- Add more actions to Websocket JSON API by @Artefact2 in #1347
- Fix moving average quaternion desync & smoothing by @ButterscotchV in #1351
- Unit test toe snap + fix leg tweaks & default proportions by @ButterscotchV in #1350
- Send reset finished status on all reset timers by @loucass003 in #1353
- Fix GUI freezing when reopening config folder by @JovannMC in #1357
- Implement Sentry error logging for GUI by @ImUrX in #1153
- Prepare Firmware Constants for Gestures Release by @9il in #997
- Fix logs folder opening wrong folder in Linux and macOS by @ImUrX in #1363
- Fix manual proportions export by @loucass003 in #1368
- SlimeVR Trademark Clarifications by @Eirenliel in #1370
- Sentry modal text fixes by @loucass003 in #1372
- More translation fix by @loucass003 in #1373
- Better warnings f...
v0.14.0-rc.2
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 Instructions (Windows):
Download SlimeVR-win64.zip below, extract it, and replace slimevr.jar, slimevr.exe in the install folder (C:\Program Files (x86)\SlimeVR Server).
We also recommend to back up your vrconfig.yml at %AppData%\dev.slimevr.SlimeVR before running.
What's Changed
- Accept rest calibration in sensor info packet by @ButterscotchV in #1317
- Document fields in TrackerResetsHandler by @ButterscotchV in #1320
- Update firmware constants and translations by @ButterscotchV in #1319
- AutoBone iteration abstraction by @ButterscotchV in #1301
- Fix erroneous sign extension in Protobuf IPC packet handling by @rcelyte in #1318
- Add a toggle for OSCQuery by @Erimelowo in #1322
- Remove Vive Emulation by @ButterscotchV in #1324
- Fix GUI crashing on standalone builds by @ButterscotchV in #1310
- Use bones for AutoBone error calculation by @ButterscotchV in #1312
- New PoseFrame streaming format by @ButterscotchV in #1284
- Estimate full height and clarify height config translations by @ButterscotchV in #1325
- Better status messages and ui feedback when needing user actions on the firmware tool by @loucass003 in #1331
- Fix skeleton config "changed" arrays by @ButterscotchV in #1330
- Redo all tap sounds with better volume and tones / remove mp3s by @loucass003 in #1338
- BVH Status and Paused tracking is not presisted in gui by @loucass003 in #1332
- Scaled proportions as default by @loucass003 in #1339
- Better Error page when connection lost + Open logs folder btn by @loucass003 in #1340
- Fix manual height not submitting form value by @ButterscotchV in #1342
- Add skeleton resets unit tests by @ButterscotchV in #1336
- fix(solarxr): unbreak other SolarXR clients caused by Vive emulation removal by @TheDevMinerTV in #1348
- Add more actions to Websocket JSON API by @Artefact2 in #1347
- Fix moving average quaternion desync & smoothing by @ButterscotchV in #1351
- Unit test toe snap + fix leg tweaks & default proportions by @ButterscotchV in #1350
- Full height for manual configuration by @ButterscotchV in #1329
- New Pontoon translations by @SlimeVR-bot in #1315
- Send reset finished status on all reset timers by @loucass003 in #1353
New Contributors
- @Artefact2 made their first contribution in #1347
Full Changelog: v0.14.0-rc1...v0.14.0-rc.2
v0.14.0-RC1
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.jarandslimevr.exein 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
- Support not having git for making android builds by @ImUrX in #1237
- Fix ktor crashing because proguard minifies for Android by @ImUrX in #1240
- Finger tracking skeleton and VMC support by @Erimelowo in #1091
- Make GUI check well against translation changes by @ImUrX in #1227
- make HID Device a slime by @sctanf in #1235
- Potentially fix weird hip issues by @Stermere in #1244
- Improve VRM model file input by @abb128 in #1246
- Flex resistance and angle support by @Erimelowo in #1242
- Fix Rust logging by disabling ANSI for file output. by @FluffyOMC in #1256
- Small improvements on packaging for Tauri by @ImUrX in #1254
- Fix Appimage crashing for people by @ImUrX in #1253
- Refactor + Check for Env variables by @FluffyOMC in #1261
- Firmware tool by @loucass003 in #880
- Automatic firmware update for official trackers by @loucass003 in #1241
- Fix firmware flasher bugs by @ImUrX in #1270
- Use jSerialComm 2.11.1-SNAPSHOT by @ButterscotchV in #1269
- Don't filter non-temporal trackers by @ButterscotchV in #1255
- Fix over 180 degrees rotations in HumanSkeleton by @Erimelowo in #1277
- AutoBone bone contribution fix & cleanup by @ButterscotchV in #1249
- Fix CI bugs that appeared recently by @ImUrX in #1272
- Fix "trackers still on" when closing via tray by @JovannMC in #1265
- i18n: improve SlimeVR tracker flashing instruction by @medicalwei in #1276
- Attempt to fix moving average quaternions not resetting properly by @Erimelowo in #1278
- Improve log file behaviour by @ButterscotchV in #1262
- SolarXR IPC Socket by @rcelyte in #1247
- Update apt cache action to fix CI error by @ImUrX in #1287
- Expand skeleton height config by @ButterscotchV in #1156
- Skeleton Constraints by @Stermere in #1222
- add university of maryland mirror for Eclipse formatter by @ImUrX in #1289
- Improve close window request checks by @ImUrX in #1285
- Implement skeleton constraint toggles by @ButterscotchV in #1290
- Make SlimeVR icon rounded by @ImUrX in #1286
- Tooltips API for mobile and desktop by @loucass003 in #1271
- Give voltage value to the battery icon by @loucass003 in #1292
- New Pontoon translations by @SlimeVR-bot in #1239
- Small ui fixes on firmware updates by @loucass003 in #1291
- Move autimatic steamvr tracker assignment checkbox first by @loucass003 in #1299
- Revert "Fix over 180 degrees rotations in HumanSkeleton" by @Erimelowo in #1302
- Make tap over threshold always available by @loucass003 in #1300
- Updates nodeOffset when body proportions change by @jabberrock in #1304
- Disable correct with constraints server side and hide option in GUI by @Stermere in #1303
- Improve reset sounds by @loucass003 in #1294
- New Pontoon translations by @SlimeVR-bot in #1296
New Contributors
- @medicalwei made their first contribution in #1276
- @jabberrock made their first contribution in #1304
Full Changelog: v0.13.2...v0.14.0-rc1
v0.13.2 — Where is my config update
Please report all bugs in our Discord server for now in the appropriate development channels (#server, #gui, #autobone, etc.). If you need tech support or are not sure if you did find a bug, please use the #support-forum.
Use the installer to install or update!
Use the installer to install or update SlimeVR if you're on Windows. You can find it here:
- Windows web installer: https://github.com/SlimeVR/SlimeVR-Installer/releases/latest/download/slimevr_web_installer.exe
- To run SlimeVR, use the shortcut from the start menu or desktop, or open the installation folder and launch slimevr.exe.
Flatpak distribution for Linux
Now you can install SlimeVR from Flathub and update it through there. You can install it by running: flatpak install flathub dev.slimevr.SlimeVR
What's Changed
- dont create
vrconfig.ymlfolder by @ImUrX in #1229 - New Pontoon translations by @SlimeVR-bot in #1228
Translation changes
- 🇩🇪 Updated German translation (@Ghostydrae @unlogisch04 @TheDevMinerTV)
- 🧋 Updated Traditional Chinese translation (@medicalwei)
Full Changelog: v0.13.1...v0.13.2
v0.13.1 — The shouldn't be a patch update
Please report all bugs in our Discord server for now in the appropriate development channels (#server, #gui, #autobone, etc.). If you need tech support or are not sure if you did find a bug, please use the #support-forum.
Use the installer to install or update!
Use the installer to install or update SlimeVR if you're on Windows. You can find it here:
- Windows web installer: https://github.com/SlimeVR/SlimeVR-Installer/releases/latest/download/slimevr_web_installer.exe
- To run SlimeVR, use the shortcut from the start menu or desktop, or open the installation folder and launch slimevr.exe.
Flatpak distribution for Linux
Now you can install SlimeVR from Flathub and update it through there. You can install it by running: flatpak install flathub dev.slimevr.SlimeVR
What's Changed
- fix(gui): tab title by @TheDevMinerTV in #1175
- Update appstream data by @ImUrX in #1177
- Config check if config path exists and create it if not by @ImUrX in #1176
- Move top level await to tauri.ts by @loucass003 and @ImUrX in #1181
- use 128MB of memory for server by @ImUrX in #1178
- Sleep HID dataRead with devices present by @sctanf in #1183
- Tracker status box shadow color fix by @Polymoria and @ImUrX in #1170
- Add drift compensation warning by @JovannMC in #1160
- Hide navbar onboarding by @JovannMC in #1152
- enforce lf with editorconfig by @ImUrX in #1192
- Add acceleration & position to tracker page by @JovannMC in #1191
- Add OS decorations toggle by @ImUrX in #1180
- Add warning to proportions reset by @JovannMC in #1179
- Add extrapolated prediction to drift compensation by @nekomona and @loucass003 in #1184
- add a way to skip rest calibration tutorial by @ImUrX in #1186
- Block AutoBone with high error values by @ButterscotchV in #1185
- Handle missing local IP by @ButterscotchV and @ImUrX in #1174
- Restrict mounting reset on server by tracker reset status by @ButterscotchV in #1169
- Add settings reset & advanced section by @JovannMC in #1154
- Update all gradle dependencies we have by @ImUrX in #1173
- Update to Tauri v2 stable by @ImUrX in #1194
- add runtime check for appindicator on linux by @ImUrX in #1193
- Remove check for port 35903 by @ButterscotchV in #1195
- catch unable to find hid library by @sctanf in #1199
- Fix spacing issues on advanced settings by @ImUrX in #1198
- Add asexual theme by @ButterscotchV in #1207
- Fix vmc head shift for lock head by @Erimelowo in #1208
- Fix typo on
OBTAINING_MAC_ADDRESSby @ImUrX in #1206 - Fix tauri not autosaving store on close anymore by @ImUrX in #1209
- Fix style for tracker "shadow" & add to all cases by @ButterscotchV in #1204
- Clarify AutoBone error after #1185 by @ButterscotchV in #1214
- Auto label pull requests by @ImUrX in #1217
- Hid update protocol by @sctanf in #1200
- Fix Drift compensation prediction description by @Erimelowo in #1216
- Don't upload
desktop.jaron CI by @ImUrX in #1211 - Fix finishing setup wizard not make it be skipped next time by @ImUrX in #1212
- Implement magnetometer toggle for firmware by @ImUrX in #1114
- Fix missing translation key on tracker settings for
Tracker nameby @ImUrX in #1215 - Update nix flake by @ImUrX in #1221
- Fix magnetometer status bug and fix locale string plural rules by @ImUrX in #1223
- Improve logic of magnetometer toggle by @ImUrX in #1225
- Check if buffer is the size of a
u16at least before getting it by @ImUrX in #1226 - Make label of tracker name use the translation function by @ImUrX in #1224
- New Pontoon translations by @SlimeVR-bot in #1171
Translation changes
- 🧋 Updated Traditional Chinese translation (@medicalwei @Jaydenha09)
- 🇵🇱 Updated Polish translation (@l0ud @ReDoXpl @michael-091 @stronzo2137 @MenacingExiler)
- 🇨🇳 Updated Simplified Chinese translation (@nekomona)
- 🇻🇳 Updated Vietnamese translation (@MenacingExiler)
- 🇫🇷 Updated French translation (@Erimelowo)
- 🇧🇷 Updated Brazilian Portuguese translation (@Mamagen @parmenashp)
- 🇩🇪 Updated German translation (@SebastianZockt @Ghostydrae @unlogisch04 @TheDevMinerTV)
- 🌎 Updated Latinamerican Spanish translation (@ImUrX @MaxEvil47)
- 🇪🇸 Updated Spain Spanish translation (@Lavasteam-Ariz @ImUrX)
- 🇷🇺 Updated Russian translation (@Dragonflar @Graphite-Rod @serge55575 @SummerArtz)
- 🇰🇷 Updated Korean translation (@infopcgood @Kamilake)
New Contributors
- @Polymoria made their first contribution in #1170
- @Graphite-Rod made their first contribution in #1171
- @serge55575 made their first contribution in #1171
- @Lavasteam-Ariz made their first contribution in #1171
- @Ghostydrae made their first contribution in #1171
Full Changelog: v0.13.0...v0.13.1
v0.13.1-rc.3
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.jarandslimevr.exein 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
- Clarify AutoBone error after #1185 by @ButterscotchV in #1214
- Auto label pull requests by @ImUrX in #1217
- Hid update protocol by @sctanf in #1200
- Fix Drift compensation prediction description by @Erimelowo in #1216
- Don't upload
desktop.jaron CI by @ImUrX in #1211 - Fix finishing setup wizard not make it be skipped next time by @ImUrX in #1212
- Implement magnetometer toggle for firmware by @ImUrX in #1114
- Fix missing translation key on tracker settings for
Tracker nameby @ImUrX in #1215 - Update nix flake by @ImUrX in #1221
Full Changelog: v0.13.1-rc.2...v0.13.1-rc.3
v0.13.1-rc.2
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.jarandslimevr.exein 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
- catch unable to find hid library by @sctanf in #1199
- Fix spacing issues on advanced settings by @ImUrX in #1198
- Add asexual theme by @ButterscotchV in #1207
- Fix vmc head shift for lock head by @Erimelowo in #1208
- Fix typo on
OBTAINING_MAC_ADDRESSby @ImUrX in #1206 - Fix tauri not autosaving store on close anymore by @ImUrX in #1209
- Fix style for tracker "shadow" & add to all cases by @ButterscotchV in #1204
Full Changelog: v0.13.1-rc.1...v0.13.1-rc.2
v0.13.1-rc.1
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.jarandslimevr.exein 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
- fix(gui): tab title by @TheDevMinerTV in #1175
- Update appstream data by @ImUrX in #1177
- Config check if config path exists and create it if not by @ImUrX in #1176
- Move top level await to tauri.ts by @loucass003 and @ImUrX in #1181
- use 128MB of memory for server by @ImUrX in #1178
- Sleep HID dataRead with devices present by @sctanf in #1183
- Tracker status box shadow color fix by @Polymoria and @ImUrX in #1170
- Add drift compensation warning by @JovannMC in #1160
- Hide navbar onboarding by @JovannMC in #1152
- enforce lf with editorconfig by @ImUrX in #1192
- Add acceleration & position to tracker page by @JovannMC in #1191
- Add OS decorations toggle by @ImUrX in #1180
- Add warning to proportions reset by @JovannMC in #1179
- Add extrapolated prediction to drift compensation by @nekomona and @loucass003 in #1184
- add a way to skip rest calibration tutorial by @ImUrX in #1186
- Block AutoBone with high error values by @ButterscotchV in #1185
- Handle missing local IP by @ButterscotchV and @ImUrX in #1174
- Restrict mounting reset on server by tracker reset status by @ButterscotchV in #1169
- Add settings reset & advanced section by @JovannMC in #1154
- Update all gradle dependencies we have by @ImUrX in #1173
- Update to Tauri v2 stable by @ImUrX in #1194
- add runtime check for appindicator on linux by @ImUrX in #1193
- Remove check for port 35903 by @ButterscotchV in #1195
New Contributors
- @Polymoria made their first contribution in #1170
Full Changelog: v0.13.0...v0.13.1-rc.1