We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.23.11
0.23.12
1 parent 14324fb commit 8dcd219Copy full SHA for 8dcd219
.github/workflows/docker-multi-arch.yml
@@ -63,8 +63,8 @@ jobs:
63
64
base_image=${base_image_from_matrix[${{ matrix.base }}]}
65
#mpd_version=${mpd_versions[${{ matrix.base }}]}
66
- # compiled version is 0.23.11
67
- mpd_version=0.23.11
+ # compiled version is 0.23.12
+ mpd_version=0.23.12
68
69
tags=""
70
if [ "${ref_type}" = "branch" ]; then
doc/change-history.md
@@ -2,6 +2,7 @@
2
3
Date|Major Changes
4
:---|:---
5
+2023-02-04|Image name correction
6
2023-02-04|Dropped support for `PULSE` as `OUTPUT_MODE`
7
2023-02-03|Add support for `ALSA_OUTPUT_INTEGER_UPSAMPLING_ALLOWED`
8
2023-02-03|Bump to mpd version `v0.23.12`
0 commit comments