From c7b389dd9b83c198e337c5e01f8eb413dd424ff7 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 4 Mar 2024 20:29:15 +0800 Subject: [PATCH] v1.6.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 索引站点支持`青蛙` - 优化了种子索引匹配逻辑,减少`类型不匹配`的错误 - 修复了订阅默认过滤规则不生效的问题 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index ad56a7d8..86b8c65c 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -APP_VERSION = 'v1.6.8-fix' +APP_VERSION = 'v1.6.9'