Updated version and CHANGELOG for 0.17.0 -- should be ready for a

release soon.
This commit is contained in:
casey langen 2017-06-13 11:32:28 -07:00
parent 267c7fd8a8
commit acb344375c
4 changed files with 20 additions and 2 deletions

View File

@ -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:

View File

@ -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}")

View File

@ -1,3 +1,3 @@
#pragma once
#define VERSION "0.16.0"
#define VERSION "0.17.0"

Binary file not shown.