From f75abb27b67b013f5f4fb52196b20098331b9ad4 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 6 Sep 2023 19:54:23 +0800 Subject: [PATCH] v1.1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复了批量整理时只刮削第一个文件的问题 - 修复了多下载任务同一下载目录时会重复处理文件的问题 - 支持在WEB页面操作重启(需要映射`/var/run/docker.sock`文件到容器) --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 90d309c4..3c126e0b 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -APP_VERSION = 'v1.1.4' +APP_VERSION = 'v1.1.5'