Releases: DubyaDude/WindowsMediaController
Releases · DubyaDude/WindowsMediaController
2.5.5
2.5.4
Adding legacy SDKs
- 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
2.5.1
2.5.0
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
toNET 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
, andNET Core 3.1
. - Added symbols for Nuget releases.
2.4.0
- 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 anIReadOnlyDictionary
rather than aReadOnlyDictionary
(#13) - Thank you @VolcanicArts