Releases: Tapanila/SharpCaster
Releases · Tapanila/SharpCaster
1.1.14
1.1.3
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
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
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
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
- 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
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
- @RobertK66 made their first contribution in #218
Full Changelog: 1.0.6...1.0.7
1.0.6
What's Changed
- Removed old packages.config files
Updated Dependencies:
- Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 by @dependabot in #185
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 by @dependabot in #186
- Bump Google.Protobuf from 3.20.1 to 3.21.0 by @dependabot in #187
- Bump Google.Protobuf from 3.21.0 to 3.21.1 by @dependabot in #188
- Bump Google.Protobuf from 3.21.1 to 3.21.2 by @dependabot in #190
- Bump Google.Protobuf from 3.21.2 to 3.21.4 by @dependabot in #192
- Bump xunit from 2.4.1 to 2.4.2 by @dependabot in #197
- Bump xunit.extensibility.core from 2.4.1 to 2.4.2 by @dependabot in #196
- Bump xunit.assert from 2.4.1 to 2.4.2 by @dependabot in #195
- Bump xunit.core from 2.4.1 to 2.4.2 by @dependabot in #193
- Bump xunit.extensibility.execution from 2.4.1 to 2.4.2 by @dependabot in #194
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 by @dependabot in #198
- Bump Google.Protobuf from 3.21.4 to 3.21.5 by @dependabot in #199
- Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 by @dependabot in #200
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 by @dependabot in #202
- Bump Google.Protobuf from 3.21.5 to 3.21.6 by @dependabot in #201
- Bump Microsoft.Extensions.DependencyInjection from 6.0.0 to 6.0.1 by @dependabot in #204
- Bump Google.Protobuf from 3.21.6 to 3.21.7 by @dependabot in #203
- Bump Google.Protobuf from 3.21.7 to 3.21.8 by @dependabot in #205
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 by @dependabot in #210
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 by @dependabot in #207
- Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 7.0.0 by @dependabot in #208
- Bump Google.Protobuf from 3.21.8 to 3.21.9 by @dependabot in #206
- Bump Google.Protobuf from 3.21.9 to 3.21.10 by @dependabot in #211
- Bump Google.Protobuf from 3.21.10 to 3.21.11 by @dependabot in #212
- Bump Google.Protobuf from 3.21.11 to 3.21.12 by @dependabot in #213
- Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by @dependabot in #214
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- Bump Google.Protobuf from 3.19.4 to 3.20.0 by @dependabot in #181
- Bump Google.Protobuf from 3.20.0 to 3.20.1 by @dependabot in #182
Full Changelog: 1.0.4...1.0.5
1.0.4
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