Skip to content

Commit f3bf021

Browse files
authored
#613 version bumps (#614)
- Submodules `release` and `master` updated to upmpdcli 1.9.11 - Submodules `release` and `master` updated to Tidal Plugin 0.8.11
1 parent 9b91a27 commit f3bf021

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please note that support goal is limited to cover running costs for subscription
1919
First and foremost, the reference to the awesome project:
2020

2121
[An UPnP Audio Media Renderer based on MPD](https://www.lesbonscomptes.com/upmpdcli/).
22-
Current version is `1.9.10`.
22+
Current version is `1.9.11`.
2323

2424
## News (newest first)
2525

@@ -36,9 +36,9 @@ See the following table for the versions of the plugins in the various images:
3636
BUILD_TYPE|PLUGIN|VERSION
3737
:---|:---|:---
3838
release|subsonic|0.8.29
39-
release|tidal|0.8.10
39+
release|tidal|0.8.11
4040
master|subsonic|0.8.29
41-
master|tidal|0.8.10
41+
master|tidal|0.8.11
4242
edge|subsonic|0.8.29
4343
edge|tidal|0.8.11
4444

app/install/install-mediaserver-python-packages-tidal.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if [[ "${BUILD_MODE}" = "full" ]]; then
66
if [[ "${UPMPDCLI_SELECTOR}" == "edge" ]]; then
77
pip install --break-system-packages tidalapi==0.8.11
88
elif [[ "${UPMPDCLI_SELECTOR}" == "master" ]]; then
9-
pip install --break-system-packages tidalapi==0.8.8
9+
pip install --break-system-packages tidalapi==0.8.11
1010
else
11-
pip install --break-system-packages tidalapi==0.8.3
11+
pip install --break-system-packages tidalapi==0.8.11
1212
fi
1313
fi

doc/change-history.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
Change Date|Major Changes
44
---|---
5-
2026-01-26|Submodule `edge` updated to upmpdcli 1.9.11
6-
2026-01-26|Submodule `edge` updated to Tidal Plugin 0.8.11
7-
2026-01-26|Bump to [tidalapi 0.8.11](https://github.com/tamland/python-tidal/releases/tag/v0.8.11) for submodule `edge`
5+
2026-01-23|Submodules `release` and `master` updated to upmpdcli 1.9.11
6+
2026-01-23|Submodules `release` and `master` updated to Tidal Plugin 0.8.11
7+
2026-01-21|Submodule `edge` updated to upmpdcli 1.9.11
8+
2026-01-21|Submodule `edge` updated to Tidal Plugin 0.8.11
9+
2026-01-21|Bump to [tidalapi 0.8.11](https://github.com/tamland/python-tidal/releases/tag/v0.8.11) for submodule `edge`
810
2026-01-09|Bump to upmpdcli release 1.9.10
911
2026-01-05|Documentation: `UPNPPORT` instead of `UPNP_PORT`
1012
2025-12-30|Submodule `master` updated to Subsonic Plugin 0.8.29

upmpdcli-master

Submodule upmpdcli-master updated from 14b3a6e to 8985340

upmpdcli-release

Submodule upmpdcli-release updated from 14b3a6e to 5d3ef94

0 commit comments

Comments
 (0)