Skip to content

Releases: Tapanila/SharpCaster

1.0.3

18 Feb 13:28
6515cf7
Compare
Choose a tag to compare

What's Changed

  • Fixed issue on chromecast connect code #161

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/1.0.2..1.0.3

1.0.2

13 Feb 11:35
f95ebc2
Compare
Choose a tag to compare

What's Changed

  • Updated all dependencies
  • Merged the refactored codebase into main which contains a lot of changes and moving more into async programming model instead of listening for events
  • Library is now .NET standard 2.0 which means it finally supports all the platforms without any strange PCL libraries

Full Changelog: 0.4.0...1.0.2

1.0.1

13 Feb 10:12
Compare
Choose a tag to compare

What's Changed

  • Updated all dependencies
  • Merged the refactored codebase into main which contains a lot of changes and moving more into async programming model instead of listening for events
  • Library is now .NET standard 2.0 which means it finally supports all the platforms without any strange PCL libraries

Full Changelog: 0.4.0...1.0.1

0.4.0

21 May 18:18
Compare
Choose a tag to compare
  • Updated dependencies
  • Added more error handling
  • Swapped to new protobuf library
  • Able to disconnect from chromecast
  • Better test cases for protobuf messages
  • Added more filtering to search of chromecast devices

0.3.5

01 Apr 20:02
Compare
Choose a tag to compare
  • Supports casting a web page to chromecast
  • Added support to specify specific IP address when locationg devices.

0.3.4

11 Jan 20:07
Compare
Choose a tag to compare

Rolled back changes related to BCL Libaries

0.3.3

01 Jan 17:40
Compare
Choose a tag to compare
  • Refactored the structure to make it easier to add custom controllers
  • Dropped support for Windows Phone 8.1 and removed BCL libraries

0.3.2

25 Nov 04:23
Compare
Choose a tag to compare

Fixed nuget package dependencies list
Added better handling of metadata

0.3.1

30 Sep 19:39
Compare
Choose a tag to compare

Fixed connection issues with Chromecast. #65
Added IdleReason enum to MediaStatus

0.3.0

08 Sep 11:29
Compare
Choose a tag to compare
Merge pull request #58 from tapanila/dev

Dev