Added a tooltip for the kbps / kHz areas of classic skins so it's possible to see the actual value if playing something which causes the clipped version of the value to be shown
Added setting the currently playing stream as a button on the Discord Rich Presence (this will however only work for others viewing your profile & won't work if done yourself because that's what Discord does)
Changed how the dll delay loading search order is performed to prefer the root of the WACUP program folder instead of going for the plugins folder first to minimise the impact of multiple dlls with the same name which can cause some unexpected issues from the wrong one trying to be used (e.g. due to lacking the required dll exports needed by WACUP / the plug-in that's trying to load the supporting dll needed)
Changed how updating the taskbar text is set to minimise updating it if it's not changed from the prior update which minimises the number of WM_SETTEXT messages seen within the main window (small CPU saving)
Changed how the Audio CD playback plug-in detects media appearing or being removed so it's more likely to catch changes if as can happen the WM_DEVICECHANGE message doesn't appear (not sure why this happens)
Changed the handling of some of the classic skin / built-in windows so that attempts to force them to be visible when not done via the expected api / user interactions won't cause incomplete to appear (e.g. the equaliser window could still react to input causing the sliders & buttons to appear when really no drawing should have been possible though it doesn't explain why the window was forced to have been shown)
Changed the crash reporter to be able to better identify delay loading related crashes
Fixed a playback stopping issue with the in_mp4 input plug-in when running under WINE (super weird bug not seen on Windows but the ordering of some clean-up during stopping was the trigger for this)
Fixed a resource leak with the in_mp4 input plug-in which was introduced a few builds prior as part of improving some of the video / youtube playback
Fixed the crash reporter incorrectly adding incomplete / empty files into the archive file it generates
Fixed the crash reporter not collecting all of the loaded modules in the process due to an api call issue
Fixed the cause of a crash seen when in_mp3 is trying to open an mp2 file to get metadata from it but not correctly validating a parameter to a runtime call (aka hooking the runtime to fix missing checks)
Fixed the option to toggle between using the skin font or a real font for the kbps / kHz area of classic skins not always live updating the setting change
Fixed the actual cause of the classic skin main window sometimes showing the text font image as part of the background (mostly related to the song ticker handling & incorrectly re-using an internal HDC)
Fixed an optimisation issue which caused some of the stream information via the Streaming Source DSP not being correctly saved (this will require having to re-input the information if the issue has been seen)
Fixed a delay load handling quirk with some of the plug-ins where an OS provided dll is trying to be loaded due to changes over the prior builds (the loading would still ultimately work but it would be logged as a failure when it wasn't actually)
Fixed the audio cd library view not always loading it's contents if there is already an audio cd present in the drive for the selected drive view due to a weird timing quirk with loading vs querying the drive
Fixed the installer sometimes not re-creating the folders it needs which can then cause installation failures
Fixed a number of crashes experienced when trying to play an incomplete MP4 file (more of an issue due to there being video data within the file)
Fixed a number of inconsistencies with the painting of the video window either after minimising when using a modern skin or if using the generic window frame under a classic skin which could prevent the correct inner window colour being used or nothing being painted at all
Updated libcurl (libcurl.dll) to 7.85.0 (31 Aug 2022)
Updated libnghttp2 (libcurl.dll) to 1.49.0 (22 Aug 2022)
Updated Monkey's Audio (in_ape.dll) to 8.64 (5 Sep 2022)