diff --git a/emulatorjs-zh/CHANGELOG.md b/emulatorjs-zh/CHANGELOG.md index c3ecb8c..c3ae178 100644 --- a/emulatorjs-zh/CHANGELOG.md +++ b/emulatorjs-zh/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.9.0(2024-04-08) + +- 版本升级 + ### 1.8.9(2024-03-13) - 版本升级 diff --git a/emulatorjs-zh/config.json b/emulatorjs-zh/config.json index c3616e6..5d314ae 100644 --- a/emulatorjs-zh/config.json +++ b/emulatorjs-zh/config.json @@ -1,6 +1,6 @@ { "name": "游戏机模拟器", - "version": "1.8.9", + "version": "1.9.0", "slug": "emulatorjs-zh", "codenotary": "wghaos@163.com", "description": "基于web浏览器的模拟器,己移植众多复古游戏机。它是Libretro和EmulatorJS之间混合使用模拟器", diff --git a/filebrowser/CHANGELOG.md b/filebrowser/CHANGELOG.md index 86895bd..58e00d3 100644 --- a/filebrowser/CHANGELOG.md +++ b/filebrowser/CHANGELOG.md @@ -1,3 +1,6 @@ +### 2.23.0_13 (06-04-2024) +- 允许mdadm raid(感谢 @zagi988) + ### 2.23.0_12 (08-01-2024) - 修复了一些小的bug - 修正: https://github.com/alexbelgium/hassio-addons/issues/1163 diff --git a/filebrowser/config.json b/filebrowser/config.json index 458e672..6a23d64 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_12", + "version": "2.23.0_13", "udev": true, "boot": "manual" }