mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 09:08:47 +02:00
merged with master
This commit is contained in:
commit
8bd5361081
64 changed files with 1481 additions and 275 deletions
|
@ -1,3 +1,18 @@
|
|||
snapserver (0.10.0) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
-Added support "process" streams:
|
||||
Snapserver starts a process and reads PCM data from stdout
|
||||
-Specialized versions for Spotify "spotify" and AirPlay "airplay"
|
||||
* Bugfixes
|
||||
-Fixed crash during server shutdown
|
||||
-Fixed Makefile for FreeBSD
|
||||
-Fixed building of dpk (unsigned .changes file)
|
||||
* General
|
||||
-Speed up client and server shutdown
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 16 Nov 2016 00:13:37 +0200
|
||||
|
||||
snapserver (0.9.0) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/snapserver</string>
|
||||
<string>-d</string>
|
||||
<!-- <string>-d</string> -->
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue