CHANGELOG update

This commit is contained in:
casey langen 2022-12-23 14:06:20 -08:00
parent 15cb5b57b1
commit 9f489c1811
2 changed files with 4 additions and 1 deletions

View File

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

View File

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