CHANGELOG/version bump

This commit is contained in:
casey langen 2023-07-28 13:35:03 -07:00
parent c58c4c5fab
commit f7a29021c6
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,11 @@
3.0.2
* add sqlean/unicode sqlite extension (and remove custom mapping logic) for
* added sqlean/unicode sqlite extension (and remove custom mapping logic) for
improved non-Latin, case-insensitive unicode filter/search.
* read 'rating' field from metadata while indexing
* fixed bug where aac files with id3v2 tags were not getting parsed correctly
* fixed a bug where we may incorrectly use the track's filename/uri instead of
title field during indexing.
--------------------------------------------------------------------------------

View File

@ -40,8 +40,8 @@
#define MUSIKCUBE_VERSION_MINOR 0
#define MUSIKCUBE_VERSION_PATCH 2
#define MUSIKCUBE_VERSION "3.0.2"
#define MUSIKCUBE_VERSION_COMMIT_HASH "#3e7fcf35"
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#3e7fcf35"
#define MUSIKCUBE_VERSION_COMMIT_HASH "#c58c4c5f"
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#c58c4c5f"
namespace musik {
namespace cube {