From f134d2254047f61f35aebda46f6c290725b4c023 Mon Sep 17 00:00:00 2001 From: wjqserver <114663932+WJQSERVER@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:48:53 +0800 Subject: [PATCH] 2.5.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- deploy/config.toml | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f1761..49f7f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 更新日志 +2.5.0 - 2025-03-17 +--- +- ADD: 加入脚本嵌套加速功能 +- CHANGE: 修正Auth模块一些代码风格问题 + 25w19a - 2025-03-16 --- - PRE-RELEASE: 此版本是v2.5.0的预发布版本,请勿在生产环境中使用; diff --git a/VERSION b/VERSION index acdc3f1..fad066f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.2 \ No newline at end of file +2.5.0 \ No newline at end of file diff --git a/deploy/config.toml b/deploy/config.toml index ff41325..e3f15aa 100644 --- a/deploy/config.toml +++ b/deploy/config.toml @@ -17,6 +17,9 @@ mode = "bypass" # bypass / cache smartGitAddr = "http://127.0.0.1:8080" ForceH2C = false +[shell] +editor = false + [pages] mode = "internal" # "internal" or "external" theme = "bootstrap" # "bootstrap" or "nebula" @@ -32,6 +35,7 @@ authMethod = "parameters" # "header" or "parameters" authToken = "token" enabled = false passThrough = false +ForceAllowApi = false [blacklist] blacklistFile = "/usr/local/ghproxy/config/blacklist.json"