mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
CHANGELOG bump.
This commit is contained in:
parent
54952980dd
commit
0053d58a32
@ -1,8 +1,12 @@
|
||||
0.99.1
|
||||
|
||||
* fixed OpenBSD compile
|
||||
* 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 issues when searching for metadata with accented characters
|
||||
* fixed issue with FfmpegDecoder that was preventing .wma files (and possibly
|
||||
other formats) from playing properly.
|
||||
* fixed OpenBSD compile
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 99
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION_COMMIT_HASH "#517b9fdf"
|
||||
#define VERSION_COMMIT_HASH "#54952980"
|
||||
#define VERSION "0.99.1"
|
||||
|
||||
namespace musik {
|
||||
|
Loading…
Reference in New Issue
Block a user