From 4bf347e93aa6f1d7c16fbd33b3ca47ceeab20d56 Mon Sep 17 00:00:00 2001 From: waxgourd Date: Tue, 5 Mar 2024 16:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7emby=E3=80=81nextcloud?= =?UTF-8?q?=E3=80=81zigbee2mqtt=E5=88=B0=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emby/CHANGELOG.md | 19 ++++++++++++++++++- emby/config.json | 5 +++-- nextcloud/CHANGELOG.md | 3 +++ nextcloud/config.json | 2 +- zigbee2mqtt/CHANGELOG.md | 5 ++++- zigbee2mqtt/config.json | 2 +- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index b556791..95686e1 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,5 +1,22 @@ + +## 4.9.0.8 (02-03-2024) +- 从linuxserver/docker-emby更新到最新版本 +### 4.9.0.5-5 (27-02-2024) +- 小错误修订 +### 4.9.0.5-4 (26-02-2024) +- 小错误修订 +### 4.9.0.5-3 (26-02-2024) +- 小错误修订 +### 4.9.0.5-2 (26-02-2024) +- 小错误修订 + +## 4.9.0.5 (24-02-2024) +- 从linuxserver/docker-emby更新到最新版本 + +## 4.9.0.4 (17-02-2024) +- 从linuxserver/docker-emby更新到最新版本 ### 4.9.0.1-2 (13-02-2024) -- Minor bugs fixed +- 小错误修订 ## 4.9.0.1 (10-02-2024) - 从linuxserver/docker-emby更新到最新版本 diff --git a/emby/config.json b/emby/config.json index 2b0b79b..d1c963f 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,7 +1,8 @@ { "arch": [ "aarch64", - "amd64" + "amd64", + "armv7" ], "backup_exclude": [ "*/cache/", @@ -120,6 +121,6 @@ "slug": "emby_nas", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "4.9.0.1-2", + "version": "4.9.0.8", "video": true } diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 9d07bd7..384dda5 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 28.0.3 (02-03-2024) +- 升级到linuxserver/docker-nextcloud最新版本 ## 28.0.2 (02-02-2024) - 升级到linuxserver/docker-nextcloud最新版本 diff --git a/nextcloud/config.json b/nextcloud/config.json index 2127561..f50ead5 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -149,6 +149,6 @@ "uart": true, "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "28.0.2", + "version": "28.0.3", "webui": "https://[HOST]:[PORT:443]" } diff --git a/zigbee2mqtt/CHANGELOG.md b/zigbee2mqtt/CHANGELOG.md index c39c9bf..11f4bce 100644 --- a/zigbee2mqtt/CHANGELOG.md +++ b/zigbee2mqtt/CHANGELOG.md @@ -1,5 +1,8 @@ +## 1.36.0-1 +- 升级Zigbee2MQTT最新版本 [`1.36.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.36.0) + ## 1.35.3-1 -- Updated Zigbee2MQTT to version [`1.35.3`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.35.3) +- 升级Zigbee2MQTT最新版本 [`1.35.3`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.35.3) ## 1.35.2-1(2024-02-02) diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index 6710514..0837ee1 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Zigbee2MQTT", - "version": "1.35.3-1", + "version": "1.36.0-1", "slug": "zigbee2mqtt", "description": "可以自定义ZigBee的接收连接器", "uart": true,