From 2a67abe62d115e6006da8f298b52a76736e3c2c2 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 18 Sep 2023 17:13:51 +0800 Subject: [PATCH] v1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复了RSS模式指定订阅站点时不刷新订阅的问题 - 推荐页面后退时会记住浏览位置 - 订阅及搜索支持设置全局包含和排除规则 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 9eec28419..34e9e80a8 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -APP_VERSION = 'v1.2.1' +APP_VERSION = 'v1.2.2'