Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Mar 13, 2024
1 parent 275a53a commit f11afea
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
project(
snapcast
LANGUAGES CXX
VERSION 0.27.0)
VERSION 0.28.0.1)

set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
set(PROJECT_URL "https://github.com/badaix/snapcast")
Expand Down
24 changes: 24 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Snapcast changelog

## Version 0.28.0-beta.1

### Features

- Server: Use filename as title for FileStreams

### Bugfixes

- Server: Fix noise caused by reading half samples
- Server: Check open syscall error in PipeStream::do_connect (PR #1150)
- Server: Tweak Airplay support (#1102)
- Improve connect handling in meta_mopidy.py
- Fix cppcheck issues

### General

- CI: Build debian bookworm and bullseye packages for amd64, arm and arm64
- CI: Add cppcheck static analysis
- Update documentation (PR #1130, PR #1067)
- Delete deprecated Makefiles, CMake is the only buildsystem
- Snapweb: Update to v0.6.0

_Johannes Pohl <snapcast@badaix.de> Sun, 05 Feb 2023 00:13:37 +0200_

## Version 0.27.0

### Features
Expand Down

0 comments on commit f11afea

Please sign in to comment.