Skip to content

Releases: Tapanila/SharpCaster

1.1.14

16 Jul 19:43
Compare
Choose a tag to compare

Fixed wrong logger being used for receive payload logging

1.1.3

15 Jul 11:32
Compare
Choose a tag to compare

What's Changed

  • Simplified Message Type parsing and added tests
  • Changed all messages to public and added error handling to media channel
  • Added new channel Multizone
  • Updated dependencies

Full Changelog: 1.1.2...1.1.3

1.1.2

08 Jul 08:09
78e484e
Compare
Choose a tag to compare

What's Changed

  • Improved logging
  • refactored all unit tests to use Theory & Fact for allowing to test more than one Receiver if appropriate
  • fixed bug with heartbeat timer and wrote a test for it
  • added TestPlayMediaWorksWithoutLogging

@RobertK66 in #296

Full Changelog: 1.1.1...1.1.2

1.1.1

03 Jul 20:46
Compare
Choose a tag to compare

Added code to detect disconnection from Chromecast when the disconnection is not user initiated.

Full Changelog: 1.1.0...1.1.1

1.1.0

03 Jul 19:37
9ada45b
Compare
Choose a tag to compare

What's Changed

  • "Queuecaster" feature enhancement by @RobertK66 in #294
    This brings full support of playing queue of media items and also improved automated testing

Full Changelog: 1.0.8...1.1.0

1.0.8

27 Feb 14:37
Compare
Choose a tag to compare
  • changed the logging implementation so it doesn't require Microsoft.Extensions.Logging & Microsoft.Extensions.Logging.Console. Instead it relies on Microsoft.Extensions.Logging.Abstractions.
  • Default implementation is not writing any kind of logs at any level and users of the library can either inject ILogger or ILoggerFactory instances to support logging of their choice.

Full Changelog: 1.0.7...1.0.8

1.0.7

27 Feb 13:53
d36626b
Compare
Choose a tag to compare

What's Changed

  • Make 'QueueCaster' customization possible without forking the original SharpCaster repository by @RobertK66 in #218
  • Bump Google.Protobuf from 3.21.12 to 3.22.0 by @dependabot in #217
  • Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #219

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

08 Feb 11:56
Compare
Choose a tag to compare

What's Changed

  • Removed old packages.config files

Updated Dependencies:

Full Changelog: 1.0.5...1.0.6

1.0.5

02 May 11:36
0058699
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

29 Mar 21:54
26bcab4
Compare
Choose a tag to compare

What's Changed

  • Bumbed dependencies
  • OnServiceAdded had index error if item was empty by @highwingers in #177

Full Changelog: 1.0.3...1.0.4