CHANGELOG bump.

This commit is contained in:
casey langen 2022-12-21 17:14:11 -08:00
parent 54952980dd
commit 0053d58a32
2 changed files with 6 additions and 2 deletions

View File

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

View File

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