diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 402d2b3..a45b8b3 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,4 +1,5 @@ - +## 4.9.0.14 (20-04-2024) +- 从linuxserver/docker-emby更新到最新版本 ## 4.9.0.12 (30-03-2024) - 从linuxserver/docker-emby更新到最新版本 ## 4.9.0.11 (23-03-2024) diff --git a/emby/config.json b/emby/config.json index 106d5c1..80db898 100644 --- a/emby/config.json +++ b/emby/config.json @@ -121,7 +121,7 @@ "slug": "emby_nas", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "4.9.0.12", + "version": "4.9.0.14", "video": true, "boot": "manual" } diff --git a/filebrowser/CHANGELOG.md b/filebrowser/CHANGELOG.md index 58e00d3..3b3bfed 100644 --- a/filebrowser/CHANGELOG.md +++ b/filebrowser/CHANGELOG.md @@ -1,3 +1,6 @@ +### 2.23.0_14 (21-04-2024) +修复:允许缺少旧文件夹(addons_config和addons_autoscripts) + ### 2.23.0_13 (06-04-2024) - 允许mdadm raid(感谢 @zagi988) diff --git a/filebrowser/config.json b/filebrowser/config.json index 6a23d64..81f0492 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -110,7 +110,7 @@ }, "slug": "filebrowser", "url": "https://gitcode.com/waxgourd/addons", - "version": "2.23.0_13", + "version": "2.23.0_14", "udev": true, "boot": "manual" } diff --git a/imaotai/CHANGELOG.md b/imaotai/CHANGELOG.md index 9300cf0..6714ad6 100644 --- a/imaotai/CHANGELOG.md +++ b/imaotai/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.0.13(2024-04-22) +- 版本更新 + ### 1.0.12(2024-01-18) - 首次推出 \ No newline at end of file diff --git a/imaotai/config.yaml b/imaotai/config.yaml index cf7e695..b27c537 100644 --- a/imaotai/config.yaml +++ b/imaotai/config.yaml @@ -1,5 +1,5 @@ name: i茅台 -version: 1.0.12 +version: 1.0.13 slug: imaotai codenotary: wghaos@163.com description: 'i茅台app自动预约,每日自动预约,支持docker一键部署' diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index f492b36..b9f07c3 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,6 @@ +### 2.20.1 (13-04-2024) +从portaler/portaliner更新到最新版本(更改日志:https://github.com/portainer/portainer/releases) + ### 2.20.0 (2024-03-25) - 从 portainer/portainer 更新到最新版本 diff --git a/portainer/config.json b/portainer/config.json index a3fe8f6..fb22d71 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -55,5 +55,5 @@ "slug": "portainer", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "2.20.0" + "version": "2.20.1" }