From 69358b88b91e1c9b254cf73f6161ba646c8324f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:55:32 +0000 Subject: [PATCH 1/3] Update ghcr.io/shotheadman/mdcz Docker tag to v0.11.0 --- apps/mdcz/0.10.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mdcz/0.10.0/docker-compose.yml b/apps/mdcz/0.10.0/docker-compose.yml index 7874dec9f..a1d53b81d 100644 --- a/apps/mdcz/0.10.0/docker-compose.yml +++ b/apps/mdcz/0.10.0/docker-compose.yml @@ -1,6 +1,6 @@ services: mdcz: - image: "ghcr.io/shotheadman/mdcz:0.10.0" + image: "ghcr.io/shotheadman/mdcz:0.11.0" container_name: ${CONTAINER_NAME} restart: unless-stopped environment: From 1b19b4b571e4f480648d0f5bacecfd2dde0e1922 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 27 Jul 2026 12:55:45 +0000 Subject: [PATCH 2/3] Update app version [skip ci] --- apps/mdcz/{0.10.0 => 0.11.0}/.env.sample | 0 apps/mdcz/{0.10.0 => 0.11.0}/data.yml | 0 apps/mdcz/{0.10.0 => 0.11.0}/data/.gitkeep | 0 apps/mdcz/{0.10.0 => 0.11.0}/docker-compose.yml | 0 apps/mdcz/{0.10.0 => 0.11.0}/scripts/init.sh | 0 apps/mdcz/{0.10.0 => 0.11.0}/scripts/uninstall.sh | 0 apps/mdcz/{0.10.0 => 0.11.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/mdcz/{0.10.0 => 0.11.0}/.env.sample (100%) rename apps/mdcz/{0.10.0 => 0.11.0}/data.yml (100%) rename apps/mdcz/{0.10.0 => 0.11.0}/data/.gitkeep (100%) rename apps/mdcz/{0.10.0 => 0.11.0}/docker-compose.yml (100%) rename apps/mdcz/{0.10.0 => 0.11.0}/scripts/init.sh (100%) rename apps/mdcz/{0.10.0 => 0.11.0}/scripts/uninstall.sh (100%) rename apps/mdcz/{0.10.0 => 0.11.0}/scripts/upgrade.sh (100%) diff --git a/apps/mdcz/0.10.0/.env.sample b/apps/mdcz/0.11.0/.env.sample similarity index 100% rename from apps/mdcz/0.10.0/.env.sample rename to apps/mdcz/0.11.0/.env.sample diff --git a/apps/mdcz/0.10.0/data.yml b/apps/mdcz/0.11.0/data.yml similarity index 100% rename from apps/mdcz/0.10.0/data.yml rename to apps/mdcz/0.11.0/data.yml diff --git a/apps/mdcz/0.10.0/data/.gitkeep b/apps/mdcz/0.11.0/data/.gitkeep similarity index 100% rename from apps/mdcz/0.10.0/data/.gitkeep rename to apps/mdcz/0.11.0/data/.gitkeep diff --git a/apps/mdcz/0.10.0/docker-compose.yml b/apps/mdcz/0.11.0/docker-compose.yml similarity index 100% rename from apps/mdcz/0.10.0/docker-compose.yml rename to apps/mdcz/0.11.0/docker-compose.yml diff --git a/apps/mdcz/0.10.0/scripts/init.sh b/apps/mdcz/0.11.0/scripts/init.sh similarity index 100% rename from apps/mdcz/0.10.0/scripts/init.sh rename to apps/mdcz/0.11.0/scripts/init.sh diff --git a/apps/mdcz/0.10.0/scripts/uninstall.sh b/apps/mdcz/0.11.0/scripts/uninstall.sh similarity index 100% rename from apps/mdcz/0.10.0/scripts/uninstall.sh rename to apps/mdcz/0.11.0/scripts/uninstall.sh diff --git a/apps/mdcz/0.10.0/scripts/upgrade.sh b/apps/mdcz/0.11.0/scripts/upgrade.sh similarity index 100% rename from apps/mdcz/0.10.0/scripts/upgrade.sh rename to apps/mdcz/0.11.0/scripts/upgrade.sh From b10c76e76bcf03bbe05b8d01a73122435a2d24b2 Mon Sep 17 00:00:00 2001 From: okxlin <61420215+okxlin@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:46:18 +0800 Subject: [PATCH 3/3] docs(mdcz): update references for 0.11.0 --- apps/mdcz/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mdcz/README.md b/apps/mdcz/README.md index bfd3ea3df..3622ba595 100644 --- a/apps/mdcz/README.md +++ b/apps/mdcz/README.md @@ -40,7 +40,7 @@ MDCz 的核心功能会创建目录与 NFO/图片文件,并可能按照设置 ## 版本说明 -- `0.10.0`:固定的首个官方 WebUI 自托管版本。 +- `0.11.0`:固定的官方 WebUI 自托管版本。 - `latest`:跟随官方最新发布镜像,升级前应阅读上游发布说明并备份数据。 项目采用 GPL-3.0 许可证。 @@ -60,4 +60,4 @@ MDCz is a self-hosted video metadata scraper and library management tool. It pro - Project: https://github.com/ShotHeadman/mdcz - Server documentation: https://github.com/ShotHeadman/mdcz/blob/main/apps/server/README.md -- Release: https://github.com/ShotHeadman/mdcz/releases/tag/v0.10.0 +- Release: https://github.com/ShotHeadman/mdcz/releases/tag/v0.11.0