Update changelog, limit doxygen warnings to 0

This commit is contained in:
badaix 2025-02-17 12:22:36 +01:00
parent 33ab14d245
commit 9811248e67
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -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_