Raise version to v0.26.0

This commit is contained in:
badaix 2021-12-15 11:08:18 +01:00
parent 9958457d9e
commit ae25e05a73
5 changed files with 40 additions and 5 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2)
project(snapcast LANGUAGES CXX VERSION 0.25.0)
project(snapcast LANGUAGES CXX VERSION 0.26.0)
set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
set(PROJECT_URL "https://github.com/badaix/snapcast")

View file

@ -1,5 +1,24 @@
# Snapcast changelog
## Version 0.26.0
### Features
- Client: Disconnect from pulse when no audio is available (Issue #927, PR #931)
- Server: New Metadata API for audio streams (Issue #803, #953)
- Server: New Control API for audio streams (Issue #954)
- Server: Lowered minimum buffer from 400ms to 20ms (Issue #329)
### Bugfixes
- Server: systemd.unit starts server after network-online (Issue #950)
### General
- Update documentation (Issue #804, PR #945)
_Johannes Pohl <snapcast@badaix.de> Fri, 24 Dec 2021 00:13:37 +0200_
## Version 0.25.0
### Features
@ -9,7 +28,7 @@
### Bugfixes
- Client: Fix crash on Windows when system volume changes (PR #838)
- Client: Fix crash on Windows when system volume changes (PR #838)
- Client: Removed a log message to stdout for file player backend (Issue #681)
- Server: Fix percent-decoding for stream URIs (Issue #850)
- Server: Fix double quotes in Airplay device names (Issue #851)

View file

@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION = 0.25.0
VERSION = 0.26.0
BIN = snapclient
ifeq ($(TARGET), FREEBSD)

18
debian/changelog vendored
View file

@ -1,3 +1,19 @@
snapcast (0.26.0-1) unstable; urgency=medium
* Features
-Client: Disconnect from pulse when no audio is available (Issue #927, PR #931)
-Server: New Metadata API for audio streams (Issue #803, #953)
-Server: New Control API for audio streams (Issue #954)
-Server: Lowered minimum buffer from 400ms to 20ms (Issue #329)
* Bugfixes
-Server: systemd.unit starts server after network-online (Issue #950)
* General
-Update documentation (Issue #804, PR #945)
-- Johannes Pohl <snapcast@badaix.de> Fri, 24 May 2021 00:13:37 +0200
snapcast (0.25.0-1) unstable; urgency=medium
* Features
@ -5,7 +21,7 @@ snapcast (0.25.0-1) unstable; urgency=medium
-Server: Configurable amplitute for silence detection in alsa stream (Issue #846)
* Bugfixes
-Client: Fix crash on Windows when system volume changes (PR #838)
-Client: Fix crash on Windows when system volume changes (PR #838)
-Client: Removed a log message to stdout for file player backend (Issue #681)
-Server: Fix percent-decoding for stream URIs (Issue #850)
-Server: Fix double quotes in Airplay device names (Issue #851)

View file

@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION = 0.25.0
VERSION = 0.26.0
BIN = snapserver
ifeq ($(TARGET), FREEBSD)