Added an option on the Advanced preferences page to show the plug-in lists in the classic single line style instead of the default multi-line description style (this is for those that don't like or need the newer default plug-in list style)
Changed the main config reading method to now be WACUP handled (this removes reading some config values which can be done elsewhere or are not needed)
Changed the artwork handling of Opus files to be read via the WACUP shared metadata service instead of relying upon input plug-ins (this may help to resolve a stability issue seen when using in_bpopus & allows artwork to still work with the alternative in_opus plug-in that some users have been using)
Fixed dragging files onto the main playlist editor not always having their titles read in the background
Fixed items not being added from the legacy local library plug-in into the main playlist editor or via the send-to menu due to an API breakage
Fixed some actions not being correctly handled by the re-worked Playlist Undo plug-in (mostly when dragging files onto the main playlist editor)
Fixed a crash with the replacement IPC_REFRESHPLCACHE handling due to incorrectly checking the API parameter
Fixed custom fonts not working due to trying to use the non-unicode font string in the unicode version of the API
Fixed the in_nsv plug-in crashing when trying to start play a stream (changed what dlls it tries to load to avoid a self-unloading issue seen)
Fixed a crash seen in the crash reports related to saving the main playlist editor
Fixed a memory leak related to embedded file artwork via the shared metadata handling