mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-07 14:16:30 +02:00
Update changelog
This commit is contained in:
parent
c1afc406dc
commit
cf2be07155
2 changed files with 6 additions and 5 deletions
|
@ -12,12 +12,13 @@
|
||||||
- Fix crash when calling `Stream.RemoveStream`
|
- Fix crash when calling `Stream.RemoveStream`
|
||||||
- Fix typo in `changelog.md` (PR #1328)
|
- Fix typo in `changelog.md` (PR #1328)
|
||||||
- Fix typo in `configuration.md` (PR #1329)
|
- Fix typo in `configuration.md` (PR #1329)
|
||||||
|
- Update to AixLog v1.5.1, flushing log lines (PR #1332)
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
- Add more doxygen documentation
|
- Add more doxygen documentation
|
||||||
|
|
||||||
_Johannes Pohl <snapcast@badaix.de> Tue, 21 Jan 2025 00:13:37 +0200_
|
_Johannes Pohl <snapcast@badaix.de> Thu, 23 Jan 2025 00:13:37 +0200_
|
||||||
|
|
||||||
## Version 0.30.0
|
## Version 0.30.0
|
||||||
|
|
||||||
|
|
|
@ -54,13 +54,13 @@
|
||||||
# relative path are searched for in the current path and in "/etc/snapserver/certs"
|
# relative path are searched for in the current path and in "/etc/snapserver/certs"
|
||||||
|
|
||||||
# Certificate file in PEM format
|
# Certificate file in PEM format
|
||||||
# certificate =
|
#certificate =
|
||||||
|
|
||||||
# Private key file in PEM format
|
# Private key file in PEM format
|
||||||
# certificate_key =
|
#certificate_key =
|
||||||
|
|
||||||
# Password for decryption of the certificate_key (only needed for encrypted certificate_key file)
|
# Password for decryption of the certificate_key (only needed for encrypted certificate_key file)
|
||||||
# key_password =
|
#key_password =
|
||||||
|
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -167,7 +167,7 @@ doc_root = /usr/share/snapserver/snapweb
|
||||||
source = pipe:///tmp/snapfifo?name=default
|
source = pipe:///tmp/snapfifo?name=default
|
||||||
|
|
||||||
# Plugin directory, containing scripts, referred by "controlscript"
|
# Plugin directory, containing scripts, referred by "controlscript"
|
||||||
# plugin_dir = /usr/share/snapserver/plug-ins
|
#plugin_dir = /usr/share/snapserver/plug-ins
|
||||||
|
|
||||||
# Default sample format: <sample rate>:<bits per sample>:<channels>
|
# Default sample format: <sample rate>:<bits per sample>:<channels>
|
||||||
#sampleformat = 48000:16:2
|
#sampleformat = 48000:16:2
|
||||||
|
|
Loading…
Add table
Reference in a new issue