update to 10.0.0

This commit is contained in:
Km.Van
2026-07-13 17:55:24 +08:00
parent 5410aa3bfb
commit e93dd2f91d
7 changed files with 55 additions and 30 deletions
+1 -13
View File
@@ -1,5 +1,5 @@
{
"APP_VERSION": "9.1.0",
"APP_VERSION": "10.0.0",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
@@ -24,18 +24,6 @@
"LATEST_PHP_STABLE_VERSION": "8",
"LATEST_NGINX_STABLE_VERSION": "1.22.0",
"BENCHMARKS": [
{
"name": "Olink / E5-2680 v4 / PHP83 JIT",
"url": "https://www.olink.cloud/clients/aff.php?aff=120",
"date": "2024-05-29",
"proberUrl": "https://x-prober-server-benchmark-olink-sj.inn-studio.com",
"binUrl": "",
"detail": {
"cpu": 268212,
"read": 18495,
"write": 6164
}
},
{
"name": "RamNode / PHP82 JIT",
"url": "https://clientarea.ramnode.com/aff.php?aff=4143",
+37 -3
View File
@@ -2,6 +2,39 @@
All Notable changes to `X-Prober` will be documented in this file
## 10.0.0 - 2026-07-13
### Breaking changes
- Use toml instead of json for `xconfig.toml` config file
- Re-design UI and color
### Add
- Add LiangYe(dark) and XiGuang(light) color scheme
### Fix
- Fix str_ function error in PHP5
- Fix deprecated in filter_input function
- Fix COUNTINE keyword error in PHP5
### Optimize
- Use Zustand instead of MobX
- Update package
- Performance and UI
## 9.1.1 - 2025-12-21
### Fix
- Fix mb_ function error in PHP7/PHP5
### Optimize
- Optimize interval data
## 9.1.0 - 2025-09-05
### Add
@@ -55,7 +88,7 @@ All Notable changes to `X-Prober` will be documented in this file
## 9.0.3 - 2025-08-14
### Fix
### Fix
- Fix nodes API error
- Fix footer style
@@ -72,7 +105,7 @@ All Notable changes to `X-Prober` will be documented in this file
### Fix
- Fix footer not showing app name error
## 9.0.0 - 2025-08-13
### Rewrite
@@ -348,7 +381,8 @@ All Notable changes to `X-Prober` will be documented in this file
### Fix
- Fix `mysqli_get_client_version()` should have no args in PHP 8 (Jack Cherng #104)
- Fix `mysqli_get_client_version()` should have no args in PHP 8 (Jack Cherng
#104)
## 6.2.0 - 2020-09-18
+1 -1
View File
@@ -1,5 +1,5 @@
{
"APP_VERSION": "10.0.0.beta.1",
"APP_VERSION": "10.0.0",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
+8 -8
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -0,0 +1,4 @@
nodes = [
["node-1", "http://localhost/prober/dist/prober.php"],
["node-3", "http://localhost/prober/dist/prober.php"],
]
-1
View File
@@ -22,7 +22,6 @@
"lucide-react": "^1.24.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
+4 -4
View File
@@ -44,7 +44,7 @@
#
# 格式 | Format: ["显示名称", "节点地址"] | ["display-name", "node-url"]
#
# nodes = [
# ["node-1", "http://localhost:5173"],
# ["node-3", "http://localhost:5173"]
# ]
nodes = [
["node-1", "http://localhost:5174"],
["node-3", "http://localhost:5174"],
]