Updated changelog.

This commit is contained in:
casey langen 2018-12-28 14:15:03 -08:00
parent 19c2f4f13c
commit eacb57fba8

View File

@ -13,6 +13,8 @@ musikcube:
* scrapped and re-implemented the debug log viewer, accessible via `ctrl+~`
* added feodra 29 support (dvdmuckle)
* fixed configuration script bugs that were causing breakage in FreeBSD
* improved indexer speed by not re-extracting album art if it has already
been extracted for the album the track belongs to.
* migrated to non-bundled `taglib` for macOS and most Linux distributions
* fixed a ton of minor ui bugs
* updated win32 dependencies: libressl, libcurl, libboost, and pdcurses
@ -23,6 +25,7 @@ musikdroid:
sdk:
* added a new `IDebug` interface plugins can request via `SetDebug` to write
log information to the standard location, just like the rest of the app.
* added `ITagStore::ContainsThumbnail()`
--------------------------------------------------------------------------------