File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 special_tags[vanilla-noble]="${image_name}:vanilla-ubuntu-current"
8787
8888 declare -A mpd_version_dict
89- mpd_version_dict[bookworm]=0.24.3
89+ mpd_version_dict[bookworm]=0.24.4
9090 mpd_version_dict[vanilla-bookworm]=0.23.12
91- mpd_version_dict[noble]=0.24.3
91+ mpd_version_dict[noble]=0.24.4
9292 mpd_version_dict[vanilla-noble]=0.23.14
9393
9494 # select mpd version
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ Keep in mind that the `legacy` branch will not be updated with new features. Onl
5757## MPD Source code
5858
5959The source code for the patched MPD is in this GitHub [ repo] ( https://github.com/GioF71/MPD ) .
60- The ` version-0.24.3 ` tag is in-line with the GitHub [ upstream repo] ( https://github.com/MusicPlayerDaemon/MPD ) at version 0.24.3 .
61- The ` version-0.24.3 -ups ` tag contains a patch which is used when ` INTEGER_UPSAMPLING ` is set to ` yes ` . Use at your own risk.
60+ The ` version-0.24.4 ` tag is in-line with the GitHub [ upstream repo] ( https://github.com/MusicPlayerDaemon/MPD ) at version 0.24.4 .
61+ The ` version-0.24.4 -ups ` tag contains a patch which is used when ` INTEGER_UPSAMPLING ` is set to ` yes ` . Use at your own risk.
6262Two binaries are available in the container image:
6363
6464- /app/bin/compiled/mpd (upstream version)
Original file line number Diff line number Diff line change 22
33Date|Major Changes
44:---|:---
5+ 2025-05-28|Bump to version 0.24.4 (see issue [ #439 ] ( https://github.com/GioF71/mpd-alsa-docker/issues/439 ) )
562025-04-13|Bump to version 0.24.3 (see issue [ #439 ] ( https://github.com/GioF71/mpd-alsa-docker/issues/439 ) )
672025-03-27|Add support for MixRamp (see issue [ #380 ] ( https://github.com/GioF71/mpd-alsa-docker/issues/380 ) )
782025-03-27|Bump to version 0.24.2 (see issue [ #436 ] ( https://github.com/GioF71/mpd-alsa-docker/issues/436 ) )
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33TODAY=$( date ' +%Y-%m-%d' )
4- MPD_VERSION=0.24.3
4+ MPD_VERSION=0.24.4
55
66echo " TODAY=${TODAY} "
77
You can’t perform that action at this time.
0 commit comments