diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3817986c6..b2c516bfb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,11 +3,13 @@ musikcube: * added chiptunes support via Game_Music_Emu! supported formats include: vgm, gym, spc, sap, nsfe, nsf, ay, gbs, hes, and kss -* fixed a bug in the `sndio` output plugin that may cause the first few - buffers of audio data to be discarded when manually changing tracks +* substantially improved metadata indexing performance for large collections +* ensure all utf8 strings are sanitized immediately before inserting them into + the database. this wasn't being done properly before, and could lead to weird + crashes when trying to display metadata. * added the ability to disable album artist -> artist metadata fallback. set `DisableAlbumArtistFallback` to `false` in `~/.settings.json` (the-eater) -* substantially improved metadata indexing performance for large collections +* many additional small indexer bug fixes musikcore: * added the concept of "infinite" streams @@ -25,6 +27,17 @@ sdk: -------------------------------------------------------------------------------- +0.60.2 + +FreeBSD only release. + +musikcube: +* *finally* fixed the FreeBSD scrollbar crasher. yeesh. +* fixed a bug in the `sndio` output plugin that may cause the first few buffers +of audio data to be discarded when manually changing tracks. + +-------------------------------------------------------------------------------- + 0.60.1 musikcube: