Releases: SlimeVR/SlimeVR-Feeder-App
Releases · SlimeVR/SlimeVR-Feeder-App
v0.2.12
NOTICE
This has been demoted to pre-release until we figure out what dependency is missing on windows.
What's Changed
- Add support for pausing tracking by @ButterscotchV in #18
- Inspect more socket paths on linux by @kitlith in #20
New Contributors
- @ButterscotchV made their first contribution in #18
Full Changelog: v0.2.11...v0.2.12
Wasn't this already fixed? (0.2.11)
What's Changed
- Doesn't send HMD position to SlimeVR server by default (for real this time) -- you can re-enable the old behaviour by passing the
--hmd
command line flag or adding it to the config file. - Removed a component that added no functionality, a relic of a direction that we're not going to take.
An actual release (0.2.10)
Default Bindings (0.2.9)
This release adds default bindings to controllers by holding the "same" button on both controllers, then clicking both triggers. The list of buttons used for each controller is as follows:
- Kunckles: A for Fast, B for Full
- Oculus Touch: A/X for Fast, B/Y for Full
- Vive Wand: Grip for Fast, Trackpad for Full
- Holographic (WMR): Grip for Fast, Trackpad for Full
- HP Motion (WMR): A/X for Fast, B/Y for Full
Additionally, the feeder app no longer sends HMD information by default.
(Note: While this is still a pre-release, I will update the bindings in the ZIPs in the release without releasing a new update)
Full Changelog: v0.2.8...v0.2.9
Linux support! (0.2.8)
v0.2.7
v0.2.6
Set default universe to match most recent slimevr driver release.
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Added
static_standing
universe for eventual use in conjunction with SlimeVR/SlimeVR-OpenVR-Driver#24 - Added Fast Reset binding (and a better name for the Reset binding) to match with https://github.com/SlimeVR/SlimeVR-Server/releases/tag/v0.2.1
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Detect all Trackers, not just those assigned to roles: #4
- Limit ticks per second to a reasonable value, to reduce CPU overhead. Default is 100, can be set via
--tps=<value>
- Adds a config file format. see
--help
output for details. Subject to change in the future.
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Setup CI. This originally took a lot of time and commits, and it's still not perfect. 13 commits compared to the 28 previously in the repository is too many for me, so I'm squashing them. Tags now automatically trigger a release, uploading the cpack zip file. Commits get artifacts uploaded, the resulting zip is not quite the same as the release zip (it's missing a folder) but it's Close Enough For Now.