From 80f47594f4ee9f6b11be797e0c33e06a58863c70 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 26 Feb 2024 19:33:00 +0800 Subject: [PATCH] v1.6.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `🌈岛`支持多域名及HR检测,支持`麒麟`的短剧搜索 - 修复了做种数大于1000时识别为0的问题 - 官方插件库的所有插件均可在`设定-服务`中查看和启动后台任务(需要更新到最新插件版本,第三方插件需要开发者适配) - 新增`共享识别词`插件(感谢@honuee),搭建了识别词共享服务,欢迎大家共同维护使用 1. 插件开发说明:https://github.com/jxxghp/MoviePilot-Plugins/blob/main/README.md 2. 识别词共享地址: - https://movie-pilot.org/etherpad/p/MoviePilot_TV_Words - https://movie-pilot.org/etherpad/p/MoviePilot_Anime_Words --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 02655a99..9ca6e4f6 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -APP_VERSION = 'v1.6.7' +APP_VERSION = 'v1.6.8'