mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-11 00:40:00 +00:00
Updated version and CHANGELOG for 0.17.0 -- should be ready for a
release soon.
This commit is contained in:
parent
267c7fd8a8
commit
acb344375c
@ -1,3 +1,21 @@
|
||||
0.17.0
|
||||
|
||||
* added code to win32 build that ensures only a single instance is running
|
||||
* fixed auto-dpi scaling in windows so `musikbox` displays properly out of the
|
||||
box on high dpi (4k) displays
|
||||
* added the ability to browse and play cached tracks in `musikdroid` while
|
||||
offline.
|
||||
* fixed a bug that was preventing the transcoder cache from functioning properly
|
||||
|
||||
low-level:
|
||||
|
||||
* updated to boost 1.64.0
|
||||
* started converting some `musikdroid` sources to `kotlin`
|
||||
* added missing `track_num` field to track resources in `websocket_remote`
|
||||
* fixed local cache filename generation in `musikdroid`
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.16.0
|
||||
|
||||
user-facing:
|
||||
|
@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(musikbox)
|
||||
set (musikbox_VERSION_MAJOR 0)
|
||||
set (musikbox_VERSION_MINOR 16)
|
||||
set (musikbox_VERSION_MINOR 17)
|
||||
set (musikbox_VERSION_PATCH 0)
|
||||
set (musikbox_VERSION "${musikbox_VERSION_MAJOR}.${musikbox_VERSION_MINOR}.${musikbox_VERSION_PATCH}")
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION "0.16.0"
|
||||
#define VERSION "0.17.0"
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user