mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-23 14:06:14 +02:00
change log "brainstorming"
This commit is contained in:
parent
4b0e48af94
commit
a588aa30e2
2 changed files with 11 additions and 4 deletions
|
@ -1,8 +1,18 @@
|
||||||
snapclient (0.11.0~beta-1) unstable; urgency=low
|
snapclient (0.11.0~beta-1) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
|
-Multi instance
|
||||||
|
-daemon can run as different user (default: snapclient)
|
||||||
|
-Spotify plugin does not require username and password (PR #181)
|
||||||
|
-Spotify plugin is compatible to librespot's pipe backend (PR #158)
|
||||||
|
-Clients are organized in groups
|
||||||
|
-JSON RPC API: Support batch requests
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
|
-Resync issue on macOS (Issue #156)
|
||||||
|
-Id in JSON RPC API can be String, Number or NULL (Issue #161)
|
||||||
* General
|
* General
|
||||||
|
-JSON RPC API is versionized. Current version is 2.0.0
|
||||||
|
-Restructured Android App to support Groups
|
||||||
|
|
||||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 26 Feb 2017 00:13:37 +0200
|
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 26 Feb 2017 00:13:37 +0200
|
||||||
|
|
||||||
|
|
|
@ -148,10 +148,7 @@ int main (int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (instance <= 0)
|
if (instance <= 0)
|
||||||
{
|
std::invalid_argument("instance id must be >= 1");
|
||||||
cout << "instance id must be >= 1\n";
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
}
|
|
||||||
|
|
||||||
std::clog.rdbuf(new Log("snapclient", LOG_DAEMON));
|
std::clog.rdbuf(new Log("snapclient", LOG_DAEMON));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue