mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
bump version to 0.11.0
This commit is contained in:
parent
6f6e1b31c1
commit
f4c99c7a18
6 changed files with 17 additions and 13 deletions
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "de.badaix.snapcast"
|
applicationId "de.badaix.snapcast"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 1091
|
versionCode 1100
|
||||||
versionName "0.11.0-beta-2"
|
versionName "0.11.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 0.11.0-beta-2
|
VERSION = 0.11.0
|
||||||
TARGET = snapclient
|
TARGET = snapclient
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
SHELL = /usr/local/bin/bash
|
SHELL = /usr/local/bin/bash
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
snapclient (0.11.0~beta-2) unstable; urgency=low
|
snapclient (0.11.0) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
|
-Don't send audio to muted clients (Issue #109, #150)
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
-Compilation error on recent GCC versions (Issues #146, #170)
|
-Compilation error on recent GCC versions (Issues #146, #170)
|
||||||
-Crash when frequently connecting to the control port (Issue #200)
|
-Crash when frequently connecting to the control port (Issue #200)
|
||||||
* General
|
-Snapcast App crashes on Android 4.x (Issue #207)
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 12 Mar 2017 00:13:37 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Thu, 16 Mar 2017 00:13:37 +0200
|
||||||
|
|
||||||
snapclient (0.11.0~beta-1) unstable; urgency=low
|
snapclient (0.11.0~beta-1) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -16,7 +17,7 @@ snapclient (0.11.0~beta-1) unstable; urgency=low
|
||||||
-Spotify plugin does not require username and password (PR #181)
|
-Spotify plugin does not require username and password (PR #181)
|
||||||
-Spotify plugin is compatible to librespot's pipe backend (PR #158)
|
-Spotify plugin is compatible to librespot's pipe backend (PR #158)
|
||||||
-Clients are organized in Groups
|
-Clients are organized in Groups
|
||||||
-JSON RPC API: Support batch requests
|
-JSON RPC API supports batch requests
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
-Resync issue on macOS (Issue #156)
|
-Resync issue on macOS (Issue #156)
|
||||||
-Id in JSON RPC API can be String, Number or NULL (Issue #161)
|
-Id in JSON RPC API can be String, Number or NULL (Issue #161)
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
PKG_NAME := snapcast
|
PKG_NAME := snapcast
|
||||||
PKG_VERSION := 0.11.0-beta-2
|
PKG_VERSION := 0.11.0
|
||||||
PKG_RELEASE := $(PKG_SOURCE_VERSION)
|
PKG_RELEASE := $(PKG_SOURCE_VERSION)
|
||||||
PKG_USE_MIPS16 := 0
|
PKG_USE_MIPS16 := 0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 0.11.0-beta-2
|
VERSION = 0.11.0
|
||||||
TARGET = snapserver
|
TARGET = snapserver
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
SHELL = /usr/local/bin/bash
|
SHELL = /usr/local/bin/bash
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
snapserver (0.11.0~beta-2) unstable; urgency=low
|
snapserver (0.11.0) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
|
-Don't send audio to muted clients (Issue #109, #150)
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
* General
|
-Compilation error on recent GCC versions (Issues #146, #170)
|
||||||
|
-Crash when frequently connecting to the control port (Issue #200)
|
||||||
|
-Snapcast App crashes on Android 4.x (Issue #207)
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 12 Mar 2017 00:13:37 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Thu, 16 Mar 2017 00:13:37 +0200
|
||||||
|
|
||||||
snapserver (0.11.0~beta-1) unstable; urgency=low
|
snapserver (0.11.0~beta-1) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -14,7 +17,7 @@ snapserver (0.11.0~beta-1) unstable; urgency=low
|
||||||
-Spotify plugin does not require username and password (PR #181)
|
-Spotify plugin does not require username and password (PR #181)
|
||||||
-Spotify plugin is compatible to librespot's pipe backend (PR #158)
|
-Spotify plugin is compatible to librespot's pipe backend (PR #158)
|
||||||
-Clients are organized in Groups
|
-Clients are organized in Groups
|
||||||
-JSON RPC API: Support batch requests
|
-JSON RPC API supports batch requests
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
-Resync issue on macOS (Issue #156)
|
-Resync issue on macOS (Issue #156)
|
||||||
-Id in JSON RPC API can be String, Number or NULL (Issue #161)
|
-Id in JSON RPC API can be String, Number or NULL (Issue #161)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue