From 37245ca1e87e9a6bdf6b1817007a78e9544bd33f Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 8 Oct 2022 14:20:47 +0800 Subject: [PATCH] 0.9.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 日志清理插件优化。 * 计划任务显示完整。 * 加入gitea插件。 * 融合mw-cli命令。 * 加快php编译速度。 * swap加上调整功能。 * 其他细节优化。 --- README.md | 18 +++++++++--------- class/core/config_api.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a8d5c081d..22f45d10b 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,15 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.9.11 - -* 大文件解压优化。 -* 防火墙api优化。 -* mysql|mariadb安装删除冗余账户。 -* imail插件添加。 -* 安装面板初始化安装时不再固定端口[7200],优化为随机端口。 -* redis添加性能调整功能。 -* 计划任务在创建的时候选择的分钟数不会生效BUG。已解决。 +### 版本更新 0.9.12 + +* 日志清理插件优化。 +* 计划任务显示完整。 +* 加入gitea插件。 +* 融合mw-cli命令。 +* 加快php编译速度。 +* swap加上调整功能。 +* 其他细节优化。 ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index 42808a179..c3b4c6a42 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -15,7 +15,7 @@ from flask import request class config_api: - __version = '0.9.11.1' + __version = '0.9.12' def __init__(self): pass