From b2906e94c7f12d6128cfc8908af96d017cc484c0 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 4 Jun 2017 19:12:25 -0700 Subject: [PATCH] Version bump for upcoming release. --- CHANGELOG.txt | 26 ++++++++++++++++++++++++++ CMakeLists.txt | 2 +- src/musikbox/app/util/Version.h | 2 +- src/musikbox/musikbox.rc | Bin 5096 -> 5096 bytes 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cdd926109..99d2a3fe3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,31 @@ +0.16.0 + +user-facing: +* added a toggle in the `musikdroid` toolbar for quickly switching between + remote and streaming mode +* removed volume and seek buttons; replaced with a seekbar, current and + total time indicators. +* revamped loading indicators to be less jarring + +low-level: + +* integrated with a customized version of the `AndroidVideoCache` library to + (hopefully) improve caching reliability. +* improved battery usage in `musikdroid`'s `SystemService` +* fixed bug where `websocket_remote` was not letting clients know when seeking + has occurred. +* deliberately under-estimate calculated `Content-Length` header when doing + on-demand transcoding. http clients seem to be more ok with this, as compared + to over-estimating. +* fixed a bug where `websocket_remote` audio server would incorrectly return a + 216 status instead of a 200, confusing clients + +-------------------------------------------------------------------------------- + 0.15.0 user-facing: + * added `server settings` configuration panel to the settings screen * added `minimize to tray` and `start minimized` options to the windows build * a handful of small `musikdroid` bug fixes, mostly related to audio focus @@ -8,6 +33,7 @@ user-facing: * documented the `websocket_remote` api on the wiki low-level: + * added authentication support to the the `websocket_remote` audio server * found and fixed a handful of missing `websocket_remote` metadata responses * added the ability to hot-reload plugins diff --git a/CMakeLists.txt b/CMakeLists.txt index d2827881a..6df7e90e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0) project(musikbox) set (musikbox_VERSION_MAJOR 0) -set (musikbox_VERSION_MINOR 15) +set (musikbox_VERSION_MINOR 16) set (musikbox_VERSION_PATCH 0) set (musikbox_VERSION "${musikbox_VERSION_MAJOR}.${musikbox_VERSION_MINOR}.${musikbox_VERSION_PATCH}") diff --git a/src/musikbox/app/util/Version.h b/src/musikbox/app/util/Version.h index 8cca1fc25..c33b1c1ad 100644 --- a/src/musikbox/app/util/Version.h +++ b/src/musikbox/app/util/Version.h @@ -1,3 +1,3 @@ #pragma once -#define VERSION "0.15.0" +#define VERSION "0.16.0" diff --git a/src/musikbox/musikbox.rc b/src/musikbox/musikbox.rc index e15adda89ce2976aa877954c2c6e9c33f54fa6e1..7c9a6d1c3c3f48dbd373ee2fb00378dc5caa7dd7 100644 GIT binary patch delta 41 vcmaE%{z84jIxa@D$?Lg{8O=67=DNxRq;~TDWdw@t