From 99f0c66fc4ae507bcd6310b2c1643726ffea3a7e Mon Sep 17 00:00:00 2001 From: zangmiao Date: Sun, 16 Feb 2025 15:55:15 +0800 Subject: [PATCH] v4.1.3 is ready for production --- README.md | 2 ++ cn.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index ca87f443..b238ba2e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ docker-compose up -d ## Changelog +- 4.1.3 + - Resolved backend verification failure halting all jobs - 4.1.2 - Remove some useless characters from the program name, such as '[HD]' or '123231 [SD]' - Fixed the bug that the exported file was empty when the check was not checked diff --git a/cn.md b/cn.md index 47f69edf..366e2d98 100644 --- a/cn.md +++ b/cn.md @@ -43,6 +43,8 @@ docker-compose up -d ## 更新日志 +- 4.1.3 + - 修复后台检查失败,导致所有任务无法进行 - 4.1.2 - 去掉节目名称中的一些无用字符,比如`[HD]`或者`123231 [SD]` - 修复不检查时导出的文件为空的bug