Releases: DubyaDude/WindowsMediaController
Releases · DubyaDude/WindowsMediaController
2.5.6
08 Dec 20:50
Compare
Sorry, something went wrong.
No results found
Added dotnet10 build target
2.5.5
04 May 18:12
Compare
Sorry, something went wrong.
No results found
Fixed error being thrown when Disposing ( #17 )
2.5.4
13 Mar 00:09
Compare
Sorry, something went wrong.
No results found
Added windows10.0.22621.0 build targets
Adding legacy SDKs
30 Dec 22:25
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Library Changes
Removed Linq dependency.
Added on timeline property change events.
2.5.0
21 May 21:46
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed and Suppressed certain timing issues in OnSongChange
2.3.1
24 Nov 22:45
Compare
Sorry, something went wrong.
No results found
Added additional windows targets (#9 )