From a30e3f49a31156a6f5c0dce8eed745d853c8162a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 9 Sep 2023 11:08:45 +0800 Subject: [PATCH] v1.1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复了文件转移无法覆盖的问题 - 修复了过滤规则只能从尾部开始删除的问题 - 优化了内建重启,支持非root权限环境(需要重拉镜像) - 文件管理功能支持排序 - 优化了插件页面交互,优先展示插件数据 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 090b41baf..432947286 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -APP_VERSION = 'v1.1.6' +APP_VERSION = 'v1.1.7'