-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8d9ee8
commit 80a76e1
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
# Latest Changelog | ||
|
||
- Fixed player names showing their GUID on the tooltips after VRChat's latest update. | ||
- In addition, the GUID is sent on the WebSocket API too. | ||
- OSC Damage event got an overhaul, you can use JavaScript to manipulate the value of this parameter so it can be used as a float in other "things". | ||
- For example, if you set "Damage / 100" as the code and the damage value is '50', this will be evaluated to '0.5' before sending the value. | ||
- Added new WebSocket API event: MASTER_CHANGE | ||
- Chatbox no longer clears on teleport to map if you have the 'Send Chatbox' feature disabled. | ||
- Date list now sorts using Universal Time. This prevents unwanted behaviour when 'Daylight Saving' event occurs. | ||
- Fixed terror names on Webhook embed not showing the correct variant name. | ||
- Fixed new line handling on custom Chatbox messages with JS tags. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters