Releases: wy580477/Leech-AIO-APP-EX
Releases · wy580477/Leech-AIO-APP-EX
Leech-AIO-APP-EX v1.6.9
- Update yt-dlp
- 升级 yt-dlp 到最新版本
Leech-AIO-APP-EX v1.6.8
Leech-AIO-APP-EX v1.6.7
- Add Cloudflare DNS provider to Caddy, you can use Cloudflare API in CADDY_EMAIL env for SSL cert. This way you don't need 80/443 port.
Examlple:
"{\n dns cloudflare your_cloudflare_api_key \n}"
- Now you can set custom download folder in metube WEBUI under /mnt/data/videos, and keep sub folder after uploading to Rclone.
If you upgrade from previous version,need to add following content to config/metube_options.conf file to enable creating new folder via metube.
CREATE_CUSTOM_DIRS=true
- Caddy 增加 Cloudflare DNS provider 插件,可以在 CADDY_EMAIL 变量中使用 Cloudflare API 申请证书,而无需占用端口。
格式为:
"{\n dns cloudflare your_cloudflare_api_key \n}"
- metube 现在可以在 /mnt/data/videos 目录下指定子文件夹下载,并且在上传 Rclone 后保持子文件夹目录结构。
如果从之前版本升级,需要在 config/metube_optinons.conf 添加如下内容方可指定建立新文件夹。
CREATE_CUSTOM_DIRS=true
Leech-AIO-APP-EX v1.6.4
-
Change qBittorrent to qBittorrent Enhanced Edition except for armv7 docker image.
-
Add Telegram notification to Colab deployment.
-
qBittorrent 版本更换为 qBittorrent Enhanced Edition 。
-
Colab 部署增加 Telegram 任务完成通知功能。
Leech-AIO-APP-EX v1.6.2
- Telegram notification minor bug fixes
- Telegram 通知功能细微bug修复
Leech-AIO-APP-EX v1.6.1
- Add Telegram notification proxy setting | 增加 Telegram 任务完成通知代理设置
- Add Telegram notification file filters | 增加 Telegram 通知按文件扩展名过滤功能
- Add Aria2 tracker auto-update switch | 增加 Aria2 tracker 列表自动更新功能开关
- For previous version user,need to add following content to config/script.conf file for new functions.
从之前版本升级的用户,需要在config/script.conf文件中加入下列内容,以配置新增功能。
# Telegram 代理设置 | Telegram proxy setting
#telegram-proxy=socks5://127.0.0.1:10808
# Telegram 通知排除文件类型。排除的文件类型下载完成后不会自动上传。仅下载单文件时有效。
# Telegram notification excluded file extension. Only valid for single file download task.
telegram-exclude-file-extension=torrent|html|url|lnk
# Telegram 通知上传允许文件类型。其它的文件类型下载完成后不会发送通知。仅下载单文件时有效。
# Telegram notification included file extension. Only valid for single file download task.
#telegram-include-file-extension=
# 自动更新 Aria2 Tracker 列表。enable | disable
aria2-auto-tracker-update=enable
Leech-AIO-APP-EX v1.6.0
- Add Telegram notification function. | 增加 Telegram 任务完成通知功能。
- For previous version user,need to add following content to config/script.conf file for configing Telegram notification.
从之前版本升级的用户,需要在config/script.conf文件中加入下列内容,以配置Telegram通知功能。
## Telegram 通知设置 ##
## Telegram notification setting ##
# 从 @botfather 获取 bot token | Get bot token from @botfather
telegram-bot-token=botid:token
# 留空为禁用 Telegram 通知功能 | To disable Telegram notification,keep it blank
telegram-chat-id=
Leech-AIO-APP-EX v1.5.7
-
Disable Homer connectivityCheck which is buggy.
-
Reverse qBittorrent version to 4.4.5. "Simplified Chinese" doesn't work in qBittorrent 4.5.0 WebUI.
-
禁用有bug的 Homer 连接检测。
-
qBittorrent 版本退回4.4.5。qBittorrent 4.5.0 Web 界面无法切换到简体中文语言。
Leech-AIO-APP-EX v1.5.6
-
Update AriaNg and other apps version.
-
升级AriaNg以及其他app版本。
Leech-AIO-APP-EX v1.5.3
-
Heroku will stop offering free product plans and shut down free dynos starting Nov. 28, 2022. Heroku deployment is no longer maintained.
-
Update AriaNg and other apps version.
-
Heroku将于本月末关闭免费服务。Heroku部署方式停止维护。
-
升级AriaNg以及其他app版本。