mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
CHANGELOG update to show 0.60.2 (FreeBSD-only release)
This commit is contained in:
parent
94d2fc7335
commit
66e075c650
@ -3,11 +3,13 @@
|
|||||||
musikcube:
|
musikcube:
|
||||||
* added chiptunes support via Game_Music_Emu! supported formats include: vgm,
|
* added chiptunes support via Game_Music_Emu! supported formats include: vgm,
|
||||||
gym, spc, sap, nsfe, nsf, ay, gbs, hes, and kss
|
gym, spc, sap, nsfe, nsf, ay, gbs, hes, and kss
|
||||||
* fixed a bug in the `sndio` output plugin that may cause the first few
|
* substantially improved metadata indexing performance for large collections
|
||||||
buffers of audio data to be discarded when manually changing tracks
|
* 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.
|
* added the ability to disable album artist -> artist metadata fallback.
|
||||||
set `DisableAlbumArtistFallback` to `false` in `~/.settings.json` (the-eater)
|
set `DisableAlbumArtistFallback` to `false` in `~/.settings.json` (the-eater)
|
||||||
* substantially improved metadata indexing performance for large collections
|
* many additional small indexer bug fixes
|
||||||
|
|
||||||
musikcore:
|
musikcore:
|
||||||
* added the concept of "infinite" streams
|
* 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
|
0.60.1
|
||||||
|
|
||||||
musikcube:
|
musikcube:
|
||||||
|
Loading…
Reference in New Issue
Block a user