mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
CHANGELOG update
This commit is contained in:
parent
15cb5b57b1
commit
9f489c1811
@ -3,11 +3,14 @@
|
||||
* fixed indexer issues related to last modified file time; some code was
|
||||
using 32-bit integers for timestamp comparison, leading to incorrect
|
||||
re-indexing
|
||||
* fixed some issues related to saving modified playlists
|
||||
* fixed issues when searching for metadata with accented characters
|
||||
* fixed issue with FfmpegDecoder that was preventing .wma files (and possibly
|
||||
other formats) from playing properly.
|
||||
* updated to taglib 1.13. vendor the library by default on unix platforms,
|
||||
and use pre-compiled version on windows. (also: remove source bundle)
|
||||
* updated some default key bindings to be more cross-terminal-emulator
|
||||
compatible
|
||||
* cleaned up vendoring for libopenmpt and libgme
|
||||
* fixed OpenBSD compile
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 99
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION_COMMIT_HASH "#7b5d8242"
|
||||
#define VERSION_COMMIT_HASH "#15cb5b57"
|
||||
#define VERSION "0.99.1"
|
||||
|
||||
namespace musik {
|
||||
|
Loading…
Reference in New Issue
Block a user