2.0 Beta 13
・Fixed poor search performance with asymmetric search enabled.
・Fixed dark mode in Converter overwrite prompt.
・Reverted visualisations to GDI rendering by default. Use advanced preferences toggle to enable D2D. Too many systems fail at D2D rendering.
・Mitigated media indexing crash on Wine by cutting down use of std::current_exception() / std::rethrow_exception().
・libFLAC & zlib update.
・Channel mask display fixes.
・Fixed wrong length reporting in Binary Comparator.
・No longer reports FLAC files with ID3 tags as corrupted.
・Workarounds for poor performance of metadb_index operations compared to v1.x series (affects third party components only).
・Programming interface extensions for components:
 ・Made possible to apply DSP config changes without reinitializing affected DSPs.
 ・Allowed DSPs to manipulate their shown name depending on preset data.
 ・Addded non-blocking DSP configuration popups.
 ・Added library_manager_v5 with extra status info methods (new SDK needed to utilize).