Skip to content

Releases: ChanyaVRC/VRCOscLib

VRCOscLib v1.4.3

20 Dec 11:44
39a0b56
Compare
Choose a tag to compare

What's Changed

  • Release v1.4.3 in #36

Full Changelog: 1.4.2...1.4.3

VRCOscLib v1.4.2

09 Dec 16:12
77a2b3f
Compare
Choose a tag to compare

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

04 Dec 03:19
645df40
Compare
Choose a tag to compare

What's Changed

  • Release v1.4.1 in #29

Full Changelog: 1.4.0...1.4.1

VRCOscLib v1.4.0

20 Nov 05:58
7c96d38
Compare
Choose a tag to compare

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

18 Nov 14:26
8a39583
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.2...1.3.3

VRCOscLib v1.3.2

14 Nov 13:25
c3f2b4d
Compare
Choose a tag to compare

What's Changed

  • Fixes for null parameter by @MKHSKY in #22
  • Release v1.3.2 in #25

New Contributors

  • @MKHSKY made their first contribution in #22

Full Changelog: 1.3.1...1.3.2

VRCOscLib v1.3.1

08 Nov 15:48
4572c2c
Compare
Choose a tag to compare

What's Changed

  • Implement OscChatbox. #21 in #23
  • Release v1.3.1 in #24

Full Changelog: 1.3.0...1.3.1

VRCOscLib v1.3.0

21 Sep 03:16
Compare
Choose a tag to compare

What's Changed

  • Corresponded to .NET Framework. in #19
  • Fixed the sample code. in #20

Full Changelog: 1.2.1...1.3.0

VRCOscLib v1.2.1

03 Aug 10:48
Compare
Choose a tag to compare

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

18 Jul 03:46
6157820
Compare
Choose a tag to compare

What's Changed

  • Implemented OscPhysBone (#13) in #14
  • Make OscPhysBone easier to use. in #15
  • Release v1.2.0. in #16

Full Changelog: 1.1.4...1.2.0