Skip to content

Releases: mcdikki/CasparCGNetConnector

QuickFix Release v0.1.2alpha1

31 Jan 02:05
Compare
Choose a tag to compare
Pre-release

QuickFix Release v0.1.2alpha1

This QuickFix release v0.1.2alpha1 fixes two critical bugs introduced with v0.1.2alpha.

  • BuiltIn command classes were broken due to the new ICasparCGConnection interface are not used everywhere needed
  • The detection of the end of a CasparCG Server response was broken and not able to detect the end for some 201 messages which leads to a timeout while sending the command.

Both has been fix with this release.

Release of v0.1.2 Alpha

20 Jan 13:41
Compare
Choose a tag to compare
Pre-release

Release 0.1.2alpha of CasparCGNetConnector

This is a big release containing a lot of changes and heavily improved code quality.

  • Added new Commands introduced with CasparCG Server 2.0.7
  • Added UnitTests for all CommandClasses verifying that they work as expected
  • Changed all Xml from the old MSXML6.0 libs to the new System.Xml of the NET libs
  • Changed NET Framework to 4.5
  • Changed the way CasparCGConnection is used by introducing the ICasparCGConnection Interface which allows to use other connection types like a FailoverConnection (under development).
  • Fixed hundreds of Bugs, mainly typos
  • Changed MediaObjects to provide their data via properties and not via getters/setters
  • Made the template / templateData objects production ready
  • Hardened the code of the command classes against errors by throwing more sensible exceptions

This release is very close to be a beta and to leave the alpha status.
Only the fact that there are UnitTests missing for the media objects stopped me from releasing this as the first beta.

*** UPDATE ***

There has been a QuickFix release for this release.
Please update to v0.1.2alpha1

Release of v0.1.1 Alpha 6 with fix

23 Mar 13:01
Compare
Choose a tag to compare
Pre-release

Release 0.1.1alpha6 (alpha5) of CasparCGNetConnector

This release adds named getter and setter methods for each paramter of a command to take the casting away from the user.

It also contains some Bugfixes.

  • Unwanted disconnect after a fast reconnect
  • Uninitialized paramters in some CG commands

NOTE: This release does a rebase on the git version tag to follow the build version. So alpha5 is left out.

Updated:

  • Added new logger.dll as separate download as there has been some bugifxes. Please replace the logger.dll in your lib folder with this one.
  • Fixed mixer opacity command

Release of v0.1.1 Alpha 5

26 Nov 21:17
Compare
Choose a tag to compare
Pre-release

Added some minor bugfixes and improvements.

Release of v0.1.1alpha4

07 Sep 02:00
Compare
Choose a tag to compare
Pre-release

This release introduces a connected/disconnected event with a heavily improved checking of the connection status.

It also has some critical bugfixes in sending and receiving networkdata.

I recommend to update older versions.
Since now, I will also provide compiled binaries for the framework itself and it's dependencies.

Alpha3 test release with fixed dependencies

26 Aug 21:02
Compare
Choose a tag to compare

Same codebase as alpha 2, but netlogger is not part of the project anymore, but added as lib.

Overworked Alpha release with a lot of bugfixes and a working example project

08 Aug 15:01
Compare
Choose a tag to compare

In this alpha release I added an example project to show the use of the library.
Beside that, a lot of bugfixes has been made.

This release is still NOT FOR PRODUCTIVE USE.

First Alpha release of CasparCGNetConnector

07 Aug 22:54
Compare
Choose a tag to compare

This is the very first alpha release of this software.

Please be aware that it is NOT PRODUCTION READY.