Skip to content

Releases: SlimeVR/SlimeVR-Feeder-App

v0.2.12

19 Jun 19:01
Compare
Choose a tag to compare
v0.2.12 Pre-release
Pre-release

NOTICE

This has been demoted to pre-release until we figure out what dependency is missing on windows.

What's Changed

New Contributors

Full Changelog: v0.2.11...v0.2.12

Wasn't this already fixed? (0.2.11)

02 Jul 07:17
Compare
Choose a tag to compare

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)

24 Jun 01:00
Compare
Choose a tag to compare

New since 0.2.7:

  • Linux support (thanks again @funnbot and @ImUrX)
  • The feeder's HMD is not sent to the slimevr server under any circumstances.
  • The default bindings included in the 0.2.8 pre-release were removed
    • They were no good, apparently.

Default Bindings (0.2.9)

02 Mar 21:20
Compare
Choose a tag to compare
Pre-release

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)

22 Feb 05:15
Compare
Choose a tag to compare
Pre-release

Thanks to @funnbot for the socket code, and @ImUrX for testing!

v0.2.7

14 Feb 01:38
Compare
Choose a tag to compare

Fix slimevr driver detection. (it's now lowercase upstream)

v0.2.6

11 Nov 22:26
Compare
Choose a tag to compare

Set default universe to match most recent slimevr driver release.

Full Changelog: v0.2.5...v0.2.6

v0.2.5

26 Aug 03:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

06 Apr 01:33
Compare
Choose a tag to compare

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

11 Mar 04:24
Compare
Choose a tag to compare
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.