From 702d633cd37c78ed3c17de5ad59225d6405a7fc8 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 24 Dec 2022 13:53:03 -0800 Subject: [PATCH] Version hash bump for new builds. --- CHANGELOG.txt | 16 ++++++++-------- src/musikcore/version.h | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a96764e34..3baa2d181 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. -------------------------------------------------------------------------------- diff --git a/src/musikcore/version.h b/src/musikcore/version.h index c3be01dd7..40113f545 100644 --- a/src/musikcore/version.h +++ b/src/musikcore/version.h @@ -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 {