Releases: ChanyaVRC/VRCOscLib
Releases · ChanyaVRC/VRCOscLib
VRCOscLib v1.4.3
VRCOscLib v1.4.2
What's Changed
- Fixed the issue addresses for chatbox are changeable. in #30
- Implemented OSC Trackers. in #33
- Fixed resources lack in tests. in #34
- Release v1.4.2 in #35
Full Changelog: 1.4.1...1.4.2
VRCOscLib v1.4.1
VRCOscLib v1.4.0
What's Changed
- Release v1.4.0 in #28
Full Changelog: 1.3.3...1.4.0
Breaking changes in v1.4.0
** Behavior when a server with PORT=9001 already exists **
Version | occurred Exception on type initializer | occurred Exception on OscUtility.Initialize() |
After closing the server with PORT=9001 |
---|---|---|---|
current (v1.3.3) | System.TypeInitializationException |
System.TypeInitializationException |
throws System.TypeInitializationException |
the pr (v1.4.0) | None | System.Net.Sockets.SocketException |
throws no exceptions (run correctly) |
On after this release, VRCOscLib sets OscUtility.IsFailedAutoInitialization
to true
when the Type Initializer fails. Sets false
on success.
VRCOscLib v1.3.3
What's Changed
- Add 'MessageComplete' parameter. by @ChrisFeline in #26
- Release v1.3.3 in #27
New Contributors
- @ChrisFeline made their first contribution in #26
Full Changelog: 1.3.2...1.3.3
VRCOscLib v1.3.2
What's Changed
New Contributors
- @MKHSKY made their first contribution in #22
Full Changelog: 1.3.1...1.3.2
VRCOscLib v1.3.1
VRCOscLib v1.3.0
What's Changed
Full Changelog: 1.2.1...1.3.0
VRCOscLib v1.2.1
What's Changed
- Fixed linq can't be used to
OscParameterCollection
. in #18
Full Changelog: 1.2.0...1.2.1
VRCOscLib v1.2.0
What's Changed
Full Changelog: 1.1.4...1.2.0