mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Raise version to v0.26.0
This commit is contained in:
parent
9958457d9e
commit
ae25e05a73
5 changed files with 40 additions and 5 deletions
|
@ -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")
|
||||
|
||||
|
|
21
changelog.md
21
changelog.md
|
@ -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)
|
||||
|
|
|
@ -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
18
debian/changelog
vendored
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue