Releases: VolcanicArts/VRCHypeRate
Version 1.5.0
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
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
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
Adds verbose and debug logging. Guards against invalid and/or missing config files. Fixes an issue with the websocket heartbeat timer.
v1.1.0
Update includes the ability to change between normalised
and individual
modes
v1.0.0
Update README.md