Skip to content

Releases: DubyaDude/WindowsMediaController

2.5.5

04 May 18:12
8732cc4
Compare
Choose a tag to compare
  • Fixed error being thrown when Disposing ( #17 )

2.5.4

13 Mar 00:09
f5a6366
Compare
Choose a tag to compare
  • Added windows10.0.22621.0 build targets

Adding legacy SDKs

30 Dec 22:25
de0ea31
Compare
Choose a tag to compare
  • Added legacy SDKs to build (Net Framework 4.6.1, Net Core 3.0, Net Core 3.1, Net 5)
  • WindowsMediaController versions < 2.5.0 have been marked as deprecated as it will no longer be supported.

2.5.2

27 Aug 16:12
Compare
Choose a tag to compare

Library Changes

  • Reduced Logging dependency required version (which should remove other dependencies that got added when logging was initially added).

2.5.1

24 Aug 00:47
d94c06b
Compare
Choose a tag to compare

Library Changes

  • Removed Linq dependency.
  • Added on timeline property change events.

2.5.0

21 May 21:46
Compare
Choose a tag to compare

Library Changes

  • Class types are now sealed.
  • Added Logger property for logging errors.
  • Added exception handling. (Thanks to @VRCWizard)
  • Added missing items in Dispose.

Sample Changes

  • Added logger example to Sample.CMD
  • Updated Sample.UI to NET 6
  • Fixed Sample.UI not removing a closed media.

Release Changes

  • Added builds for NET 8.
  • Removed builds for NET 5, NET Framework 4.6.1, and NET Core 3.1.
  • Added symbols for Nuget releases.

2.4.0

17 Dec 19:12
Compare
Choose a tag to compare
  • Undid change for OnSongChange internal event being forced to be synchronous. (#11)
  • Added a check for GetFocusedSession() to account for external calls and timing issues (#12)
  • CurrentMediaSessions will now return an IReadOnlyDictionary rather than a ReadOnlyDictionary (#13) - Thank you @VolcanicArts

2.3.2

26 Nov 15:32
Compare
Choose a tag to compare
  • Fixed and Suppressed certain timing issues in OnSongChange

2.3.1

24 Nov 22:45
Compare
Choose a tag to compare
  • Added additional windows targets (#9)

2.3.0

24 Nov 16:49
858c9a1
Compare
Choose a tag to compare
  • Added StartAsync method
  • Added ability to get information on Focused Sessions.
  • Added ForceUpdate to help alleviate bug #6
  • Added NET 7 Build