Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Releases: VolcanicArts/VRCHypeRate

Version 1.5.0

10 Mar 00:21
Compare
Choose a tag to compare

VRCHypeRate

See the setup section of the README if you need help with setup

Changelog

  • Refactors the code to be able to take heartrate values from other sources, and output them to other sources
    • This was mostly for easier debugging and readability but can be useful if the project extends to multiple use cases in the future
  • Adjusted the Logger class to have logs be more readable
  • Massively decreased CPU usage

v1.4.0

09 Mar 03:43
8bc94a2
Compare
Choose a tag to compare

Removes the modes value from the config in favour of sending all values all the time since they can be mixed and matched. Cleans up a lot of the code with extension methods for ease of readability. Optimises the Storage class for better performance during multiline logging

v1.3.0

08 Mar 21:28
130913f
Compare
Choose a tag to compare

Adds a new parameter HeartrateEnabled, which becomes true when the heartrate program is running and connected. Adds ability for the program to output all logs to a log file, which will be handy for debugging issues. More general clean-up of the code

v1.2.0

08 Mar 07:31
Compare
Choose a tag to compare

Adds verbose and debug logging. Guards against invalid and/or missing config files. Fixes an issue with the websocket heartbeat timer.

v1.1.0

08 Mar 05:32
5d2afe8
Compare
Choose a tag to compare

Update includes the ability to change between normalised and individual modes

v1.0.0

08 Mar 04:32
4e84bd8
Compare
Choose a tag to compare
Update README.md