Releases: SlimeVR/SlimeVR-OpenVR-Driver
v4.0.0-rc.1
Release candidate 1 for v4.0.0. To install, copy the slimevr folder into your SteamVR drivers folder (usually located in C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers).
What's Changed
- Driver version support by @Erimelowo in #59
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #60
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #61
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #62
- Bump actions/download-artifact from 5 to 7 by @dependabot[bot] in #63
- Search universes in Prop_DriverProvidedChaperoneJson_String by @ImSapphire in #68
- Add our own input profiles by @ImSapphire in #70
- Added optional Velocity fields to Protobuf Position Message (Natural Locomotion Support) by @M1DNYT3 in #64
- Send real serial number, model number, and manufacturer to server by @ImSapphire in #67
- Update vcpkg by @ButterscotchV in #65
- Driver cleanup by @ImSapphire in #71
New Contributors
- @ImSapphire made their first contribution in #68
- @M1DNYT3 made their first contribution in #64
Full Changelog: v0.3.1...v4.0.0-rc.1
What's Changed
- Driver version support by @Erimelowo in #59
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #60
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #61
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #62
- Bump actions/download-artifact from 5 to 7 by @dependabot[bot] in #63
- Search universes in Prop_DriverProvidedChaperoneJson_String by @ImSapphire in #68
- Add our own input profiles by @ImSapphire in #70
- Added optional Velocity fields to Protobuf Position Message (Natural Locomotion Support) by @M1DNYT3 in #64
- Send real serial number, model number, and manufacturer to server by @ImSapphire in #67
- Update vcpkg by @ButterscotchV in #65
- Driver cleanup by @ImSapphire in #71
New Contributors
- @ImSapphire made their first contribution in #68
- @M1DNYT3 made their first contribution in #64
Full Changelog: v0.3.1...v4.0.0-rc.1
v0.3.1
v0.3.1-rc.1
Release candidate 1 for v0.3.1. To install, copy the slimevr folder into your SteamVR drivers folder. Usually it's located in C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers.
What's Changed
Full Changelog: v0.3.0...v0.3.1-rc.1
v0.3.0
Installation instructions are available here.
What's Changed
- add $HOME/.local/share/slimevr to the possible dirs of the sockets (fix #43) by @Links2004 in #44
- update github actions by @ImUrX in #49
- Implement async IPC by @0forks in #38
- [ImgBot] Optimize images by @imgbot[bot] in #37
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #52
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #51
- Upload release as draft by @ButterscotchV in #53
- Use the domain name of SlimeVR for socket folder by @ImUrX in #45
New Contributors
- @Links2004 made their first contribution in #44
- @0forks made their first contribution in #38
- @imgbot[bot] made their first contribution in #37
- @dependabot[bot] made their first contribution in #52
Full Changelog: v0.2.2...v0.3.0
v0.3.0-rc.2
Release candidate for 0.3.0, which includes asynchronous IPC (lower latency).
To install, copy the slimevr folder into your SteamVR drivers folder. Usually it's located in C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers.
What's Changed
Full Changelog: v0.3.0-rc.1...v0.3.0-rc.2
v0.3.0-rc.1
Release candidate for 0.3.0, which includes asynchronous IPC (lower latency).
To install, copy the slimevr folder into your SteamVR drivers folder. Usually it's located in C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers.
What's Changed
- add $HOME/.local/share/slimevr to the possible dirs of the sockets (fix #43) by @Links2004 in #44
- update github actions by @ImUrX in #49
- Implement async IPC by @0forks in #38
- [ImgBot] Optimize images by @imgbot[bot] in #37
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #52
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #51
- Upload release as draft by @ButterscotchV in #53
New Contributors
- @Links2004 made their first contribution in #44
- @0forks made their first contribution in #38
- @imgbot[bot] made their first contribution in #37
- @dependabot[bot] made their first contribution in #52
Full Changelog: v0.2.2...v0.3.0-rc.1
v0.2.2
v0.2.2-rc.1
Release candidate for 0.2.2, which includes sending tracker battery support.
To install, copy the slimevr folder in your SteamVR drivers folder, usually it's located in C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers.
What's Changed
Full Changelog: v0.2.1...v0.2.2-rc.1
v0.2.1
What's Changed
- Finished relicense by @TheButlah in #31
- Linux support for message passing by @funnbot in #27
- Updated Tracker Icons by @NWBx01 in #32
- use XDG_RUNTIME_DIR by @ImUrX in #35
New Contributors
- @TheButlah made their first contribution in #31
- @funnbot made their first contribution in #27
- @NWBx01 made their first contribution in #32
- @ImUrX made their first contribution in #35
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changes since v0.1.1:
- Now works in standing universe which improves compatibility with basestation-tracked headsets like Valve Index and many others by correctly reporting floor level to the server (#24, @kitlith)
- Minor fixes by @kitlith, @Louka3000, @ColdIce1605, @ButterscotchV