CHANGELOG update to show 0.60.2 (FreeBSD-only release)

This commit is contained in:
casey langen 2019-01-11 19:16:48 -08:00
parent 94d2fc7335
commit 66e075c650

View File

@ -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: