Version hash bump for new builds.

This commit is contained in:
casey langen 2022-12-24 13:53:03 -08:00
parent 3dfa4c1675
commit 702d633cd3
2 changed files with 9 additions and 9 deletions

View File

@ -2,20 +2,20 @@
* 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
re-indexing.
* fixed some issues related to modifying and saving playlists in browse mode.
* 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)
and use pre-compiled version on windows. (also: remove source bundle).
* updated some default key bindings to be more cross-terminal-emulator
compatible
* merged upstream PDCurses changes
compatible.
* updated ru_RU localization (@adem4ik)
* fixed Windows startup crash that was affecting some users
* cleaned up vendoring for libopenmpt and libgme
* fixed OpenBSD compile
* merged upstream PDCurses changes.
* 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 "#6bfeec93"
#define VERSION_COMMIT_HASH "#150d1d05"
#define VERSION "0.99.1"
namespace musik {