From 9f489c1811f844aeda72adadd5e3d45e0263026d Mon Sep 17 00:00:00 2001 From: casey langen Date: Fri, 23 Dec 2022 14:06:20 -0800 Subject: [PATCH] CHANGELOG update --- CHANGELOG.txt | 3 +++ src/musikcore/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f8f4d012d..dea946b9e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/src/musikcore/version.h b/src/musikcore/version.h index 69d4f9ae1..e5578ff04 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 "#7b5d8242" +#define VERSION_COMMIT_HASH "#15cb5b57" #define VERSION "0.99.1" namespace musik {