mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Version hash bump for new builds.
This commit is contained in:
parent
3dfa4c1675
commit
702d633cd3
@ -2,20 +2,20 @@
|
|||||||
|
|
||||||
* fixed indexer issues related to last modified file time; some code was
|
* fixed indexer issues related to last modified file time; some code was
|
||||||
using 32-bit integers for timestamp comparison, leading to incorrect
|
using 32-bit integers for timestamp comparison, leading to incorrect
|
||||||
re-indexing
|
re-indexing.
|
||||||
* fixed some issues related to saving modified playlists
|
* fixed some issues related to modifying and saving playlists in browse mode.
|
||||||
* fixed issues when searching for metadata with accented characters
|
* fixed issues when searching for metadata with accented characters.
|
||||||
* fixed issue with FfmpegDecoder that was preventing .wma files (and possibly
|
* fixed issue with FfmpegDecoder that was preventing .wma files (and possibly
|
||||||
other formats) from playing properly.
|
other formats) from playing properly.
|
||||||
* updated to taglib 1.13. vendor the library by default on unix platforms,
|
* 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
|
* updated some default key bindings to be more cross-terminal-emulator
|
||||||
compatible
|
compatible.
|
||||||
* merged upstream PDCurses changes
|
|
||||||
* updated ru_RU localization (@adem4ik)
|
* updated ru_RU localization (@adem4ik)
|
||||||
* fixed Windows startup crash that was affecting some users
|
* fixed Windows startup crash that was affecting some users
|
||||||
* cleaned up vendoring for libopenmpt and libgme
|
* merged upstream PDCurses changes.
|
||||||
* fixed OpenBSD compile
|
* cleaned up vendoring for libopenmpt and libgme.
|
||||||
|
* fixed OpenBSD compile.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 99
|
#define VERSION_MINOR 99
|
||||||
#define VERSION_PATCH 1
|
#define VERSION_PATCH 1
|
||||||
#define VERSION_COMMIT_HASH "#6bfeec93"
|
#define VERSION_COMMIT_HASH "#150d1d05"
|
||||||
#define VERSION "0.99.1"
|
#define VERSION "0.99.1"
|
||||||
|
|
||||||
namespace musik {
|
namespace musik {
|
||||||
|
Loading…
Reference in New Issue
Block a user