From 74d565c99ad487f6ccf7d0f7d87ba5532baf5735 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 8 Sep 2022 15:40:47 +0800 Subject: [PATCH] 0.9.9 --- README.md | 14 +++++++++++--- class/core/config_api.py | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4247c4790..50a05b85b 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,18 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.9.7 +### 版本更新 0.9.9 + +* 更换Logo。 +* 增加amazon linux系统支持。 +* 修复rsyncd在debian或ubuntu下安装失败问题。 +* Readme加入一AD。 +* PHP-YUM|PHP-APT优化[性能调整]。 +* 优化Gogs使用MySQL的方式。 +* 配置模板添加一个whmcs。 +* MySQL和MariaDB无法直接卸载。 +* OpenResty加入http_realip_module模块。 -* haproxy插件添加. -* 细节优化. ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index e4a848a54..72197f5c9 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.7' + __version = '0.9.9' def __init__(self): pass