Skip to content

Releases: BOLL7708/OpenVR2WS

Fix Versions

24 Aug 16:26
Compare
Choose a tag to compare

Full Changelog: v2.9.3...v2.9.4

Update

Yes I'm tired today. It turns out Rider does not save the preferences file even if I CTRL+S, I need to leave the file and edit something else and then it updates on disk so I can commit it. Thus, I missed committing the previous version so the application got an old number while the types got the latest. Now I've double and triple checked so both should get the same. I did start on my version script but I'm too tired to complete it, I'm not used to do text editing through scripts.

Fix Types

24 Aug 16:16
Compare
Choose a tag to compare

Full Changelog: v2.9.2...v2.9.3

Update

Fixed types not generating as I forgot to supply a new version for NPM.
I'll fix a script for this at some point...

Harmonization

24 Aug 09:10
Compare
Choose a tag to compare

Full Changelog: v2.9.1...v2.9.2

Update

Harmonized internal class names so they make more sense. This should in effect change what types are called in the type generation, so keep an eye out for that.

Labels

29 Jul 08:20
Compare
Choose a tag to compare

Full Changelog: v2.9.0...v2.9.1

Update

  • Updated modules
    • Includes increased WS payload limit, more utils
  • Status labels are now matched to other applications

CamelCase

24 Jun 17:20
Compare
Choose a tag to compare

Full Changelog: v2.8.6...v2.9.0

Update

  • I've backtracked on the conversion to PascalCase in JSON I/O back to camelCase. Some properties will still have PascalCase because they are based on enum names, and that is how the conversion process is, it will retain enum names intact. This will make it quite evident which values are based on enums though, so that's a bonus.
  • Tray icon now has a context menu

Tray Icon Version

16 Jun 08:54
Compare
Choose a tag to compare

Full Changelog: v2.8.5...v2.8.6

Update

I got tired of having to wait for the interface to initialize to check which version I was running, so I added the version to the tray icon tooltip, enjoy!

Offset Ease Clamping

08 Jun 12:19
Compare
Choose a tag to compare

Full Changelog: v2.8.4...v2.8.5

Update

  • When easing from an offset the clamping was not done properly, it was in there, but then overridden, now fixed.
  • Fixed spelling error, thanks doc!

Message Handling & Readme

07 Jun 16:55
Compare
Choose a tag to compare

Full Changelog: v2.8.3...v2.8.4

Update

  • Added the Key value to many Error and Message responses.
  • Updated readme so it is valid for v2.x

If anyone wants their project that relies on OpenVR2WS listed in the readme, let me know!

Compile Types for NPM

07 Jun 07:46
Compare
Choose a tag to compare

Full Changelog: v2.8.2...v2.8.3

Update

  • This will compile the TypeScript types for NPM so they import and function properly, this was validated before this release.
    The compilation step was required as enums are used which needs to be transpiled into .js, and won't work as just .d.ts, at least not for me.
  • Changed Discord link to invite to a more suitable channel in the server.

Discord Link

03 Jun 19:49
Compare
Choose a tag to compare

Full Changelog: v2.8.1...v2.8.2

Update

Sorry yeah, uh, I switched Discord server, to reuse and old one instead of starting a new one. So the "Join Discord" button now leads somewhere else! That's it!