mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
CHANGELOG, version bump.
This commit is contained in:
parent
74c964b794
commit
26c8952dca
@ -1,9 +1,18 @@
|
||||
0.96.10
|
||||
0.96.11
|
||||
|
||||
* added support for ffmpeg5 libraries.
|
||||
* upgraded to ffmpeg5 for Windows builds.
|
||||
* fixed race condition in WasapiOut that caused the app to crash.
|
||||
* fixed WasapiOut to use high-quality, built-in resampler.
|
||||
* added `allow_decoder_resampling` to WasapiOut to disable the high-
|
||||
quality, built-in resampler and rely on plugin resampling instead.
|
||||
* fixed dialog background rendering in certain versions of ncurses.
|
||||
* fixed duration calculation for float-encoded wav files.
|
||||
* added additional PipeWire output debugging.
|
||||
|
||||
0.96.10
|
||||
|
||||
* fixed `-rpath` for macOS build.
|
||||
* fixed race condition in WasapiOut that caused the app to crash.
|
||||
|
||||
0.96.9
|
||||
|
||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 96)
|
||||
set (musikcube_VERSION_PATCH 10)
|
||||
set (musikcube_VERSION_PATCH 11)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name musikcube
|
||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||
%define version 0.96.10
|
||||
%define version 0.96.11
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -38,9 +38,9 @@
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 96
|
||||
#define VERSION_PATCH 10
|
||||
#define VERSION_COMMIT_HASH "#54eaeb4b"
|
||||
#define VERSION "0.96.10"
|
||||
#define VERSION_PATCH 11
|
||||
#define VERSION_COMMIT_HASH "#74c964b7"
|
||||
#define VERSION "0.96.11"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user