mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
updated version number to 0.5.0
This commit is contained in:
parent
54f0ad5a51
commit
7e3fac353d
6 changed files with 27 additions and 12 deletions
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "de.badaix.snapcast"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 3
|
||||
versionName "0.5.0-beta-2"
|
||||
versionCode 4
|
||||
versionName "0.5.0"
|
||||
multiDexEnabled true
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 0.5.0-beta-2
|
||||
VERSION = 0.5.0
|
||||
TARGET = snapclient
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
snapclient (0.5.0) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
-Android client: Fast switching of clients between streams
|
||||
* Bugfixes
|
||||
-Server: Fixed reading of server.json config file
|
||||
* General
|
||||
-Source code cleanups
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Fri, 25 Mar 2016 00:02:00 +0200
|
||||
|
||||
snapclient (0.5.0~beta-2) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
-Server ping client
|
||||
-Server: OnResync while terminating?!?
|
||||
-Clean up build process for Android
|
||||
-Add more defines for ALSA, OpenSL, Vorbis, Avahi, ...
|
||||
-Clean up messages and serialization
|
||||
-LastSeen: relative time [s] or [ms]
|
||||
-Empty latency: app restart, empty client list
|
||||
|
||||
|
||||
*g++ 4.8 installation:
|
||||
|
@ -65,11 +65,4 @@ http://0pointer.de/public/systemd-man/systemd.exec.html#Environment=
|
|||
http://stackoverflow.com/questions/1024114/location-of-ini-config-files-in-linux-unix
|
||||
|
||||
|
||||
*v0.5.0-beta-2:
|
||||
-server host name dialog, ignore IPv6
|
||||
-Fix hide offline on start
|
||||
-HOME dir bug
|
||||
-Client latency
|
||||
-stream playing state
|
||||
|
||||
-Empty latency: app restart, empty client list
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 0.5.0-beta-2
|
||||
VERSION = 0.5.0
|
||||
TARGET = snapserver
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
snapserver (0.5.0) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
-Android client: Fast switching of clients between streams
|
||||
* Bugfixes
|
||||
-Server: Fixed reading of server.json config file
|
||||
* General
|
||||
-Source code cleanups
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Fri, 25 Mar 2016 00:02:00 +0200
|
||||
|
||||
snapserver (0.5.0~beta-2) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue