mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
Update version number to v0.24.0
This commit is contained in:
parent
5f2733f19f
commit
f05c379da4
5 changed files with 19 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
project(snapcast LANGUAGES CXX VERSION 0.23.103)
|
||||
project(snapcast LANGUAGES CXX VERSION 0.24.0)
|
||||
set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
|
||||
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
||||
|
||||
|
|
12
changelog.md
12
changelog.md
|
@ -1,18 +1,22 @@
|
|||
# Snapcast changelog
|
||||
|
||||
## Version 0.23.100
|
||||
## Version 0.24.0
|
||||
|
||||
### Features
|
||||
|
||||
- Client: Lorem ipsum
|
||||
- Client: Configurable server for Pulseaudio backend (Issue #729)
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Server: Lorem ipsum
|
||||
- Client: Fix dropouts in alsa player backend (Issue #774)
|
||||
- Client: Fix alsa player volume resetting to max (Issue #735)
|
||||
- Client: Fix noise while muted for Pulseaudio (Issue #785)
|
||||
- Client: Android support for opus readded (Issue #789)
|
||||
|
||||
### General
|
||||
|
||||
- Snapweb: Lorem ipsum
|
||||
- Snapweb: Update to v0.2.0
|
||||
- Remove submodules with external libs from the git repository
|
||||
|
||||
_Johannes Pohl <snapcast@badaix.de> Sun, 07 Mar 2021 00:13:37 +0200_
|
||||
|
||||
|
|
|
@ -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.23.103
|
||||
VERSION = 0.24.0
|
||||
BIN = snapclient
|
||||
|
||||
ifeq ($(TARGET), FREEBSD)
|
||||
|
|
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,13 +1,17 @@
|
|||
snapcast (0.23.103-1) unstable; urgency=medium
|
||||
snapcast (0.24.0-1) unstable; urgency=medium
|
||||
|
||||
* Features
|
||||
-Client: Lorem ipsum
|
||||
-Client: Configurable server for Pulseaudio backend (Issue #729)
|
||||
|
||||
* Bugfixes
|
||||
-Server: Lorem ipsum
|
||||
-Client: Fix dropouts in alsa player backend (Issue #774)
|
||||
-Client: Fix alsa player volume resetting to max (Issue #735)
|
||||
-Client: Fix noise while muted for Pulseaudio (Issue #785)
|
||||
-Client: Android support for opus readded (Issue #789)
|
||||
|
||||
* General
|
||||
-Snapweb: Lorem ipsum
|
||||
-Snapweb: Update to v0.2.0
|
||||
-Remove submodules with external libs from the git repository
|
||||
|
||||
-- Johannes Pohl <snapcast@badaix.de> Sun, 07 Mar 2021 00:13:37 +0200
|
||||
|
||||
|
|
|
@ -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.23.103
|
||||
VERSION = 0.24.0
|
||||
BIN = snapserver
|
||||
|
||||
ifeq ($(TARGET), FREEBSD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue