Skip to content

Releases: mpaperno/TouchPortal-CS-API

v1.46.0 - Optimize JSON message sending

04 Aug 22:16
0c7f0d5
Compare
Choose a tag to compare

##Changes since 1.45.0

  • Optimized TP message output by skipping a byte array copy step for appending the terminating newline after each JSON struct.
  • Published .NET6 and .NET7 builds.

v1.45.0 - Minor changes to long connector ID parser

18 Jul 06:19
bd3962a
Compare
Choose a tag to compare

v 1.45.0

Both changes affect the feature which parses the "Long" connector ID from the short ID notification events into individual key/value fields (see notes for v0.43.0-mp below).

  • Connector data key names are now truncated if TouchPortalOptions.ActionDataIdSeparator is set, just like action/connector data keys.
  • Fix that the "pc_plugin-name_" part wasn't properly stripped from the "actual" connector ID.

Adds parentGroup support for dynamic states (TP API v6)

07 Jul 00:21
f382772
Compare
Choose a tag to compare

See commit notes for details.

Zip file contains Release version assembly DLL.

v0.43.0-mp

18 Apr 00:40
18c9647
Compare
Choose a tag to compare

See commit notes for changes and/or compare with previous tags.