mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Update changelog, limit doxygen warnings to 0
This commit is contained in:
parent
33ab14d245
commit
9811248e67
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
- name: evaluate
|
||||
run: |
|
||||
WARNINGS=$(cat build/doxygen.log | sort | uniq | grep -e ": warning: " | wc -l)
|
||||
MAX_ALLOWED=431
|
||||
MAX_ALLOWED=0
|
||||
echo "Doxygen finished with $WARNINGS warnings, max allowed: $MAX_ALLOWED"
|
||||
if [ "$WARNINGS" -gt "$MAX_ALLOWED" ]; then exit $WARNINGS; else exit 0; fi;
|
||||
|
||||
|
|
|
@ -11,11 +11,13 @@
|
|||
### Bugfixes
|
||||
|
||||
- Fix typos (PR #1333, PR #1341, PR #1345)
|
||||
- Add `mpv` option `--ao-pcm-waveheader=no` on player setup page (Issue #1094)
|
||||
|
||||
### General
|
||||
|
||||
- Client: Command line arguments '--host' and '--port' are deprecated
|
||||
- Update binary_protocol.md (Issue #1339)
|
||||
- Add missing doxygen code documentation (Issue #1352)
|
||||
|
||||
_Johannes Pohl <snapcast@badaix.de> Thu, 23 Jan 2025 00:13:37 +0200_
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue