mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-05 05:06:33 +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
|
- name: evaluate
|
||||||
run: |
|
run: |
|
||||||
WARNINGS=$(cat build/doxygen.log | sort | uniq | grep -e ": warning: " | wc -l)
|
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"
|
echo "Doxygen finished with $WARNINGS warnings, max allowed: $MAX_ALLOWED"
|
||||||
if [ "$WARNINGS" -gt "$MAX_ALLOWED" ]; then exit $WARNINGS; else exit 0; fi;
|
if [ "$WARNINGS" -gt "$MAX_ALLOWED" ]; then exit $WARNINGS; else exit 0; fi;
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,13 @@
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- Fix typos (PR #1333, PR #1341, PR #1345)
|
- Fix typos (PR #1333, PR #1341, PR #1345)
|
||||||
|
- Add `mpv` option `--ao-pcm-waveheader=no` on player setup page (Issue #1094)
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
- Client: Command line arguments '--host' and '--port' are deprecated
|
- Client: Command line arguments '--host' and '--port' are deprecated
|
||||||
- Update binary_protocol.md (Issue #1339)
|
- 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_
|
_Johannes Pohl <snapcast@badaix.de> Thu, 23 Jan 2025 00:13:37 +0200_
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue