mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Raise version number to 0.19.0
This commit is contained in:
parent
31c0dd5287
commit
5cd42b7847
4 changed files with 38 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.2)
|
cmake_minimum_required(VERSION 3.2)
|
||||||
|
|
||||||
project(snapcast LANGUAGES CXX VERSION 0.18.1)
|
project(snapcast LANGUAGES CXX VERSION 0.19.0)
|
||||||
set(PROJECT_DESCRIPTION "Multi-room client-server audio player")
|
set(PROJECT_DESCRIPTION "Multi-room client-server audio player")
|
||||||
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
||||||
|
|
||||||
|
|
30
changelog.md
30
changelog.md
|
@ -1,5 +1,35 @@
|
||||||
# Snapcast changelog
|
# Snapcast changelog
|
||||||
|
|
||||||
|
## Version 0.19.0
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Option to not kill all running librespot instances (PR #539)
|
||||||
|
- Add Airplay cover art to metadata (PR #543)
|
||||||
|
- Anroid: add support for Oboe audio backend
|
||||||
|
- Server: configurable PID file (Issue #554)
|
||||||
|
- Server: configurable persistant storage directory (Issue #554)
|
||||||
|
- Server: config file options can be overwritten on command line
|
||||||
|
- Client: PCM stream can be resampled "--sampleformat" option
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fix Airplay metadata, port selection and device names (PR #537)
|
||||||
|
- Fix cmake build when libatomic is needed (PR #540)
|
||||||
|
- Control: fix random crash (PR #543)
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
- ALSA: improved latency estimation for better sync
|
||||||
|
- Improved audio synchronization
|
||||||
|
- Faster initial sync after client start and reconnect
|
||||||
|
- Less playback tempo adaptions and jitter (Issue #525)
|
||||||
|
- Playback is robust against system time changes (Issue #522)
|
||||||
|
- Control: quicker response to group volume changes
|
||||||
|
- Server uses less memory when sending PCM data to a stalled connection
|
||||||
|
|
||||||
|
_Johannes Pohl <snapcast@badaix.de> Tue, 28 Jan 2020 00:13:37 +0200_
|
||||||
|
|
||||||
## Version 0.18.1
|
## Version 0.18.1
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
snapcast (0.19.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* TODO
|
||||||
|
|
||||||
|
-- Johannes Pohl <snapcast@badaix.de> Tue, 28 Jan 2020 00:13:37 +0200
|
||||||
|
|
||||||
snapcast (0.18.1-1) unstable; urgency=medium
|
snapcast (0.18.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION = 0.18.1
|
VERSION = 0.19.0
|
||||||
BIN = snapserver
|
BIN = snapserver
|
||||||
|
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
|
|
Loading…
Add table
Reference in a new issue