Update changelog

This commit is contained in:
badaix 2025-07-22 21:08:57 +02:00
parent 3fc39e55c6
commit c95b287ca6
2 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,7 @@ endif()
project(
snapcast
LANGUAGES CXX
VERSION 0.31.104)
VERSION 0.31.105)
set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
set(PROJECT_URL "https://github.com/badaix/snapcast")

View file

@ -1,6 +1,6 @@
# Snapcast changelog
## Version 0.31.104
## Version 0.31.105
### Features
@ -14,6 +14,8 @@
- Add `mpv` option `--ao-pcm-waveheader=no` on player setup page (Issue #1094)
- Fix clang-tidy static analysis issues (Issue #1354)
- Fix building with Jack on Fedora (Issue #1363)
- Snapserver silently ignores if config file cannot be read (Issue #1402)
- Add required packages to build instructions (Issue #1397)
### General