Skip to content

Releases: Royce551/FRESHMusicPlayer-Core

2.8.0

08 Nov 18:04
Compare
Choose a tag to compare

FRESHMusicPlayer Core Ver. 2.8.0

  • Add version string
  • Fix RemoveQueue() throwing exceptions when trying to remove the only remaining queue entry
  • Remove some unused code

Breaking Changes

  • InternetHandler has been removed; this was just a HttpClient so just initialize one

2.5.0

03 Sep 23:11
Compare
Choose a tag to compare

FRESHMusicPlayer Core Ver. 2.5.0

  • Fix repeat one not working if on the last track in the queue
  • Fix ClearQueue(); not setting the queue position to 0

Breaking Changes

None

2.3.0

28 Aug 14:31
71ae8ba
Compare
Choose a tag to compare

FRESHMusicPlayer Core Ver. 2.3.0

  • Switch to .NET Standard 2.0
  • Add support for external "audio extensions" (Currently doesn't work on .NET Framework) (by @DeclanHoare)
  • Add GTKSharp tester for cross platform testing

Breaking Changes

  • Frontends now must install the "System.Composition" NuGet package

2.1.2

29 Jul 17:37
Compare
Choose a tag to compare

FRESHMusicPlayer Core Ver. 2.1.2

  • Add support for multiple backends
  • Code cleanup

Breaking Changes

  • CurrentTime and TotalTime is no longer a part of Player, use Player.CurrentBackend instead.

2.0.1

29 Jul 04:22
Compare
Choose a tag to compare

FRESHMusicPlayer-Core Ver. 2.0.1

  • Expose DatabaseHandler

Breaking changes

No breaking changes

2.0.0

24 Jul 20:20
Compare
Choose a tag to compare

FRESHMusicPlayer-Core Ver. 2.0.0

Breaking changes

  • Player is no longer static
  • Discord RPC application ID must be provided by the frontend