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